Shades of Fire Bush #E2A249
Tints of Fire Bush #E2A249
RGB
CMYK
RGB Variations
Color information
#E2A249 (or 0xE2A249) is known color: Fire Bush. HEX triplet: E2, A2 and 49. RGB value is (226,162,73). Sum of RGB (Red+Green+Blue) = 226+162+73=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A249 is #1D5DB6. Grayscale: #ABABAB. Windows color (decimal): -1924535 or 4825826. OLE color: 4825826.
HSL color Cylindrical-coordinate representation of color #E2A249: hue angle of 34.9º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2A249 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 73 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.11 |
| HSL | 34.9º | 0.73% | 0.59% | - |
| HSV(B) | 34.9º | 0.68% | 0.89% | - |
| XYZ | 45.49 | 42.49 | 12.11 | - |
| YUV | 170.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 73 | 0 | 0.28 | 0.68 | 0.11 | 34.9 | 0.73 | 0.59 |
| Hex | E2 | A2 | 49 | 0 | 1C | 44 | B | 23 | 49 | 3B |
| Octal | 342 | 242 | 111 | 0 | 34 | 104 | 13 | 43 | 111 | 73 |
| Binary | 11100010 | 10100010 | 1001001 | 0 | 11100 | 1000100 | 1011 | 100011 | 1001001 | 111011 |
Color Harmonies of #E2A249
Complementary color
Monochromatic Colors of #E2A249
Black with #E2A249
Text Example
Text Example
White with #E2A249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A249; }
p { color: rgb(226,162,73); }
H1.HeaderClassName
{
color: #E2A249;
}
.AnyTagClassName
{
color: #E2A249;
}
</style>
background-color css
<style>
a { background-color: #E2A249; }
a { background-color: rgb(226,162,73); }
div.DivClassName
{
background-color: #E2A249;
}
.BgClassName
{
background-color: #E2A249;
}
</style>
border-color css
<style>
span { border-color: #E2A249; }
span { border-color: rgb(226,162,73); }
td.TdClassName
{
border-color: #E2A249;
}
.TagClassName
{
border-color: #E2A249;
}
</style>