Shades of Fire Bush #E0A043
Tints of Fire Bush #E0A043
RGB
CMYK
RGB Variations
Color information
#E0A043 (or 0xE0A043) is known color: Fire Bush. HEX triplet: E0, A0 and 43. RGB value is (224,160,67). Sum of RGB (Red+Green+Blue) = 224+160+67=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A043 is #1F5FBC. Grayscale: #A8A8A8. Windows color (decimal): -2056125 or 4432096. OLE color: 4432096.
HSL color Cylindrical-coordinate representation of color #E0A043: hue angle of 35.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0A043 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 67 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.12 |
| HSL | 35.54º | 0.72% | 0.57% | - |
| HSV(B) | 35.54º | 0.7% | 0.88% | - |
| XYZ | 44.32 | 41.39 | 10.96 | - |
| YUV | 168.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 67 | 0 | 0.29 | 0.70 | 0.12 | 35.54 | 0.72 | 0.57 |
| Hex | E0 | A0 | 43 | 0 | 1D | 46 | C | 24 | 48 | 39 |
| Octal | 340 | 240 | 103 | 0 | 35 | 106 | 14 | 44 | 110 | 71 |
| Binary | 11100000 | 10100000 | 1000011 | 0 | 11101 | 1000110 | 1100 | 100100 | 1001000 | 111001 |
Color Harmonies of #E0A043
Complementary color
Monochromatic Colors of #E0A043
Black with #E0A043
Text Example
Text Example
White with #E0A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A043; }
p { color: rgb(224,160,67); }
H1.HeaderClassName
{
color: #E0A043;
}
.AnyTagClassName
{
color: #E0A043;
}
</style>
background-color css
<style>
a { background-color: #E0A043; }
a { background-color: rgb(224,160,67); }
div.DivClassName
{
background-color: #E0A043;
}
.BgClassName
{
background-color: #E0A043;
}
</style>
border-color css
<style>
span { border-color: #E0A043; }
span { border-color: rgb(224,160,67); }
td.TdClassName
{
border-color: #E0A043;
}
.TagClassName
{
border-color: #E0A043;
}
</style>