Shades of Flamenco #E5894A
Tints of Flamenco #E5894A
RGB
CMYK
RGB Variations
Color information
#E5894A (or 0xE5894A) is known color: Flamenco. HEX triplet: E5, 89 and 4A. RGB value is (229,137,74). Sum of RGB (Red+Green+Blue) = 229+137+74=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5894A is #1A76B5. Grayscale: #9D9D9D. Windows color (decimal): -1734326 or 4884965. OLE color: 4884965.
HSL color Cylindrical-coordinate representation of color #E5894A: hue angle of 24.39º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5894A is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 74 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.10 |
| HSL | 24.39º | 0.75% | 0.59% | - |
| HSV(B) | 24.39º | 0.68% | 0.9% | - |
| XYZ | 42.49 | 35.04 | 11 | - |
| YUV | 157.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 74 | 0 | 0.40 | 0.68 | 0.10 | 24.39 | 0.75 | 0.59 |
| Hex | E5 | 89 | 4A | 0 | 28 | 44 | A | 18 | 4B | 3B |
| Octal | 345 | 211 | 112 | 0 | 50 | 104 | 12 | 30 | 113 | 73 |
| Binary | 11100101 | 10001001 | 1001010 | 0 | 101000 | 1000100 | 1010 | 11000 | 1001011 | 111011 |
Color Harmonies of #E5894A
Complementary color
Monochromatic Colors of #E5894A
Black with #E5894A
Text Example
Text Example
White with #E5894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5894A; }
p { color: rgb(229,137,74); }
H1.HeaderClassName
{
color: #E5894A;
}
.AnyTagClassName
{
color: #E5894A;
}
</style>
background-color css
<style>
a { background-color: #E5894A; }
a { background-color: rgb(229,137,74); }
div.DivClassName
{
background-color: #E5894A;
}
.BgClassName
{
background-color: #E5894A;
}
</style>
border-color css
<style>
span { border-color: #E5894A; }
span { border-color: rgb(229,137,74); }
td.TdClassName
{
border-color: #E5894A;
}
.TagClassName
{
border-color: #E5894A;
}
</style>