Shades of Fire Bush #E59F4A
Tints of Fire Bush #E59F4A
RGB
CMYK
RGB Variations
Color information
#E59F4A (or 0xE59F4A) is known color: Fire Bush. HEX triplet: E5, 9F and 4A. RGB value is (229,159,74). Sum of RGB (Red+Green+Blue) = 229+159+74=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59F4A is #1A60B5. Grayscale: #AAAAAA. Windows color (decimal): -1728694 or 4890597. OLE color: 4890597.
HSL color Cylindrical-coordinate representation of color #E59F4A: hue angle of 32.9º 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 #E59F4A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 74 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.10 |
| HSL | 32.9º | 0.75% | 0.59% | - |
| HSV(B) | 32.9º | 0.68% | 0.9% | - |
| XYZ | 45.95 | 41.95 | 12.15 | - |
| YUV | 170.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 74 | 0 | 0.31 | 0.68 | 0.10 | 32.9 | 0.75 | 0.59 |
| Hex | E5 | 9F | 4A | 0 | 1F | 44 | A | 21 | 4B | 3B |
| Octal | 345 | 237 | 112 | 0 | 37 | 104 | 12 | 41 | 113 | 73 |
| Binary | 11100101 | 10011111 | 1001010 | 0 | 11111 | 1000100 | 1010 | 100001 | 1001011 | 111011 |
Color Harmonies of #E59F4A
Complementary color
Monochromatic Colors of #E59F4A
Black with #E59F4A
Text Example
Text Example
White with #E59F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F4A; }
p { color: rgb(229,159,74); }
H1.HeaderClassName
{
color: #E59F4A;
}
.AnyTagClassName
{
color: #E59F4A;
}
</style>
background-color css
<style>
a { background-color: #E59F4A; }
a { background-color: rgb(229,159,74); }
div.DivClassName
{
background-color: #E59F4A;
}
.BgClassName
{
background-color: #E59F4A;
}
</style>
border-color css
<style>
span { border-color: #E59F4A; }
span { border-color: rgb(229,159,74); }
td.TdClassName
{
border-color: #E59F4A;
}
.TagClassName
{
border-color: #E59F4A;
}
</style>