Shades of Flamenco #E4894A
Tints of Flamenco #E4894A
RGB
CMYK
RGB Variations
Color information
#E4894A (or 0xE4894A) is known color: Flamenco. HEX triplet: E4, 89 and 4A. RGB value is (228,137,74). Sum of RGB (Red+Green+Blue) = 228+137+74=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4894A is #1B76B5. Grayscale: #9D9D9D. Windows color (decimal): -1799862 or 4884964. OLE color: 4884964.
HSL color Cylindrical-coordinate representation of color #E4894A: hue angle of 24.55º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4894A is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 74 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.11 |
| HSL | 24.55º | 0.74% | 0.59% | - |
| HSV(B) | 24.55º | 0.68% | 0.89% | - |
| XYZ | 42.18 | 34.88 | 10.99 | - |
| YUV | 157.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 74 | 0 | 0.40 | 0.68 | 0.11 | 24.55 | 0.74 | 0.59 |
| Hex | E4 | 89 | 4A | 0 | 28 | 44 | B | 19 | 4A | 3B |
| Octal | 344 | 211 | 112 | 0 | 50 | 104 | 13 | 31 | 112 | 73 |
| Binary | 11100100 | 10001001 | 1001010 | 0 | 101000 | 1000100 | 1011 | 11001 | 1001010 | 111011 |
Color Harmonies of #E4894A
Complementary color
Monochromatic Colors of #E4894A
Black with #E4894A
Text Example
Text Example
White with #E4894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4894A; }
p { color: rgb(228,137,74); }
H1.HeaderClassName
{
color: #E4894A;
}
.AnyTagClassName
{
color: #E4894A;
}
</style>
background-color css
<style>
a { background-color: #E4894A; }
a { background-color: rgb(228,137,74); }
div.DivClassName
{
background-color: #E4894A;
}
.BgClassName
{
background-color: #E4894A;
}
</style>
border-color css
<style>
span { border-color: #E4894A; }
span { border-color: rgb(228,137,74); }
td.TdClassName
{
border-color: #E4894A;
}
.TagClassName
{
border-color: #E4894A;
}
</style>