Shades of Flamenco #E2894F
Tints of Flamenco #E2894F
RGB
CMYK
RGB Variations
Color information
#E2894F (or 0xE2894F) is known color: Flamenco. HEX triplet: E2, 89 and 4F. RGB value is (226,137,79). Sum of RGB (Red+Green+Blue) = 226+137+79=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2894F is #1D76B0. Grayscale: #9D9D9D. Windows color (decimal): -1930929 or 5212642. OLE color: 5212642.
HSL color Cylindrical-coordinate representation of color #E2894F: hue angle of 23.67º 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 #E2894F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 79 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.11 |
| HSL | 23.67º | 0.72% | 0.6% | - |
| HSV(B) | 23.67º | 0.65% | 0.89% | - |
| XYZ | 41.72 | 34.62 | 11.88 | - |
| YUV | 157 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 79 | 0 | 0.39 | 0.65 | 0.11 | 23.67 | 0.72 | 0.6 |
| Hex | E2 | 89 | 4F | 0 | 27 | 41 | B | 18 | 48 | 3C |
| Octal | 342 | 211 | 117 | 0 | 47 | 101 | 13 | 30 | 110 | 74 |
| Binary | 11100010 | 10001001 | 1001111 | 0 | 100111 | 1000001 | 1011 | 11000 | 1001000 | 111100 |
Color Harmonies of #E2894F
Complementary color
Monochromatic Colors of #E2894F
Black with #E2894F
Text Example
Text Example
White with #E2894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2894F; }
p { color: rgb(226,137,79); }
H1.HeaderClassName
{
color: #E2894F;
}
.AnyTagClassName
{
color: #E2894F;
}
</style>
background-color css
<style>
a { background-color: #E2894F; }
a { background-color: rgb(226,137,79); }
div.DivClassName
{
background-color: #E2894F;
}
.BgClassName
{
background-color: #E2894F;
}
</style>
border-color css
<style>
span { border-color: #E2894F; }
span { border-color: rgb(226,137,79); }
td.TdClassName
{
border-color: #E2894F;
}
.TagClassName
{
border-color: #E2894F;
}
</style>