Shades of Flamenco #EE8D47
Tints of Flamenco #EE8D47
RGB
CMYK
RGB Variations
Color information
#EE8D47 (or 0xEE8D47) is known color: Flamenco. HEX triplet: EE, 8D and 47. RGB value is (238,141,71). Sum of RGB (Red+Green+Blue) = 238+141+71=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D47 is #1172B8. Grayscale: #A2A2A2. Windows color (decimal): -1143481 or 4689390. OLE color: 4689390.
HSL color Cylindrical-coordinate representation of color #EE8D47: hue angle of 25.15º 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 #EE8D47 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 71 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.07 |
| HSL | 25.15º | 0.83% | 0.61% | - |
| HSV(B) | 25.15º | 0.7% | 0.93% | - |
| XYZ | 45.92 | 37.68 | 10.81 | - |
| YUV | 162.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 71 | 0 | 0.41 | 0.70 | 0.07 | 25.15 | 0.83 | 0.61 |
| Hex | EE | 8D | 47 | 0 | 29 | 46 | 7 | 19 | 53 | 3D |
| Octal | 356 | 215 | 107 | 0 | 51 | 106 | 7 | 31 | 123 | 75 |
| Binary | 11101110 | 10001101 | 1000111 | 0 | 101001 | 1000110 | 111 | 11001 | 1010011 | 111101 |
Color Harmonies of #EE8D47
Complementary color
Monochromatic Colors of #EE8D47
Black with #EE8D47
Text Example
Text Example
White with #EE8D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D47; }
p { color: rgb(238,141,71); }
H1.HeaderClassName
{
color: #EE8D47;
}
.AnyTagClassName
{
color: #EE8D47;
}
</style>
background-color css
<style>
a { background-color: #EE8D47; }
a { background-color: rgb(238,141,71); }
div.DivClassName
{
background-color: #EE8D47;
}
.BgClassName
{
background-color: #EE8D47;
}
</style>
border-color css
<style>
span { border-color: #EE8D47; }
span { border-color: rgb(238,141,71); }
td.TdClassName
{
border-color: #EE8D47;
}
.TagClassName
{
border-color: #EE8D47;
}
</style>