Shades of Flamenco #E2874E
Tints of Flamenco #E2874E
RGB
CMYK
RGB Variations
Color information
#E2874E (or 0xE2874E) is known color: Flamenco. HEX triplet: E2, 87 and 4E. RGB value is (226,135,78). Sum of RGB (Red+Green+Blue) = 226+135+78=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2874E is #1D78B1. Grayscale: #9C9C9C. Windows color (decimal): -1931442 or 5146594. OLE color: 5146594.
HSL color Cylindrical-coordinate representation of color #E2874E: hue angle of 23.11º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2874E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 78 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.11 |
| HSL | 23.11º | 0.72% | 0.6% | - |
| HSV(B) | 23.11º | 0.65% | 0.89% | - |
| XYZ | 41.4 | 34.05 | 11.6 | - |
| YUV | 155.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 78 | 0 | 0.40 | 0.65 | 0.11 | 23.11 | 0.72 | 0.6 |
| Hex | E2 | 87 | 4E | 0 | 28 | 41 | B | 17 | 48 | 3C |
| Octal | 342 | 207 | 116 | 0 | 50 | 101 | 13 | 27 | 110 | 74 |
| Binary | 11100010 | 10000111 | 1001110 | 0 | 101000 | 1000001 | 1011 | 10111 | 1001000 | 111100 |
Color Harmonies of #E2874E
Complementary color
Monochromatic Colors of #E2874E
Black with #E2874E
Text Example
Text Example
White with #E2874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2874E; }
p { color: rgb(226,135,78); }
H1.HeaderClassName
{
color: #E2874E;
}
.AnyTagClassName
{
color: #E2874E;
}
</style>
background-color css
<style>
a { background-color: #E2874E; }
a { background-color: rgb(226,135,78); }
div.DivClassName
{
background-color: #E2874E;
}
.BgClassName
{
background-color: #E2874E;
}
</style>
border-color css
<style>
span { border-color: #E2874E; }
span { border-color: rgb(226,135,78); }
td.TdClassName
{
border-color: #E2874E;
}
.TagClassName
{
border-color: #E2874E;
}
</style>