Shades of Flamenco #E0844F
Tints of Flamenco #E0844F
RGB
CMYK
RGB Variations
Color information
#E0844F (or 0xE0844F) is known color: Flamenco. HEX triplet: E0, 84 and 4F. RGB value is (224,132,79). Sum of RGB (Red+Green+Blue) = 224+132+79=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0844F is #1F7BB0. Grayscale: #999999. Windows color (decimal): -2063281 or 5211360. OLE color: 5211360.
HSL color Cylindrical-coordinate representation of color #E0844F: hue angle of 21.93º 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 #E0844F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 79 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.12 |
| HSL | 21.93º | 0.7% | 0.59% | - |
| HSV(B) | 21.93º | 0.65% | 0.88% | - |
| XYZ | 40.4 | 32.91 | 11.62 | - |
| YUV | 153.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 79 | 0 | 0.41 | 0.65 | 0.12 | 21.93 | 0.7 | 0.59 |
| Hex | E0 | 84 | 4F | 0 | 29 | 41 | C | 16 | 46 | 3B |
| Octal | 340 | 204 | 117 | 0 | 51 | 101 | 14 | 26 | 106 | 73 |
| Binary | 11100000 | 10000100 | 1001111 | 0 | 101001 | 1000001 | 1100 | 10110 | 1000110 | 111011 |
Color Harmonies of #E0844F
Complementary color
Monochromatic Colors of #E0844F
Black with #E0844F
Text Example
Text Example
White with #E0844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0844F; }
p { color: rgb(224,132,79); }
H1.HeaderClassName
{
color: #E0844F;
}
.AnyTagClassName
{
color: #E0844F;
}
</style>
background-color css
<style>
a { background-color: #E0844F; }
a { background-color: rgb(224,132,79); }
div.DivClassName
{
background-color: #E0844F;
}
.BgClassName
{
background-color: #E0844F;
}
</style>
border-color css
<style>
span { border-color: #E0844F; }
span { border-color: rgb(224,132,79); }
td.TdClassName
{
border-color: #E0844F;
}
.TagClassName
{
border-color: #E0844F;
}
</style>