Shades of Fire Bush #E29949
Tints of Fire Bush #E29949
RGB
CMYK
RGB Variations
Color information
#E29949 (or 0xE29949) is known color: Fire Bush. HEX triplet: E2, 99 and 49. RGB value is (226,153,73). Sum of RGB (Red+Green+Blue) = 226+153+73=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E29949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29949 is #1D66B6. Grayscale: #A6A6A6. Windows color (decimal): -1926839 or 4823522. OLE color: 4823522.
HSL color Cylindrical-coordinate representation of color #E29949: hue angle of 31.37º 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 #E29949 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 73 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.11 |
| HSL | 31.37º | 0.73% | 0.59% | - |
| HSV(B) | 31.37º | 0.68% | 0.89% | - |
| XYZ | 43.96 | 39.43 | 11.6 | - |
| YUV | 165.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 73 | 0 | 0.32 | 0.68 | 0.11 | 31.37 | 0.73 | 0.59 |
| Hex | E2 | 99 | 49 | 0 | 20 | 44 | B | 1F | 49 | 3B |
| Octal | 342 | 231 | 111 | 0 | 40 | 104 | 13 | 37 | 111 | 73 |
| Binary | 11100010 | 10011001 | 1001001 | 0 | 100000 | 1000100 | 1011 | 11111 | 1001001 | 111011 |
Color Harmonies of #E29949
Complementary color
Monochromatic Colors of #E29949
Black with #E29949
Text Example
Text Example
White with #E29949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29949; }
p { color: rgb(226,153,73); }
H1.HeaderClassName
{
color: #E29949;
}
.AnyTagClassName
{
color: #E29949;
}
</style>
background-color css
<style>
a { background-color: #E29949; }
a { background-color: rgb(226,153,73); }
div.DivClassName
{
background-color: #E29949;
}
.BgClassName
{
background-color: #E29949;
}
</style>
border-color css
<style>
span { border-color: #E29949; }
span { border-color: rgb(226,153,73); }
td.TdClassName
{
border-color: #E29949;
}
.TagClassName
{
border-color: #E29949;
}
</style>