Shades of Fire Bush #E59E4B
Tints of Fire Bush #E59E4B
RGB
CMYK
RGB Variations
Color information
#E59E4B (or 0xE59E4B) is known color: Fire Bush. HEX triplet: E5, 9E and 4B. RGB value is (229,158,75). Sum of RGB (Red+Green+Blue) = 229+158+75=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59E4B is #1A61B4. Grayscale: #AAAAAA. Windows color (decimal): -1728949 or 4955877. OLE color: 4955877.
HSL color Cylindrical-coordinate representation of color #E59E4B: hue angle of 32.34º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E59E4B is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 75 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.10 |
| HSL | 32.34º | 0.75% | 0.6% | - |
| HSV(B) | 32.34º | 0.67% | 0.9% | - |
| XYZ | 45.81 | 41.62 | 12.28 | - |
| YUV | 169.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 75 | 0 | 0.31 | 0.67 | 0.10 | 32.34 | 0.75 | 0.6 |
| Hex | E5 | 9E | 4B | 0 | 1F | 43 | A | 20 | 4B | 3C |
| Octal | 345 | 236 | 113 | 0 | 37 | 103 | 12 | 40 | 113 | 74 |
| Binary | 11100101 | 10011110 | 1001011 | 0 | 11111 | 1000011 | 1010 | 100000 | 1001011 | 111100 |
Color Harmonies of #E59E4B
Complementary color
Monochromatic Colors of #E59E4B
Black with #E59E4B
Text Example
Text Example
White with #E59E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E4B; }
p { color: rgb(229,158,75); }
H1.HeaderClassName
{
color: #E59E4B;
}
.AnyTagClassName
{
color: #E59E4B;
}
</style>
background-color css
<style>
a { background-color: #E59E4B; }
a { background-color: rgb(229,158,75); }
div.DivClassName
{
background-color: #E59E4B;
}
.BgClassName
{
background-color: #E59E4B;
}
</style>
border-color css
<style>
span { border-color: #E59E4B; }
span { border-color: rgb(229,158,75); }
td.TdClassName
{
border-color: #E59E4B;
}
.TagClassName
{
border-color: #E59E4B;
}
</style>