Shades of Fire Bush #E1A047
Tints of Fire Bush #E1A047
RGB
CMYK
RGB Variations
Color information
#E1A047 (or 0xE1A047) is known color: Fire Bush. HEX triplet: E1, A0 and 47. RGB value is (225,160,71). Sum of RGB (Red+Green+Blue) = 225+160+71=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A047 is #1E5FB8. Grayscale: #A9A9A9. Windows color (decimal): -1990585 or 4694241. OLE color: 4694241.
HSL color Cylindrical-coordinate representation of color #E1A047: hue angle of 34.68º degrees, saturation: 0.72, 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 #E1A047 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 71 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.12 |
| HSL | 34.68º | 0.72% | 0.58% | - |
| HSV(B) | 34.68º | 0.68% | 0.88% | - |
| XYZ | 44.76 | 41.6 | 11.63 | - |
| YUV | 169.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 71 | 0 | 0.29 | 0.68 | 0.12 | 34.68 | 0.72 | 0.58 |
| Hex | E1 | A0 | 47 | 0 | 1D | 44 | C | 23 | 48 | 3A |
| Octal | 341 | 240 | 107 | 0 | 35 | 104 | 14 | 43 | 110 | 72 |
| Binary | 11100001 | 10100000 | 1000111 | 0 | 11101 | 1000100 | 1100 | 100011 | 1001000 | 111010 |
Color Harmonies of #E1A047
Complementary color
Monochromatic Colors of #E1A047
Black with #E1A047
Text Example
Text Example
White with #E1A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A047; }
p { color: rgb(225,160,71); }
H1.HeaderClassName
{
color: #E1A047;
}
.AnyTagClassName
{
color: #E1A047;
}
</style>
background-color css
<style>
a { background-color: #E1A047; }
a { background-color: rgb(225,160,71); }
div.DivClassName
{
background-color: #E1A047;
}
.BgClassName
{
background-color: #E1A047;
}
</style>
border-color css
<style>
span { border-color: #E1A047; }
span { border-color: rgb(225,160,71); }
td.TdClassName
{
border-color: #E1A047;
}
.TagClassName
{
border-color: #E1A047;
}
</style>