Shades of Fire Bush #E59E4A
Tints of Fire Bush #E59E4A
RGB
CMYK
RGB Variations
Color information
#E59E4A (or 0xE59E4A) is known color: Fire Bush. HEX triplet: E5, 9E and 4A. RGB value is (229,158,74). Sum of RGB (Red+Green+Blue) = 229+158+74=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59E4A is #1A61B5. Grayscale: #AAAAAA. Windows color (decimal): -1728950 or 4890341. OLE color: 4890341.
HSL color Cylindrical-coordinate representation of color #E59E4A: hue angle of 32.52º 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 #E59E4A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 74 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.10 |
| HSL | 32.52º | 0.75% | 0.59% | - |
| HSV(B) | 32.52º | 0.68% | 0.9% | - |
| XYZ | 45.78 | 41.61 | 12.1 | - |
| YUV | 169.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 74 | 0 | 0.31 | 0.68 | 0.10 | 32.52 | 0.75 | 0.59 |
| Hex | E5 | 9E | 4A | 0 | 1F | 44 | A | 21 | 4B | 3B |
| Octal | 345 | 236 | 112 | 0 | 37 | 104 | 12 | 41 | 113 | 73 |
| Binary | 11100101 | 10011110 | 1001010 | 0 | 11111 | 1000100 | 1010 | 100001 | 1001011 | 111011 |
Color Harmonies of #E59E4A
Complementary color
Monochromatic Colors of #E59E4A
Black with #E59E4A
Text Example
Text Example
White with #E59E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E4A; }
p { color: rgb(229,158,74); }
H1.HeaderClassName
{
color: #E59E4A;
}
.AnyTagClassName
{
color: #E59E4A;
}
</style>
background-color css
<style>
a { background-color: #E59E4A; }
a { background-color: rgb(229,158,74); }
div.DivClassName
{
background-color: #E59E4A;
}
.BgClassName
{
background-color: #E59E4A;
}
</style>
border-color css
<style>
span { border-color: #E59E4A; }
span { border-color: rgb(229,158,74); }
td.TdClassName
{
border-color: #E59E4A;
}
.TagClassName
{
border-color: #E59E4A;
}
</style>