So which of these actually spell the color they represent (or something closely related)? From a quick glance, I have no found any. Do color-words like that exist in other languages maybe?
Hexwords: Hex colors that are similar to words
141–150 of 182 posts
Re: Hexwords: Hex colors that are similar to words
#142Re: Hexwords: Hex colors that are similar to words
#143Reminds me about when people had to generate a string of random characters but take anything out that's close to a slur. Forgot what the end result was, no vowels and numbers?
Re: Hexwords: Hex colors that are similar to words
#144Re: Hexwords: Hex colors that are similar to words
#145I built something very similar a few years ago https://hex-colours.netlify.app/
Re: Hexwords: Hex colors that are similar to words
#146So which of these actually spell the color they represent (or something closely related)? From a quick glance, I have no found any. Do color-words like that exist in other languages maybe?
Good question. I thought of an algorithm to find the hex word colors that most closely match the color they represent... Basically: get the color of the _word_ by doing an image search and extracting the dominant color from the first image result. Then compare that color to the hex color (in CIELAB color space) to get the color difference. Track the hex words with lowest difference. Here's a rough impl in Python: imp…
Re: Hexwords: Hex colors that are similar to words
#147Re: Hexwords: Hex colors that are similar to words
#148Re: Hexwords: Hex colors that are similar to words
#149Earlier quoted context omitted.
Yeah B16B00B5 and CAFEBABE are 2 of my favorite funnier ones Ive used a bunch of times. They make for more interesting placeholder values than "foo" and "bar" anyway.
Without commenting on the reasonability of it, you may want to be aware that a growing population of vegetarian and female tech workers may find these offensive.