Shades of Fire Bush #E1A04A
Tints of Fire Bush #E1A04A
RGB
CMYK
RGB Variations
Color information
#E1A04A (or 0xE1A04A) is known color: Fire Bush. HEX triplet: E1, A0 and 4A. RGB value is (225,160,74). Sum of RGB (Red+Green+Blue) = 225+160+74=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A04A is #1E5FB5. Grayscale: #AAAAAA. Windows color (decimal): -1990582 or 4890849. OLE color: 4890849.
HSL color Cylindrical-coordinate representation of color #E1A04A: hue angle of 34.17º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1A04A is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 74 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.12 |
| HSL | 34.17º | 0.72% | 0.59% | - |
| HSV(B) | 34.17º | 0.67% | 0.88% | - |
| XYZ | 44.86 | 41.64 | 12.15 | - |
| YUV | 169.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 74 | 0 | 0.29 | 0.67 | 0.12 | 34.17 | 0.72 | 0.59 |
| Hex | E1 | A0 | 4A | 0 | 1D | 43 | C | 22 | 48 | 3B |
| Octal | 341 | 240 | 112 | 0 | 35 | 103 | 14 | 42 | 110 | 73 |
| Binary | 11100001 | 10100000 | 1001010 | 0 | 11101 | 1000011 | 1100 | 100010 | 1001000 | 111011 |
Color Harmonies of #E1A04A
Complementary color
Monochromatic Colors of #E1A04A
Black with #E1A04A
Text Example
Text Example
White with #E1A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A04A; }
p { color: rgb(225,160,74); }
H1.HeaderClassName
{
color: #E1A04A;
}
.AnyTagClassName
{
color: #E1A04A;
}
</style>
background-color css
<style>
a { background-color: #E1A04A; }
a { background-color: rgb(225,160,74); }
div.DivClassName
{
background-color: #E1A04A;
}
.BgClassName
{
background-color: #E1A04A;
}
</style>
border-color css
<style>
span { border-color: #E1A04A; }
span { border-color: rgb(225,160,74); }
td.TdClassName
{
border-color: #E1A04A;
}
.TagClassName
{
border-color: #E1A04A;
}
</style>