Shades of Fire Bush #EAA040
Tints of Fire Bush #EAA040
RGB
CMYK
RGB Variations
Color information
#EAA040 (or 0xEAA040) is known color: Fire Bush. HEX triplet: EA, A0 and 40. RGB value is (234,160,64). Sum of RGB (Red+Green+Blue) = 234+160+64=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA040 is #155FBF. Grayscale: #ABABAB. Windows color (decimal): -1400768 or 4235498. OLE color: 4235498.
HSL color Cylindrical-coordinate representation of color #EAA040: hue angle of 33.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAA040 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.08 |
| HSL | 33.88º | 0.8% | 0.58% | - |
| HSV(B) | 33.88º | 0.73% | 0.92% | - |
| XYZ | 47.43 | 43 | 10.65 | - |
| YUV | 171.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 64 | 0 | 0.32 | 0.73 | 0.08 | 33.88 | 0.8 | 0.58 |
| Hex | EA | A0 | 40 | 0 | 20 | 49 | 8 | 22 | 50 | 3A |
| Octal | 352 | 240 | 100 | 0 | 40 | 111 | 10 | 42 | 120 | 72 |
| Binary | 11101010 | 10100000 | 1000000 | 0 | 100000 | 1001001 | 1000 | 100010 | 1010000 | 111010 |
Color Harmonies of #EAA040
Complementary color
Monochromatic Colors of #EAA040
Black with #EAA040
Text Example
Text Example
White with #EAA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA040; }
p { color: rgb(234,160,64); }
H1.HeaderClassName
{
color: #EAA040;
}
.AnyTagClassName
{
color: #EAA040;
}
</style>
background-color css
<style>
a { background-color: #EAA040; }
a { background-color: rgb(234,160,64); }
div.DivClassName
{
background-color: #EAA040;
}
.BgClassName
{
background-color: #EAA040;
}
</style>
border-color css
<style>
span { border-color: #EAA040; }
span { border-color: rgb(234,160,64); }
td.TdClassName
{
border-color: #EAA040;
}
.TagClassName
{
border-color: #EAA040;
}
</style>