Shades of Flamenco #EE8C4A
Tints of Flamenco #EE8C4A
RGB
CMYK
RGB Variations
Color information
#EE8C4A (or 0xEE8C4A) is known color: Flamenco. HEX triplet: EE, 8C and 4A. RGB value is (238,140,74). Sum of RGB (Red+Green+Blue) = 238+140+74=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8C4A is #1173B5. Grayscale: #A2A2A2. Windows color (decimal): -1143734 or 4885742. OLE color: 4885742.
HSL color Cylindrical-coordinate representation of color #EE8C4A: hue angle of 24.15º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE8C4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 74 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.07 |
| HSL | 24.15º | 0.83% | 0.61% | - |
| HSV(B) | 24.15º | 0.69% | 0.93% | - |
| XYZ | 45.87 | 37.43 | 11.29 | - |
| YUV | 161.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 74 | 0 | 0.41 | 0.69 | 0.07 | 24.15 | 0.83 | 0.61 |
| Hex | EE | 8C | 4A | 0 | 29 | 45 | 7 | 18 | 53 | 3D |
| Octal | 356 | 214 | 112 | 0 | 51 | 105 | 7 | 30 | 123 | 75 |
| Binary | 11101110 | 10001100 | 1001010 | 0 | 101001 | 1000101 | 111 | 11000 | 1010011 | 111101 |
Color Harmonies of #EE8C4A
Complementary color
Monochromatic Colors of #EE8C4A
Black with #EE8C4A
Text Example
Text Example
White with #EE8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C4A; }
p { color: rgb(238,140,74); }
H1.HeaderClassName
{
color: #EE8C4A;
}
.AnyTagClassName
{
color: #EE8C4A;
}
</style>
background-color css
<style>
a { background-color: #EE8C4A; }
a { background-color: rgb(238,140,74); }
div.DivClassName
{
background-color: #EE8C4A;
}
.BgClassName
{
background-color: #EE8C4A;
}
</style>
border-color css
<style>
span { border-color: #EE8C4A; }
span { border-color: rgb(238,140,74); }
td.TdClassName
{
border-color: #EE8C4A;
}
.TagClassName
{
border-color: #EE8C4A;
}
</style>