WordPress plugin to save the dominant color of the image file you upload.
Also adds a metabox with a colorpicker in your Media library.
- Upload the plugin in your
wp-content/plugins
directory - Activate it on the plugin administration page
Call the post meta (an hexadecimal code) in your template:
show_dominant($attachmentID)
show_dominant_by_post_id($postID)