Shades of Flamenco #E0844E
Tints of Flamenco #E0844E
RGB
CMYK
RGB Variations
Color information
#E0844E (or 0xE0844E) is known color: Flamenco. HEX triplet: E0, 84 and 4E. RGB value is (224,132,78). Sum of RGB (Red+Green+Blue) = 224+132+78=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0844E is #1F7BB1. Grayscale: #999999. Windows color (decimal): -2063282 or 5145824. OLE color: 5145824.
HSL color Cylindrical-coordinate representation of color #E0844E: hue angle of 22.19º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0844E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 78 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.12 |
| HSL | 22.19º | 0.7% | 0.59% | - |
| HSV(B) | 22.19º | 0.65% | 0.88% | - |
| XYZ | 40.37 | 32.9 | 11.43 | - |
| YUV | 153.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 78 | 0 | 0.41 | 0.65 | 0.12 | 22.19 | 0.7 | 0.59 |
| Hex | E0 | 84 | 4E | 0 | 29 | 41 | C | 16 | 46 | 3B |
| Octal | 340 | 204 | 116 | 0 | 51 | 101 | 14 | 26 | 106 | 73 |
| Binary | 11100000 | 10000100 | 1001110 | 0 | 101001 | 1000001 | 1100 | 10110 | 1000110 | 111011 |
Color Harmonies of #E0844E
Complementary color
Monochromatic Colors of #E0844E
Black with #E0844E
Text Example
Text Example
White with #E0844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0844E; }
p { color: rgb(224,132,78); }
H1.HeaderClassName
{
color: #E0844E;
}
.AnyTagClassName
{
color: #E0844E;
}
</style>
background-color css
<style>
a { background-color: #E0844E; }
a { background-color: rgb(224,132,78); }
div.DivClassName
{
background-color: #E0844E;
}
.BgClassName
{
background-color: #E0844E;
}
</style>
border-color css
<style>
span { border-color: #E0844E; }
span { border-color: rgb(224,132,78); }
td.TdClassName
{
border-color: #E0844E;
}
.TagClassName
{
border-color: #E0844E;
}
</style>