Shades of Flamenco #EE8C42
Tints of Flamenco #EE8C42
RGB
CMYK
RGB Variations
Color information
#EE8C42 (or 0xEE8C42) is known color: Flamenco. HEX triplet: EE, 8C and 42. RGB value is (238,140,66). Sum of RGB (Red+Green+Blue) = 238+140+66=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8C42 is #1173BD. Grayscale: #A1A1A1. Windows color (decimal): -1143742 or 4361454. OLE color: 4361454.
HSL color Cylindrical-coordinate representation of color #EE8C42: hue angle of 25.81º 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 #EE8C42 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 66 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.07 |
| HSL | 25.81º | 0.83% | 0.6% | - |
| HSV(B) | 25.81º | 0.72% | 0.93% | - |
| XYZ | 45.62 | 37.33 | 9.95 | - |
| YUV | 160.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 66 | 0 | 0.41 | 0.72 | 0.07 | 25.81 | 0.83 | 0.6 |
| Hex | EE | 8C | 42 | 0 | 29 | 48 | 7 | 1A | 53 | 3C |
| Octal | 356 | 214 | 102 | 0 | 51 | 110 | 7 | 32 | 123 | 74 |
| Binary | 11101110 | 10001100 | 1000010 | 0 | 101001 | 1001000 | 111 | 11010 | 1010011 | 111100 |
Color Harmonies of #EE8C42
Complementary color
Monochromatic Colors of #EE8C42
Black with #EE8C42
Text Example
Text Example
White with #EE8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C42; }
p { color: rgb(238,140,66); }
H1.HeaderClassName
{
color: #EE8C42;
}
.AnyTagClassName
{
color: #EE8C42;
}
</style>
background-color css
<style>
a { background-color: #EE8C42; }
a { background-color: rgb(238,140,66); }
div.DivClassName
{
background-color: #EE8C42;
}
.BgClassName
{
background-color: #EE8C42;
}
</style>
border-color css
<style>
span { border-color: #EE8C42; }
span { border-color: rgb(238,140,66); }
td.TdClassName
{
border-color: #EE8C42;
}
.TagClassName
{
border-color: #EE8C42;
}
</style>