Shades of Flamenco #ED8941
Tints of Flamenco #ED8941
RGB
CMYK
RGB Variations
Color information
#ED8941 (or 0xED8941) is known color: Flamenco. HEX triplet: ED, 89 and 41. RGB value is (237,137,65). Sum of RGB (Red+Green+Blue) = 237+137+65=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8941 is #1276BE. Grayscale: #9F9F9F. Windows color (decimal): -1210047 or 4295149. OLE color: 4295149.
HSL color Cylindrical-coordinate representation of color #ED8941: hue angle of 25.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED8941 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.07 |
| HSL | 25.12º | 0.83% | 0.59% | - |
| HSV(B) | 25.12º | 0.73% | 0.93% | - |
| XYZ | 44.82 | 36.28 | 9.64 | - |
| YUV | 158.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 65 | 0 | 0.42 | 0.73 | 0.07 | 25.12 | 0.83 | 0.59 |
| Hex | ED | 89 | 41 | 0 | 2A | 49 | 7 | 19 | 53 | 3B |
| Octal | 355 | 211 | 101 | 0 | 52 | 111 | 7 | 31 | 123 | 73 |
| Binary | 11101101 | 10001001 | 1000001 | 0 | 101010 | 1001001 | 111 | 11001 | 1010011 | 111011 |
Color Harmonies of #ED8941
Complementary color
Monochromatic Colors of #ED8941
Black with #ED8941
Text Example
Text Example
White with #ED8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8941; }
p { color: rgb(237,137,65); }
H1.HeaderClassName
{
color: #ED8941;
}
.AnyTagClassName
{
color: #ED8941;
}
</style>
background-color css
<style>
a { background-color: #ED8941; }
a { background-color: rgb(237,137,65); }
div.DivClassName
{
background-color: #ED8941;
}
.BgClassName
{
background-color: #ED8941;
}
</style>
border-color css
<style>
span { border-color: #ED8941; }
span { border-color: rgb(237,137,65); }
td.TdClassName
{
border-color: #ED8941;
}
.TagClassName
{
border-color: #ED8941;
}
</style>