Shades of Fire Bush #E9A048
Tints of Fire Bush #E9A048
RGB
CMYK
RGB Variations
Color information
#E9A048 (or 0xE9A048) is known color: Fire Bush. HEX triplet: E9, A0 and 48. RGB value is (233,160,72). Sum of RGB (Red+Green+Blue) = 233+160+72=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A048 is #165FB7. Grayscale: #ACACAC. Windows color (decimal): -1466296 or 4759785. OLE color: 4759785.
HSL color Cylindrical-coordinate representation of color #E9A048: hue angle of 32.8º degrees, saturation: 0.79, 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 #E9A048 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 72 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.09 |
| HSL | 32.8º | 0.79% | 0.6% | - |
| HSV(B) | 32.8º | 0.69% | 0.91% | - |
| XYZ | 47.34 | 42.93 | 11.92 | - |
| YUV | 171.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 72 | 0 | 0.31 | 0.69 | 0.09 | 32.8 | 0.79 | 0.6 |
| Hex | E9 | A0 | 48 | 0 | 1F | 45 | 9 | 21 | 4F | 3C |
| Octal | 351 | 240 | 110 | 0 | 37 | 105 | 11 | 41 | 117 | 74 |
| Binary | 11101001 | 10100000 | 1001000 | 0 | 11111 | 1000101 | 1001 | 100001 | 1001111 | 111100 |
Color Harmonies of #E9A048
Complementary color
Monochromatic Colors of #E9A048
Black with #E9A048
Text Example
Text Example
White with #E9A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A048; }
p { color: rgb(233,160,72); }
H1.HeaderClassName
{
color: #E9A048;
}
.AnyTagClassName
{
color: #E9A048;
}
</style>
background-color css
<style>
a { background-color: #E9A048; }
a { background-color: rgb(233,160,72); }
div.DivClassName
{
background-color: #E9A048;
}
.BgClassName
{
background-color: #E9A048;
}
</style>
border-color css
<style>
span { border-color: #E9A048; }
span { border-color: rgb(233,160,72); }
td.TdClassName
{
border-color: #E9A048;
}
.TagClassName
{
border-color: #E9A048;
}
</style>