Shades of Fire Bush #E9A44B
Tints of Fire Bush #E9A44B
RGB
CMYK
RGB Variations
Color information
#E9A44B (or 0xE9A44B) is known color: Fire Bush. HEX triplet: E9, A4 and 4B. RGB value is (233,164,75). Sum of RGB (Red+Green+Blue) = 233+164+75=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A44B is #165BB4. Grayscale: #AEAEAE. Windows color (decimal): -1465269 or 4957417. OLE color: 4957417.
HSL color Cylindrical-coordinate representation of color #E9A44B: hue angle of 33.8º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9A44B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 75 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.09 |
| HSL | 33.8º | 0.78% | 0.6% | - |
| HSV(B) | 33.8º | 0.68% | 0.91% | - |
| XYZ | 48.15 | 44.38 | 12.69 | - |
| YUV | 174.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 75 | 0 | 0.30 | 0.68 | 0.09 | 33.8 | 0.78 | 0.6 |
| Hex | E9 | A4 | 4B | 0 | 1E | 44 | 9 | 22 | 4E | 3C |
| Octal | 351 | 244 | 113 | 0 | 36 | 104 | 11 | 42 | 116 | 74 |
| Binary | 11101001 | 10100100 | 1001011 | 0 | 11110 | 1000100 | 1001 | 100010 | 1001110 | 111100 |
Color Harmonies of #E9A44B
Complementary color
Monochromatic Colors of #E9A44B
Black with #E9A44B
Text Example
Text Example
White with #E9A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A44B; }
p { color: rgb(233,164,75); }
H1.HeaderClassName
{
color: #E9A44B;
}
.AnyTagClassName
{
color: #E9A44B;
}
</style>
background-color css
<style>
a { background-color: #E9A44B; }
a { background-color: rgb(233,164,75); }
div.DivClassName
{
background-color: #E9A44B;
}
.BgClassName
{
background-color: #E9A44B;
}
</style>
border-color css
<style>
span { border-color: #E9A44B; }
span { border-color: rgb(233,164,75); }
td.TdClassName
{
border-color: #E9A44B;
}
.TagClassName
{
border-color: #E9A44B;
}
</style>