Shades of Fire Bush #E9A34C
Tints of Fire Bush #E9A34C
RGB
CMYK
RGB Variations
Color information
#E9A34C (or 0xE9A34C) is known color: Fire Bush. HEX triplet: E9, A3 and 4C. RGB value is (233,163,76). Sum of RGB (Red+Green+Blue) = 233+163+76=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A34C is #165CB3. Grayscale: #AEAEAE. Windows color (decimal): -1465524 or 5022697. OLE color: 5022697.
HSL color Cylindrical-coordinate representation of color #E9A34C: hue angle of 33.25º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9A34C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 76 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.09 |
| HSL | 33.25º | 0.78% | 0.61% | - |
| HSV(B) | 33.25º | 0.67% | 0.91% | - |
| XYZ | 48.01 | 44.04 | 12.81 | - |
| YUV | 174.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 76 | 0 | 0.30 | 0.67 | 0.09 | 33.25 | 0.78 | 0.61 |
| Hex | E9 | A3 | 4C | 0 | 1E | 43 | 9 | 21 | 4E | 3D |
| Octal | 351 | 243 | 114 | 0 | 36 | 103 | 11 | 41 | 116 | 75 |
| Binary | 11101001 | 10100011 | 1001100 | 0 | 11110 | 1000011 | 1001 | 100001 | 1001110 | 111101 |
Color Harmonies of #E9A34C
Complementary color
Monochromatic Colors of #E9A34C
Black with #E9A34C
Text Example
Text Example
White with #E9A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A34C; }
p { color: rgb(233,163,76); }
H1.HeaderClassName
{
color: #E9A34C;
}
.AnyTagClassName
{
color: #E9A34C;
}
</style>
background-color css
<style>
a { background-color: #E9A34C; }
a { background-color: rgb(233,163,76); }
div.DivClassName
{
background-color: #E9A34C;
}
.BgClassName
{
background-color: #E9A34C;
}
</style>
border-color css
<style>
span { border-color: #E9A34C; }
span { border-color: rgb(233,163,76); }
td.TdClassName
{
border-color: #E9A34C;
}
.TagClassName
{
border-color: #E9A34C;
}
</style>