Shades of Flamenco #E08447
Tints of Flamenco #E08447
RGB
CMYK
RGB Variations
Color information
#E08447 (or 0xE08447) is known color: Flamenco. HEX triplet: E0, 84 and 47. RGB value is (224,132,71). Sum of RGB (Red+Green+Blue) = 224+132+71=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E08447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08447 is #1F7BB8. Grayscale: #989898. Windows color (decimal): -2063289 or 4687072. OLE color: 4687072.
HSL color Cylindrical-coordinate representation of color #E08447: hue angle of 23.92º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E08447 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 71 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.12 |
| HSL | 23.92º | 0.71% | 0.58% | - |
| HSV(B) | 23.92º | 0.68% | 0.88% | - |
| XYZ | 40.13 | 32.8 | 10.18 | - |
| YUV | 152.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 71 | 0 | 0.41 | 0.68 | 0.12 | 23.92 | 0.71 | 0.58 |
| Hex | E0 | 84 | 47 | 0 | 29 | 44 | C | 18 | 47 | 3A |
| Octal | 340 | 204 | 107 | 0 | 51 | 104 | 14 | 30 | 107 | 72 |
| Binary | 11100000 | 10000100 | 1000111 | 0 | 101001 | 1000100 | 1100 | 11000 | 1000111 | 111010 |
Color Harmonies of #E08447
Complementary color
Monochromatic Colors of #E08447
Black with #E08447
Text Example
Text Example
White with #E08447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08447; }
p { color: rgb(224,132,71); }
H1.HeaderClassName
{
color: #E08447;
}
.AnyTagClassName
{
color: #E08447;
}
</style>
background-color css
<style>
a { background-color: #E08447; }
a { background-color: rgb(224,132,71); }
div.DivClassName
{
background-color: #E08447;
}
.BgClassName
{
background-color: #E08447;
}
</style>
border-color css
<style>
span { border-color: #E08447; }
span { border-color: rgb(224,132,71); }
td.TdClassName
{
border-color: #E08447;
}
.TagClassName
{
border-color: #E08447;
}
</style>