Shades of Flamenco #E0884E
Tints of Flamenco #E0884E
RGB
CMYK
RGB Variations
Color information
#E0884E (or 0xE0884E) is known color: Flamenco. HEX triplet: E0, 88 and 4E. RGB value is (224,136,78). Sum of RGB (Red+Green+Blue) = 224+136+78=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0884E is #1F77B1. Grayscale: #9C9C9C. Windows color (decimal): -2062258 or 5146848. OLE color: 5146848.
HSL color Cylindrical-coordinate representation of color #E0884E: hue angle of 23.84º 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 #E0884E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 78 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.12 |
| HSL | 23.84º | 0.7% | 0.59% | - |
| HSV(B) | 23.84º | 0.65% | 0.88% | - |
| XYZ | 40.92 | 34.01 | 11.61 | - |
| YUV | 155.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 78 | 0 | 0.39 | 0.65 | 0.12 | 23.84 | 0.7 | 0.59 |
| Hex | E0 | 88 | 4E | 0 | 27 | 41 | C | 18 | 46 | 3B |
| Octal | 340 | 210 | 116 | 0 | 47 | 101 | 14 | 30 | 106 | 73 |
| Binary | 11100000 | 10001000 | 1001110 | 0 | 100111 | 1000001 | 1100 | 11000 | 1000110 | 111011 |
Color Harmonies of #E0884E
Complementary color
Monochromatic Colors of #E0884E
Black with #E0884E
Text Example
Text Example
White with #E0884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0884E; }
p { color: rgb(224,136,78); }
H1.HeaderClassName
{
color: #E0884E;
}
.AnyTagClassName
{
color: #E0884E;
}
</style>
background-color css
<style>
a { background-color: #E0884E; }
a { background-color: rgb(224,136,78); }
div.DivClassName
{
background-color: #E0884E;
}
.BgClassName
{
background-color: #E0884E;
}
</style>
border-color css
<style>
span { border-color: #E0884E; }
span { border-color: rgb(224,136,78); }
td.TdClassName
{
border-color: #E0884E;
}
.TagClassName
{
border-color: #E0884E;
}
</style>