Shades of Fire Bush #E2A04A
Tints of Fire Bush #E2A04A
RGB
CMYK
RGB Variations
Color information
#E2A04A (or 0xE2A04A) is known color: Fire Bush. HEX triplet: E2, A0 and 4A. RGB value is (226,160,74). Sum of RGB (Red+Green+Blue) = 226+160+74=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A04A is #1D5FB5. Grayscale: #AAAAAA. Windows color (decimal): -1925046 or 4890850. OLE color: 4890850.
HSL color Cylindrical-coordinate representation of color #E2A04A: hue angle of 33.95º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2A04A is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 74 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.11 |
| HSL | 33.95º | 0.72% | 0.59% | - |
| HSV(B) | 33.95º | 0.67% | 0.89% | - |
| XYZ | 45.17 | 41.8 | 12.17 | - |
| YUV | 169.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 74 | 0 | 0.29 | 0.67 | 0.11 | 33.95 | 0.72 | 0.59 |
| Hex | E2 | A0 | 4A | 0 | 1D | 43 | B | 22 | 48 | 3B |
| Octal | 342 | 240 | 112 | 0 | 35 | 103 | 13 | 42 | 110 | 73 |
| Binary | 11100010 | 10100000 | 1001010 | 0 | 11101 | 1000011 | 1011 | 100010 | 1001000 | 111011 |
Color Harmonies of #E2A04A
Complementary color
Monochromatic Colors of #E2A04A
Black with #E2A04A
Text Example
Text Example
White with #E2A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A04A; }
p { color: rgb(226,160,74); }
H1.HeaderClassName
{
color: #E2A04A;
}
.AnyTagClassName
{
color: #E2A04A;
}
</style>
background-color css
<style>
a { background-color: #E2A04A; }
a { background-color: rgb(226,160,74); }
div.DivClassName
{
background-color: #E2A04A;
}
.BgClassName
{
background-color: #E2A04A;
}
</style>
border-color css
<style>
span { border-color: #E2A04A; }
span { border-color: rgb(226,160,74); }
td.TdClassName
{
border-color: #E2A04A;
}
.TagClassName
{
border-color: #E2A04A;
}
</style>