Shades of Fire Bush #E29346
Tints of Fire Bush #E29346
RGB
CMYK
RGB Variations
Color information
#E29346 (or 0xE29346) is known color: Fire Bush. HEX triplet: E2, 93 and 46. RGB value is (226,147,70). Sum of RGB (Red+Green+Blue) = 226+147+70=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E29346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29346 is #1D6CB9. Grayscale: #A2A2A2. Windows color (decimal): -1928378 or 4625378. OLE color: 4625378.
HSL color Cylindrical-coordinate representation of color #E29346: hue angle of 29.62º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E29346 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 70 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.11 |
| HSL | 29.62º | 0.73% | 0.58% | - |
| HSV(B) | 29.62º | 0.69% | 0.89% | - |
| XYZ | 42.9 | 37.48 | 10.77 | - |
| YUV | 161.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 70 | 0 | 0.35 | 0.69 | 0.11 | 29.62 | 0.73 | 0.58 |
| Hex | E2 | 93 | 46 | 0 | 23 | 45 | B | 1E | 49 | 3A |
| Octal | 342 | 223 | 106 | 0 | 43 | 105 | 13 | 36 | 111 | 72 |
| Binary | 11100010 | 10010011 | 1000110 | 0 | 100011 | 1000101 | 1011 | 11110 | 1001001 | 111010 |
Color Harmonies of #E29346
Complementary color
Monochromatic Colors of #E29346
Black with #E29346
Text Example
Text Example
White with #E29346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29346; }
p { color: rgb(226,147,70); }
H1.HeaderClassName
{
color: #E29346;
}
.AnyTagClassName
{
color: #E29346;
}
</style>
background-color css
<style>
a { background-color: #E29346; }
a { background-color: rgb(226,147,70); }
div.DivClassName
{
background-color: #E29346;
}
.BgClassName
{
background-color: #E29346;
}
</style>
border-color css
<style>
span { border-color: #E29346; }
span { border-color: rgb(226,147,70); }
td.TdClassName
{
border-color: #E29346;
}
.TagClassName
{
border-color: #E29346;
}
</style>