Shades of Flamenco #EE8D42
Tints of Flamenco #EE8D42
RGB
CMYK
RGB Variations
Color information
#EE8D42 (or 0xEE8D42) is known color: Flamenco. HEX triplet: EE, 8D and 42. RGB value is (238,141,66). Sum of RGB (Red+Green+Blue) = 238+141+66=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D42 is #1172BD. Grayscale: #A1A1A1. Windows color (decimal): -1143486 or 4361710. OLE color: 4361710.
HSL color Cylindrical-coordinate representation of color #EE8D42: hue angle of 26.16º 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 #EE8D42 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 66 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.07 |
| HSL | 26.16º | 0.83% | 0.6% | - |
| HSV(B) | 26.16º | 0.72% | 0.93% | - |
| XYZ | 45.77 | 37.62 | 10 | - |
| YUV | 161.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 66 | 0 | 0.41 | 0.72 | 0.07 | 26.16 | 0.83 | 0.6 |
| Hex | EE | 8D | 42 | 0 | 29 | 48 | 7 | 1A | 53 | 3C |
| Octal | 356 | 215 | 102 | 0 | 51 | 110 | 7 | 32 | 123 | 74 |
| Binary | 11101110 | 10001101 | 1000010 | 0 | 101001 | 1001000 | 111 | 11010 | 1010011 | 111100 |
Color Harmonies of #EE8D42
Complementary color
Monochromatic Colors of #EE8D42
Black with #EE8D42
Text Example
Text Example
White with #EE8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D42; }
p { color: rgb(238,141,66); }
H1.HeaderClassName
{
color: #EE8D42;
}
.AnyTagClassName
{
color: #EE8D42;
}
</style>
background-color css
<style>
a { background-color: #EE8D42; }
a { background-color: rgb(238,141,66); }
div.DivClassName
{
background-color: #EE8D42;
}
.BgClassName
{
background-color: #EE8D42;
}
</style>
border-color css
<style>
span { border-color: #EE8D42; }
span { border-color: rgb(238,141,66); }
td.TdClassName
{
border-color: #EE8D42;
}
.TagClassName
{
border-color: #EE8D42;
}
</style>