Shades of Fire Bush #E59B40
Tints of Fire Bush #E59B40
RGB
CMYK
RGB Variations
Color information
#E59B40 (or 0xE59B40) is known color: Fire Bush. HEX triplet: E5, 9B and 40. RGB value is (229,155,64). Sum of RGB (Red+Green+Blue) = 229+155+64=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59B40 is #1A64BF. Grayscale: #A7A7A7. Windows color (decimal): -1729728 or 4234213. OLE color: 4234213.
HSL color Cylindrical-coordinate representation of color #E59B40: hue angle of 33.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E59B40 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 64 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.10 |
| HSL | 33.09º | 0.76% | 0.57% | - |
| HSV(B) | 33.09º | 0.72% | 0.9% | - |
| XYZ | 44.96 | 40.47 | 10.29 | - |
| YUV | 166.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 64 | 0 | 0.32 | 0.72 | 0.10 | 33.09 | 0.76 | 0.57 |
| Hex | E5 | 9B | 40 | 0 | 20 | 48 | A | 21 | 4C | 39 |
| Octal | 345 | 233 | 100 | 0 | 40 | 110 | 12 | 41 | 114 | 71 |
| Binary | 11100101 | 10011011 | 1000000 | 0 | 100000 | 1001000 | 1010 | 100001 | 1001100 | 111001 |
Color Harmonies of #E59B40
Complementary color
Monochromatic Colors of #E59B40
Black with #E59B40
Text Example
Text Example
White with #E59B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B40; }
p { color: rgb(229,155,64); }
H1.HeaderClassName
{
color: #E59B40;
}
.AnyTagClassName
{
color: #E59B40;
}
</style>
background-color css
<style>
a { background-color: #E59B40; }
a { background-color: rgb(229,155,64); }
div.DivClassName
{
background-color: #E59B40;
}
.BgClassName
{
background-color: #E59B40;
}
</style>
border-color css
<style>
span { border-color: #E59B40; }
span { border-color: rgb(229,155,64); }
td.TdClassName
{
border-color: #E59B40;
}
.TagClassName
{
border-color: #E59B40;
}
</style>