Shades of Flamenco #E2894A
Tints of Flamenco #E2894A
RGB
CMYK
RGB Variations
Color information
#E2894A (or 0xE2894A) is known color: Flamenco. HEX triplet: E2, 89 and 4A. RGB value is (226,137,74). Sum of RGB (Red+Green+Blue) = 226+137+74=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2894A is #1D76B5. Grayscale: #9C9C9C. Windows color (decimal): -1930934 or 4884962. OLE color: 4884962.
HSL color Cylindrical-coordinate representation of color #E2894A: hue angle of 24.87º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2894A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 74 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.11 |
| HSL | 24.87º | 0.72% | 0.59% | - |
| HSV(B) | 24.87º | 0.67% | 0.89% | - |
| XYZ | 41.55 | 34.55 | 10.96 | - |
| YUV | 156.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 74 | 0 | 0.39 | 0.67 | 0.11 | 24.87 | 0.72 | 0.59 |
| Hex | E2 | 89 | 4A | 0 | 27 | 43 | B | 19 | 48 | 3B |
| Octal | 342 | 211 | 112 | 0 | 47 | 103 | 13 | 31 | 110 | 73 |
| Binary | 11100010 | 10001001 | 1001010 | 0 | 100111 | 1000011 | 1011 | 11001 | 1001000 | 111011 |
Color Harmonies of #E2894A
Complementary color
Monochromatic Colors of #E2894A
Black with #E2894A
Text Example
Text Example
White with #E2894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2894A; }
p { color: rgb(226,137,74); }
H1.HeaderClassName
{
color: #E2894A;
}
.AnyTagClassName
{
color: #E2894A;
}
</style>
background-color css
<style>
a { background-color: #E2894A; }
a { background-color: rgb(226,137,74); }
div.DivClassName
{
background-color: #E2894A;
}
.BgClassName
{
background-color: #E2894A;
}
</style>
border-color css
<style>
span { border-color: #E2894A; }
span { border-color: rgb(226,137,74); }
td.TdClassName
{
border-color: #E2894A;
}
.TagClassName
{
border-color: #E2894A;
}
</style>