Shades of Fire Bush #E59A34
Tints of Fire Bush #E59A34
RGB
CMYK
RGB Variations
Color information
#E59A34 (or 0xE59A34) is known color: Fire Bush. HEX triplet: E5, 9A and 34. RGB value is (229,154,52). Sum of RGB (Red+Green+Blue) = 229+154+52=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59A34 is #1A65CB. Grayscale: #A5A5A5. Windows color (decimal): -1729996 or 3447525. OLE color: 3447525.
HSL color Cylindrical-coordinate representation of color #E59A34: hue angle of 34.58º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E59A34 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 52 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.10 |
| HSL | 34.58º | 0.77% | 0.55% | - |
| HSV(B) | 34.58º | 0.77% | 0.9% | - |
| XYZ | 44.49 | 40.02 | 8.63 | - |
| YUV | 164.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 52 | 0 | 0.33 | 0.77 | 0.10 | 34.58 | 0.77 | 0.55 |
| Hex | E5 | 9A | 34 | 0 | 21 | 4D | A | 23 | 4D | 37 |
| Octal | 345 | 232 | 64 | 0 | 41 | 115 | 12 | 43 | 115 | 67 |
| Binary | 11100101 | 10011010 | 110100 | 0 | 100001 | 1001101 | 1010 | 100011 | 1001101 | 110111 |
Color Harmonies of #E59A34
Complementary color
Monochromatic Colors of #E59A34
Black with #E59A34
Text Example
Text Example
White with #E59A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A34; }
p { color: rgb(229,154,52); }
H1.HeaderClassName
{
color: #E59A34;
}
.AnyTagClassName
{
color: #E59A34;
}
</style>
background-color css
<style>
a { background-color: #E59A34; }
a { background-color: rgb(229,154,52); }
div.DivClassName
{
background-color: #E59A34;
}
.BgClassName
{
background-color: #E59A34;
}
</style>
border-color css
<style>
span { border-color: #E59A34; }
span { border-color: rgb(229,154,52); }
td.TdClassName
{
border-color: #E59A34;
}
.TagClassName
{
border-color: #E59A34;
}
</style>