Shades of Fire Bush #E0A047
Tints of Fire Bush #E0A047
RGB
CMYK
RGB Variations
Color information
#E0A047 (or 0xE0A047) is known color: Fire Bush. HEX triplet: E0, A0 and 47. RGB value is (224,160,71). Sum of RGB (Red+Green+Blue) = 224+160+71=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A047 is #1F5FB8. Grayscale: #A9A9A9. Windows color (decimal): -2056121 or 4694240. OLE color: 4694240.
HSL color Cylindrical-coordinate representation of color #E0A047: hue angle of 34.9º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0A047 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 71 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.12 |
| HSL | 34.9º | 0.71% | 0.58% | - |
| HSV(B) | 34.9º | 0.68% | 0.88% | - |
| XYZ | 44.45 | 41.44 | 11.62 | - |
| YUV | 168.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 71 | 0 | 0.29 | 0.68 | 0.12 | 34.9 | 0.71 | 0.58 |
| Hex | E0 | A0 | 47 | 0 | 1D | 44 | C | 23 | 47 | 3A |
| Octal | 340 | 240 | 107 | 0 | 35 | 104 | 14 | 43 | 107 | 72 |
| Binary | 11100000 | 10100000 | 1000111 | 0 | 11101 | 1000100 | 1100 | 100011 | 1000111 | 111010 |
Color Harmonies of #E0A047
Complementary color
Monochromatic Colors of #E0A047
Black with #E0A047
Text Example
Text Example
White with #E0A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A047; }
p { color: rgb(224,160,71); }
H1.HeaderClassName
{
color: #E0A047;
}
.AnyTagClassName
{
color: #E0A047;
}
</style>
background-color css
<style>
a { background-color: #E0A047; }
a { background-color: rgb(224,160,71); }
div.DivClassName
{
background-color: #E0A047;
}
.BgClassName
{
background-color: #E0A047;
}
</style>
border-color css
<style>
span { border-color: #E0A047; }
span { border-color: rgb(224,160,71); }
td.TdClassName
{
border-color: #E0A047;
}
.TagClassName
{
border-color: #E0A047;
}
</style>