Shades of Flamenco #EE8942
Tints of Flamenco #EE8942
RGB
CMYK
RGB Variations
Color information
#EE8942 (or 0xEE8942) is known color: Flamenco. HEX triplet: EE, 89 and 42. RGB value is (238,137,66). Sum of RGB (Red+Green+Blue) = 238+137+66=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8942 is #1176BD. Grayscale: #9F9F9F. Windows color (decimal): -1144510 or 4360686. OLE color: 4360686.
HSL color Cylindrical-coordinate representation of color #EE8942: hue angle of 24.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE8942 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 66 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 24.77º | 0.83% | 0.6% | - |
| HSV(B) | 24.77º | 0.72% | 0.93% | - |
| XYZ | 45.19 | 36.46 | 9.81 | - |
| YUV | 159.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 66 | 0 | 0.42 | 0.72 | 0.07 | 24.77 | 0.83 | 0.6 |
| Hex | EE | 89 | 42 | 0 | 2A | 48 | 7 | 19 | 53 | 3C |
| Octal | 356 | 211 | 102 | 0 | 52 | 110 | 7 | 31 | 123 | 74 |
| Binary | 11101110 | 10001001 | 1000010 | 0 | 101010 | 1001000 | 111 | 11001 | 1010011 | 111100 |
Color Harmonies of #EE8942
Complementary color
Monochromatic Colors of #EE8942
Black with #EE8942
Text Example
Text Example
White with #EE8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8942; }
p { color: rgb(238,137,66); }
H1.HeaderClassName
{
color: #EE8942;
}
.AnyTagClassName
{
color: #EE8942;
}
</style>
background-color css
<style>
a { background-color: #EE8942; }
a { background-color: rgb(238,137,66); }
div.DivClassName
{
background-color: #EE8942;
}
.BgClassName
{
background-color: #EE8942;
}
</style>
border-color css
<style>
span { border-color: #EE8942; }
span { border-color: rgb(238,137,66); }
td.TdClassName
{
border-color: #EE8942;
}
.TagClassName
{
border-color: #EE8942;
}
</style>