Shades of Fire Bush #E29E42
Tints of Fire Bush #E29E42
RGB
CMYK
RGB Variations
Color information
#E29E42 (or 0xE29E42) is known color: Fire Bush. HEX triplet: E2, 9E and 42. RGB value is (226,158,66). Sum of RGB (Red+Green+Blue) = 226+158+66=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29E42 is #1D61BD. Grayscale: #A8A8A8. Windows color (decimal): -1925566 or 4366050. OLE color: 4366050.
HSL color Cylindrical-coordinate representation of color #E29E42: hue angle of 34.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E29E42 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 66 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.11 |
| HSL | 34.5º | 0.73% | 0.57% | - |
| HSV(B) | 34.5º | 0.71% | 0.89% | - |
| XYZ | 44.57 | 41.02 | 10.72 | - |
| YUV | 167.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 66 | 0 | 0.30 | 0.71 | 0.11 | 34.5 | 0.73 | 0.57 |
| Hex | E2 | 9E | 42 | 0 | 1E | 47 | B | 22 | 49 | 39 |
| Octal | 342 | 236 | 102 | 0 | 36 | 107 | 13 | 42 | 111 | 71 |
| Binary | 11100010 | 10011110 | 1000010 | 0 | 11110 | 1000111 | 1011 | 100010 | 1001001 | 111001 |
Color Harmonies of #E29E42
Complementary color
Monochromatic Colors of #E29E42
Black with #E29E42
Text Example
Text Example
White with #E29E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E42; }
p { color: rgb(226,158,66); }
H1.HeaderClassName
{
color: #E29E42;
}
.AnyTagClassName
{
color: #E29E42;
}
</style>
background-color css
<style>
a { background-color: #E29E42; }
a { background-color: rgb(226,158,66); }
div.DivClassName
{
background-color: #E29E42;
}
.BgClassName
{
background-color: #E29E42;
}
</style>
border-color css
<style>
span { border-color: #E29E42; }
span { border-color: rgb(226,158,66); }
td.TdClassName
{
border-color: #E29E42;
}
.TagClassName
{
border-color: #E29E42;
}
</style>