Shades of Fire Bush #E9A047
Tints of Fire Bush #E9A047
RGB
CMYK
RGB Variations
Color information
#E9A047 (or 0xE9A047) is known color: Fire Bush. HEX triplet: E9, A0 and 47. RGB value is (233,160,71). Sum of RGB (Red+Green+Blue) = 233+160+71=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A047 is #165FB8. Grayscale: #ACACAC. Windows color (decimal): -1466297 or 4694249. OLE color: 4694249.
HSL color Cylindrical-coordinate representation of color #E9A047: hue angle of 32.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9A047 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 71 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.09 |
| HSL | 32.96º | 0.79% | 0.6% | - |
| HSV(B) | 32.96º | 0.7% | 0.91% | - |
| XYZ | 47.31 | 42.92 | 11.75 | - |
| YUV | 171.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 71 | 0 | 0.31 | 0.70 | 0.09 | 32.96 | 0.79 | 0.6 |
| Hex | E9 | A0 | 47 | 0 | 1F | 46 | 9 | 21 | 4F | 3C |
| Octal | 351 | 240 | 107 | 0 | 37 | 106 | 11 | 41 | 117 | 74 |
| Binary | 11101001 | 10100000 | 1000111 | 0 | 11111 | 1000110 | 1001 | 100001 | 1001111 | 111100 |
Color Harmonies of #E9A047
Complementary color
Monochromatic Colors of #E9A047
Black with #E9A047
Text Example
Text Example
White with #E9A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A047; }
p { color: rgb(233,160,71); }
H1.HeaderClassName
{
color: #E9A047;
}
.AnyTagClassName
{
color: #E9A047;
}
</style>
background-color css
<style>
a { background-color: #E9A047; }
a { background-color: rgb(233,160,71); }
div.DivClassName
{
background-color: #E9A047;
}
.BgClassName
{
background-color: #E9A047;
}
</style>
border-color css
<style>
span { border-color: #E9A047; }
span { border-color: rgb(233,160,71); }
td.TdClassName
{
border-color: #E9A047;
}
.TagClassName
{
border-color: #E9A047;
}
</style>