Shades of Fire Bush #E59B4A
Tints of Fire Bush #E59B4A
RGB
CMYK
RGB Variations
Color information
#E59B4A (or 0xE59B4A) is known color: Fire Bush. HEX triplet: E5, 9B and 4A. RGB value is (229,155,74). Sum of RGB (Red+Green+Blue) = 229+155+74=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59B4A is #1A64B5. Grayscale: #A8A8A8. Windows color (decimal): -1729718 or 4889573. OLE color: 4889573.
HSL color Cylindrical-coordinate representation of color #E59B4A: hue angle of 31.35º 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 #E59B4A is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 74 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.10 |
| HSL | 31.35º | 0.75% | 0.59% | - |
| HSV(B) | 31.35º | 0.68% | 0.9% | - |
| XYZ | 45.27 | 40.6 | 11.93 | - |
| YUV | 167.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 74 | 0 | 0.32 | 0.68 | 0.10 | 31.35 | 0.75 | 0.59 |
| Hex | E5 | 9B | 4A | 0 | 20 | 44 | A | 1F | 4B | 3B |
| Octal | 345 | 233 | 112 | 0 | 40 | 104 | 12 | 37 | 113 | 73 |
| Binary | 11100101 | 10011011 | 1001010 | 0 | 100000 | 1000100 | 1010 | 11111 | 1001011 | 111011 |
Color Harmonies of #E59B4A
Complementary color
Monochromatic Colors of #E59B4A
Black with #E59B4A
Text Example
Text Example
White with #E59B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B4A; }
p { color: rgb(229,155,74); }
H1.HeaderClassName
{
color: #E59B4A;
}
.AnyTagClassName
{
color: #E59B4A;
}
</style>
background-color css
<style>
a { background-color: #E59B4A; }
a { background-color: rgb(229,155,74); }
div.DivClassName
{
background-color: #E59B4A;
}
.BgClassName
{
background-color: #E59B4A;
}
</style>
border-color css
<style>
span { border-color: #E59B4A; }
span { border-color: rgb(229,155,74); }
td.TdClassName
{
border-color: #E59B4A;
}
.TagClassName
{
border-color: #E59B4A;
}
</style>