Shades of Fire Bush #E5A03F
Tints of Fire Bush #E5A03F
RGB
CMYK
RGB Variations
Color information
#E5A03F (or 0xE5A03F) is known color: Fire Bush. HEX triplet: E5, A0 and 3F. RGB value is (229,160,63). Sum of RGB (Red+Green+Blue) = 229+160+63=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A03F is #1A5FC0. Grayscale: #AAAAAA. Windows color (decimal): -1728449 or 4169957. OLE color: 4169957.
HSL color Cylindrical-coordinate representation of color #E5A03F: hue angle of 35.06º 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 #E5A03F is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 63 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.10 |
| HSL | 35.06º | 0.76% | 0.57% | - |
| HSV(B) | 35.06º | 0.72% | 0.9% | - |
| XYZ | 45.78 | 42.16 | 10.43 | - |
| YUV | 169.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 63 | 0 | 0.30 | 0.72 | 0.10 | 35.06 | 0.76 | 0.57 |
| Hex | E5 | A0 | 3F | 0 | 1E | 48 | A | 23 | 4C | 39 |
| Octal | 345 | 240 | 77 | 0 | 36 | 110 | 12 | 43 | 114 | 71 |
| Binary | 11100101 | 10100000 | 111111 | 0 | 11110 | 1001000 | 1010 | 100011 | 1001100 | 111001 |
Color Harmonies of #E5A03F
Complementary color
Monochromatic Colors of #E5A03F
Black with #E5A03F
Text Example
Text Example
White with #E5A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A03F; }
p { color: rgb(229,160,63); }
H1.HeaderClassName
{
color: #E5A03F;
}
.AnyTagClassName
{
color: #E5A03F;
}
</style>
background-color css
<style>
a { background-color: #E5A03F; }
a { background-color: rgb(229,160,63); }
div.DivClassName
{
background-color: #E5A03F;
}
.BgClassName
{
background-color: #E5A03F;
}
</style>
border-color css
<style>
span { border-color: #E5A03F; }
span { border-color: rgb(229,160,63); }
td.TdClassName
{
border-color: #E5A03F;
}
.TagClassName
{
border-color: #E5A03F;
}
</style>