Shades of Fire Bush #E49949
Tints of Fire Bush #E49949
RGB
CMYK
RGB Variations
Color information
#E49949 (or 0xE49949) is known color: Fire Bush. HEX triplet: E4, 99 and 49. RGB value is (228,153,73). Sum of RGB (Red+Green+Blue) = 228+153+73=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E49949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49949 is #1B66B6. Grayscale: #A6A6A6. Windows color (decimal): -1795767 or 4823524. OLE color: 4823524.
HSL color Cylindrical-coordinate representation of color #E49949: hue angle of 30.97º degrees, saturation: 0.74, 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 #E49949 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 73 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.11 |
| HSL | 30.97º | 0.74% | 0.59% | - |
| HSV(B) | 30.97º | 0.68% | 0.89% | - |
| XYZ | 44.59 | 39.76 | 11.63 | - |
| YUV | 166.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 73 | 0 | 0.33 | 0.68 | 0.11 | 30.97 | 0.74 | 0.59 |
| Hex | E4 | 99 | 49 | 0 | 21 | 44 | B | 1F | 4A | 3B |
| Octal | 344 | 231 | 111 | 0 | 41 | 104 | 13 | 37 | 112 | 73 |
| Binary | 11100100 | 10011001 | 1001001 | 0 | 100001 | 1000100 | 1011 | 11111 | 1001010 | 111011 |
Color Harmonies of #E49949
Complementary color
Monochromatic Colors of #E49949
Black with #E49949
Text Example
Text Example
White with #E49949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49949; }
p { color: rgb(228,153,73); }
H1.HeaderClassName
{
color: #E49949;
}
.AnyTagClassName
{
color: #E49949;
}
</style>
background-color css
<style>
a { background-color: #E49949; }
a { background-color: rgb(228,153,73); }
div.DivClassName
{
background-color: #E49949;
}
.BgClassName
{
background-color: #E49949;
}
</style>
border-color css
<style>
span { border-color: #E49949; }
span { border-color: rgb(228,153,73); }
td.TdClassName
{
border-color: #E49949;
}
.TagClassName
{
border-color: #E49949;
}
</style>