Shades of Flamenco #E08846
Tints of Flamenco #E08846
RGB
CMYK
RGB Variations
Color information
#E08846 (or 0xE08846) is known color: Flamenco. HEX triplet: E0, 88 and 46. RGB value is (224,136,70). Sum of RGB (Red+Green+Blue) = 224+136+70=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E08846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08846 is #1F77B9. Grayscale: #9B9B9B. Windows color (decimal): -2062266 or 4622560. OLE color: 4622560.
HSL color Cylindrical-coordinate representation of color #E08846: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E08846 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 70 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.12 |
| HSL | 25.71º | 0.71% | 0.58% | - |
| HSV(B) | 25.71º | 0.69% | 0.88% | - |
| XYZ | 40.65 | 33.9 | 10.19 | - |
| YUV | 154.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 70 | 0 | 0.39 | 0.69 | 0.12 | 25.71 | 0.71 | 0.58 |
| Hex | E0 | 88 | 46 | 0 | 27 | 45 | C | 1A | 47 | 3A |
| Octal | 340 | 210 | 106 | 0 | 47 | 105 | 14 | 32 | 107 | 72 |
| Binary | 11100000 | 10001000 | 1000110 | 0 | 100111 | 1000101 | 1100 | 11010 | 1000111 | 111010 |
Color Harmonies of #E08846
Complementary color
Monochromatic Colors of #E08846
Black with #E08846
Text Example
Text Example
White with #E08846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08846; }
p { color: rgb(224,136,70); }
H1.HeaderClassName
{
color: #E08846;
}
.AnyTagClassName
{
color: #E08846;
}
</style>
background-color css
<style>
a { background-color: #E08846; }
a { background-color: rgb(224,136,70); }
div.DivClassName
{
background-color: #E08846;
}
.BgClassName
{
background-color: #E08846;
}
</style>
border-color css
<style>
span { border-color: #E08846; }
span { border-color: rgb(224,136,70); }
td.TdClassName
{
border-color: #E08846;
}
.TagClassName
{
border-color: #E08846;
}
</style>