Shades of Fire Bush #E9A049
Tints of Fire Bush #E9A049
RGB
CMYK
RGB Variations
Color information
#E9A049 (or 0xE9A049) is known color: Fire Bush. HEX triplet: E9, A0 and 49. RGB value is (233,160,73). Sum of RGB (Red+Green+Blue) = 233+160+73=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A049 is #165FB6. Grayscale: #ACACAC. Windows color (decimal): -1466295 or 4825321. OLE color: 4825321.
HSL color Cylindrical-coordinate representation of color #E9A049: hue angle of 32.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9A049 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 73 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.09 |
| HSL | 32.63º | 0.78% | 0.6% | - |
| HSV(B) | 32.63º | 0.69% | 0.91% | - |
| XYZ | 47.38 | 42.95 | 12.1 | - |
| YUV | 171.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 73 | 0 | 0.31 | 0.69 | 0.09 | 32.63 | 0.78 | 0.6 |
| Hex | E9 | A0 | 49 | 0 | 1F | 45 | 9 | 21 | 4E | 3C |
| Octal | 351 | 240 | 111 | 0 | 37 | 105 | 11 | 41 | 116 | 74 |
| Binary | 11101001 | 10100000 | 1001001 | 0 | 11111 | 1000101 | 1001 | 100001 | 1001110 | 111100 |
Color Harmonies of #E9A049
Complementary color
Monochromatic Colors of #E9A049
Black with #E9A049
Text Example
Text Example
White with #E9A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A049; }
p { color: rgb(233,160,73); }
H1.HeaderClassName
{
color: #E9A049;
}
.AnyTagClassName
{
color: #E9A049;
}
</style>
background-color css
<style>
a { background-color: #E9A049; }
a { background-color: rgb(233,160,73); }
div.DivClassName
{
background-color: #E9A049;
}
.BgClassName
{
background-color: #E9A049;
}
</style>
border-color css
<style>
span { border-color: #E9A049; }
span { border-color: rgb(233,160,73); }
td.TdClassName
{
border-color: #E9A049;
}
.TagClassName
{
border-color: #E9A049;
}
</style>