Shades of Flamenco #EE8047
Tints of Flamenco #EE8047
RGB
CMYK
RGB Variations
Color information
#EE8047 (or 0xEE8047) is known color: Flamenco. HEX triplet: EE, 80 and 47. RGB value is (238,128,71). Sum of RGB (Red+Green+Blue) = 238+128+71=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8047 is #117FB8. Grayscale: #9A9A9A. Windows color (decimal): -1146809 or 4686062. OLE color: 4686062.
HSL color Cylindrical-coordinate representation of color #EE8047: hue angle of 20.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE8047 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 71 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.07 |
| HSL | 20.48º | 0.83% | 0.61% | - |
| HSV(B) | 20.48º | 0.7% | 0.93% | - |
| XYZ | 44.12 | 34.07 | 10.21 | - |
| YUV | 154.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 71 | 0 | 0.46 | 0.70 | 0.07 | 20.48 | 0.83 | 0.61 |
| Hex | EE | 80 | 47 | 0 | 2E | 46 | 7 | 14 | 53 | 3D |
| Octal | 356 | 200 | 107 | 0 | 56 | 106 | 7 | 24 | 123 | 75 |
| Binary | 11101110 | 10000000 | 1000111 | 0 | 101110 | 1000110 | 111 | 10100 | 1010011 | 111101 |
Color Harmonies of #EE8047
Complementary color
Monochromatic Colors of #EE8047
Black with #EE8047
Text Example
Text Example
White with #EE8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8047; }
p { color: rgb(238,128,71); }
H1.HeaderClassName
{
color: #EE8047;
}
.AnyTagClassName
{
color: #EE8047;
}
</style>
background-color css
<style>
a { background-color: #EE8047; }
a { background-color: rgb(238,128,71); }
div.DivClassName
{
background-color: #EE8047;
}
.BgClassName
{
background-color: #EE8047;
}
</style>
border-color css
<style>
span { border-color: #EE8047; }
span { border-color: rgb(238,128,71); }
td.TdClassName
{
border-color: #EE8047;
}
.TagClassName
{
border-color: #EE8047;
}
</style>