Shades of Fire Bush #E9A34A
Tints of Fire Bush #E9A34A
RGB
CMYK
RGB Variations
Color information
#E9A34A (or 0xE9A34A) is known color: Fire Bush. HEX triplet: E9, A3 and 4A. RGB value is (233,163,74). Sum of RGB (Red+Green+Blue) = 233+163+74=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A34A is #165CB5. Grayscale: #AEAEAE. Windows color (decimal): -1465526 or 4891625. OLE color: 4891625.
HSL color Cylindrical-coordinate representation of color #E9A34A: hue angle of 33.58º 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 #E9A34A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 74 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.09 |
| HSL | 33.58º | 0.78% | 0.6% | - |
| HSV(B) | 33.58º | 0.68% | 0.91% | - |
| XYZ | 47.94 | 44.01 | 12.45 | - |
| YUV | 173.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 74 | 0 | 0.30 | 0.68 | 0.09 | 33.58 | 0.78 | 0.6 |
| Hex | E9 | A3 | 4A | 0 | 1E | 44 | 9 | 22 | 4E | 3C |
| Octal | 351 | 243 | 112 | 0 | 36 | 104 | 11 | 42 | 116 | 74 |
| Binary | 11101001 | 10100011 | 1001010 | 0 | 11110 | 1000100 | 1001 | 100010 | 1001110 | 111100 |
Color Harmonies of #E9A34A
Complementary color
Monochromatic Colors of #E9A34A
Black with #E9A34A
Text Example
Text Example
White with #E9A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A34A; }
p { color: rgb(233,163,74); }
H1.HeaderClassName
{
color: #E9A34A;
}
.AnyTagClassName
{
color: #E9A34A;
}
</style>
background-color css
<style>
a { background-color: #E9A34A; }
a { background-color: rgb(233,163,74); }
div.DivClassName
{
background-color: #E9A34A;
}
.BgClassName
{
background-color: #E9A34A;
}
</style>
border-color css
<style>
span { border-color: #E9A34A; }
span { border-color: rgb(233,163,74); }
td.TdClassName
{
border-color: #E9A34A;
}
.TagClassName
{
border-color: #E9A34A;
}
</style>