Get colors in HEX or RGB in CSS,Sass or Less with Pictones
There are times when I came across a color scheme of an image that I'm interested in extracting the HEX codes. Instead of loading the image with photo editing software and trying to pinpoint the color and manually write down the HEX codes, I found a web app that can do a better job.
Pictones is a web app that allows me to get the colors information and return the HEX or RGB values.
Super simple to use and works almost instantly. All you need to do is just drag-n-drop the image into the Pictones web app. Check it out at https://pictones.firebaseapp.com/
SEE ALSO: https://www.socketloop.com/tutorials/golang-tell-color-name-with-opencv-example
See also : Binded - Easy peasy copyrighting tool for content creators
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+9.8k Golang : Function wrapper that takes arguments and return result example
+6k Golang : Convert Chinese UTF8 characters to Pin Yin
+5.2k Responsive Google Adsense
+14k Golang : Fix cannot use buffer (type bytes.Buffer) as type io.Writer(Write method has pointer receiver) error
+7.3k Android Studio : How to detect camera, activate and capture example
+6.5k Elasticsearch : Shutdown a local node
+15.5k Golang : How to convert(cast) IP address to string?
+5.9k Golang : Compound interest over time example
+20.1k Golang : Count number of digits from given integer value
+5.6k Unix/Linux/MacOSx : Get local IP address
+20.4k Golang : Pipe output from one os.Exec(shell command) to another command
+12.5k Golang : Exit, terminating or aborting a program