Shades of Fire Bush #E2A03C
Tints of Fire Bush #E2A03C
RGB
CMYK
RGB Variations
Color information
#E2A03C (or 0xE2A03C) is known color: Fire Bush. HEX triplet: E2, A0 and 3C. RGB value is (226,160,60). Sum of RGB (Red+Green+Blue) = 226+160+60=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A03C is #1D5FC3. Grayscale: #A8A8A8. Windows color (decimal): -1925060 or 3973346. OLE color: 3973346.
HSL color Cylindrical-coordinate representation of color #E2A03C: hue angle of 36.14º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2A03C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 60 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.11 |
| HSL | 36.14º | 0.74% | 0.56% | - |
| HSV(B) | 36.14º | 0.73% | 0.89% | - |
| XYZ | 44.75 | 41.64 | 9.95 | - |
| YUV | 168.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 60 | 0 | 0.29 | 0.73 | 0.11 | 36.14 | 0.74 | 0.56 |
| Hex | E2 | A0 | 3C | 0 | 1D | 49 | B | 24 | 4A | 38 |
| Octal | 342 | 240 | 74 | 0 | 35 | 111 | 13 | 44 | 112 | 70 |
| Binary | 11100010 | 10100000 | 111100 | 0 | 11101 | 1001001 | 1011 | 100100 | 1001010 | 111000 |
Color Harmonies of #E2A03C
Complementary color
Monochromatic Colors of #E2A03C
Black with #E2A03C
Text Example
Text Example
White with #E2A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A03C; }
p { color: rgb(226,160,60); }
H1.HeaderClassName
{
color: #E2A03C;
}
.AnyTagClassName
{
color: #E2A03C;
}
</style>
background-color css
<style>
a { background-color: #E2A03C; }
a { background-color: rgb(226,160,60); }
div.DivClassName
{
background-color: #E2A03C;
}
.BgClassName
{
background-color: #E2A03C;
}
</style>
border-color css
<style>
span { border-color: #E2A03C; }
span { border-color: rgb(226,160,60); }
td.TdClassName
{
border-color: #E2A03C;
}
.TagClassName
{
border-color: #E2A03C;
}
</style>