Shades of Flamenco #E0874F
Tints of Flamenco #E0874F
RGB
CMYK
RGB Variations
Color information
#E0874F (or 0xE0874F) is known color: Flamenco. HEX triplet: E0, 87 and 4F. RGB value is (224,135,79). Sum of RGB (Red+Green+Blue) = 224+135+79=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0874F is #1F78B0. Grayscale: #9B9B9B. Windows color (decimal): -2062513 or 5212128. OLE color: 5212128.
HSL color Cylindrical-coordinate representation of color #E0874F: hue angle of 23.17º 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 #E0874F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 79 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.12 |
| HSL | 23.17º | 0.7% | 0.59% | - |
| HSV(B) | 23.17º | 0.65% | 0.88% | - |
| XYZ | 40.82 | 33.74 | 11.76 | - |
| YUV | 155.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 79 | 0 | 0.40 | 0.65 | 0.12 | 23.17 | 0.7 | 0.59 |
| Hex | E0 | 87 | 4F | 0 | 28 | 41 | C | 17 | 46 | 3B |
| Octal | 340 | 207 | 117 | 0 | 50 | 101 | 14 | 27 | 106 | 73 |
| Binary | 11100000 | 10000111 | 1001111 | 0 | 101000 | 1000001 | 1100 | 10111 | 1000110 | 111011 |
Color Harmonies of #E0874F
Complementary color
Monochromatic Colors of #E0874F
Black with #E0874F
Text Example
Text Example
White with #E0874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0874F; }
p { color: rgb(224,135,79); }
H1.HeaderClassName
{
color: #E0874F;
}
.AnyTagClassName
{
color: #E0874F;
}
</style>
background-color css
<style>
a { background-color: #E0874F; }
a { background-color: rgb(224,135,79); }
div.DivClassName
{
background-color: #E0874F;
}
.BgClassName
{
background-color: #E0874F;
}
</style>
border-color css
<style>
span { border-color: #E0874F; }
span { border-color: rgb(224,135,79); }
td.TdClassName
{
border-color: #E0874F;
}
.TagClassName
{
border-color: #E0874F;
}
</style>