Shades of Fire Bush #E9A24B
Tints of Fire Bush #E9A24B
RGB
CMYK
RGB Variations
Color information
#E9A24B (or 0xE9A24B) is known color: Fire Bush. HEX triplet: E9, A2 and 4B. RGB value is (233,162,75). Sum of RGB (Red+Green+Blue) = 233+162+75=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A24B is #165DB4. Grayscale: #ADADAD. Windows color (decimal): -1465781 or 4956905. OLE color: 4956905.
HSL color Cylindrical-coordinate representation of color #E9A24B: hue angle of 33.04º 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 #E9A24B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 75 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.09 |
| HSL | 33.04º | 0.78% | 0.6% | - |
| HSV(B) | 33.04º | 0.68% | 0.91% | - |
| XYZ | 47.79 | 43.67 | 12.57 | - |
| YUV | 173.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 75 | 0 | 0.30 | 0.68 | 0.09 | 33.04 | 0.78 | 0.6 |
| Hex | E9 | A2 | 4B | 0 | 1E | 44 | 9 | 21 | 4E | 3C |
| Octal | 351 | 242 | 113 | 0 | 36 | 104 | 11 | 41 | 116 | 74 |
| Binary | 11101001 | 10100010 | 1001011 | 0 | 11110 | 1000100 | 1001 | 100001 | 1001110 | 111100 |
Color Harmonies of #E9A24B
Complementary color
Monochromatic Colors of #E9A24B
Black with #E9A24B
Text Example
Text Example
White with #E9A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A24B; }
p { color: rgb(233,162,75); }
H1.HeaderClassName
{
color: #E9A24B;
}
.AnyTagClassName
{
color: #E9A24B;
}
</style>
background-color css
<style>
a { background-color: #E9A24B; }
a { background-color: rgb(233,162,75); }
div.DivClassName
{
background-color: #E9A24B;
}
.BgClassName
{
background-color: #E9A24B;
}
</style>
border-color css
<style>
span { border-color: #E9A24B; }
span { border-color: rgb(233,162,75); }
td.TdClassName
{
border-color: #E9A24B;
}
.TagClassName
{
border-color: #E9A24B;
}
</style>