Shades of Fire Bush #E2A03A
Tints of Fire Bush #E2A03A
RGB
CMYK
RGB Variations
Color information
#E2A03A (or 0xE2A03A) is known color: Fire Bush. HEX triplet: E2, A0 and 3A. RGB value is (226,160,58). Sum of RGB (Red+Green+Blue) = 226+160+58=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A03A is #1D5FC5. Grayscale: #A8A8A8. Windows color (decimal): -1925062 or 3842274. OLE color: 3842274.
HSL color Cylindrical-coordinate representation of color #E2A03A: hue angle of 36.43º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2A03A is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 58 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.11 |
| HSL | 36.43º | 0.74% | 0.56% | - |
| HSV(B) | 36.43º | 0.74% | 0.89% | - |
| XYZ | 44.7 | 41.62 | 9.68 | - |
| YUV | 168.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 58 | 0 | 0.29 | 0.74 | 0.11 | 36.43 | 0.74 | 0.56 |
| Hex | E2 | A0 | 3A | 0 | 1D | 4A | B | 24 | 4A | 38 |
| Octal | 342 | 240 | 72 | 0 | 35 | 112 | 13 | 44 | 112 | 70 |
| Binary | 11100010 | 10100000 | 111010 | 0 | 11101 | 1001010 | 1011 | 100100 | 1001010 | 111000 |
Color Harmonies of #E2A03A
Complementary color
Monochromatic Colors of #E2A03A
Black with #E2A03A
Text Example
Text Example
White with #E2A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A03A; }
p { color: rgb(226,160,58); }
H1.HeaderClassName
{
color: #E2A03A;
}
.AnyTagClassName
{
color: #E2A03A;
}
</style>
background-color css
<style>
a { background-color: #E2A03A; }
a { background-color: rgb(226,160,58); }
div.DivClassName
{
background-color: #E2A03A;
}
.BgClassName
{
background-color: #E2A03A;
}
</style>
border-color css
<style>
span { border-color: #E2A03A; }
span { border-color: rgb(226,160,58); }
td.TdClassName
{
border-color: #E2A03A;
}
.TagClassName
{
border-color: #E2A03A;
}
</style>