Shades of Fire Bush #E5A346
Tints of Fire Bush #E5A346
RGB
CMYK
RGB Variations
Color information
#E5A346 (or 0xE5A346) is known color: Fire Bush. HEX triplet: E5, A3 and 46. RGB value is (229,163,70). Sum of RGB (Red+Green+Blue) = 229+163+70=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A346 is #1A5CB9. Grayscale: #ACACAC. Windows color (decimal): -1727674 or 4629477. OLE color: 4629477.
HSL color Cylindrical-coordinate representation of color #E5A346: hue angle of 35.09º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5A346 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 70 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.10 |
| HSL | 35.09º | 0.75% | 0.59% | - |
| HSV(B) | 35.09º | 0.69% | 0.9% | - |
| XYZ | 46.52 | 43.29 | 11.7 | - |
| YUV | 172.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 70 | 0 | 0.29 | 0.69 | 0.10 | 35.09 | 0.75 | 0.59 |
| Hex | E5 | A3 | 46 | 0 | 1D | 45 | A | 23 | 4B | 3B |
| Octal | 345 | 243 | 106 | 0 | 35 | 105 | 12 | 43 | 113 | 73 |
| Binary | 11100101 | 10100011 | 1000110 | 0 | 11101 | 1000101 | 1010 | 100011 | 1001011 | 111011 |
Color Harmonies of #E5A346
Complementary color
Monochromatic Colors of #E5A346
Black with #E5A346
Text Example
Text Example
White with #E5A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A346; }
p { color: rgb(229,163,70); }
H1.HeaderClassName
{
color: #E5A346;
}
.AnyTagClassName
{
color: #E5A346;
}
</style>
background-color css
<style>
a { background-color: #E5A346; }
a { background-color: rgb(229,163,70); }
div.DivClassName
{
background-color: #E5A346;
}
.BgClassName
{
background-color: #E5A346;
}
</style>
border-color css
<style>
span { border-color: #E5A346; }
span { border-color: rgb(229,163,70); }
td.TdClassName
{
border-color: #E5A346;
}
.TagClassName
{
border-color: #E5A346;
}
</style>