Shades of Fire Bush #E2A03D
Tints of Fire Bush #E2A03D
RGB
CMYK
RGB Variations
Color information
#E2A03D (or 0xE2A03D) is known color: Fire Bush. HEX triplet: E2, A0 and 3D. RGB value is (226,160,61). Sum of RGB (Red+Green+Blue) = 226+160+61=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A03D is #1D5FC2. Grayscale: #A8A8A8. Windows color (decimal): -1925059 or 4038882. OLE color: 4038882.
HSL color Cylindrical-coordinate representation of color #E2A03D: hue angle of 36º 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 #E2A03D is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 61 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.11 |
| HSL | 36º | 0.74% | 0.56% | - |
| HSV(B) | 36º | 0.73% | 0.89% | - |
| XYZ | 44.78 | 41.65 | 10.09 | - |
| YUV | 168.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 61 | 0 | 0.29 | 0.73 | 0.11 | 36 | 0.74 | 0.56 |
| Hex | E2 | A0 | 3D | 0 | 1D | 49 | B | 24 | 4A | 38 |
| Octal | 342 | 240 | 75 | 0 | 35 | 111 | 13 | 44 | 112 | 70 |
| Binary | 11100010 | 10100000 | 111101 | 0 | 11101 | 1001001 | 1011 | 100100 | 1001010 | 111000 |
Color Harmonies of #E2A03D
Complementary color
Monochromatic Colors of #E2A03D
Black with #E2A03D
Text Example
Text Example
White with #E2A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A03D; }
p { color: rgb(226,160,61); }
H1.HeaderClassName
{
color: #E2A03D;
}
.AnyTagClassName
{
color: #E2A03D;
}
</style>
background-color css
<style>
a { background-color: #E2A03D; }
a { background-color: rgb(226,160,61); }
div.DivClassName
{
background-color: #E2A03D;
}
.BgClassName
{
background-color: #E2A03D;
}
</style>
border-color css
<style>
span { border-color: #E2A03D; }
span { border-color: rgb(226,160,61); }
td.TdClassName
{
border-color: #E2A03D;
}
.TagClassName
{
border-color: #E2A03D;
}
</style>