Shades of Fire Bush #E9A34B
Tints of Fire Bush #E9A34B
RGB
CMYK
RGB Variations
Color information
#E9A34B (or 0xE9A34B) is known color: Fire Bush. HEX triplet: E9, A3 and 4B. RGB value is (233,163,75). Sum of RGB (Red+Green+Blue) = 233+163+75=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A34B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A34B is #165CB4. Grayscale: #AEAEAE. Windows color (decimal): -1465525 or 4957161. OLE color: 4957161.
HSL color Cylindrical-coordinate representation of color #E9A34B: hue angle of 33.42º 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 #E9A34B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 75 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.09 |
| HSL | 33.42º | 0.78% | 0.6% | - |
| HSV(B) | 33.42º | 0.68% | 0.91% | - |
| XYZ | 47.97 | 44.03 | 12.63 | - |
| YUV | 173.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 75 | 0 | 0.30 | 0.68 | 0.09 | 33.42 | 0.78 | 0.6 |
| Hex | E9 | A3 | 4B | 0 | 1E | 44 | 9 | 21 | 4E | 3C |
| Octal | 351 | 243 | 113 | 0 | 36 | 104 | 11 | 41 | 116 | 74 |
| Binary | 11101001 | 10100011 | 1001011 | 0 | 11110 | 1000100 | 1001 | 100001 | 1001110 | 111100 |
Color Harmonies of #E9A34B
Complementary color
Monochromatic Colors of #E9A34B
Black with #E9A34B
Text Example
Text Example
White with #E9A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A34B; }
p { color: rgb(233,163,75); }
H1.HeaderClassName
{
color: #E9A34B;
}
.AnyTagClassName
{
color: #E9A34B;
}
</style>
background-color css
<style>
a { background-color: #E9A34B; }
a { background-color: rgb(233,163,75); }
div.DivClassName
{
background-color: #E9A34B;
}
.BgClassName
{
background-color: #E9A34B;
}
</style>
border-color css
<style>
span { border-color: #E9A34B; }
span { border-color: rgb(233,163,75); }
td.TdClassName
{
border-color: #E9A34B;
}
.TagClassName
{
border-color: #E9A34B;
}
</style>