Shades of Fire Bush #E29142
Tints of Fire Bush #E29142
RGB
CMYK
RGB Variations
Color information
#E29142 (or 0xE29142) is known color: Fire Bush. HEX triplet: E2, 91 and 42. RGB value is (226,145,66). Sum of RGB (Red+Green+Blue) = 226+145+66=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E29142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29142 is #1D6EBD. Grayscale: #A0A0A0. Windows color (decimal): -1928894 or 4362722. OLE color: 4362722.
HSL color Cylindrical-coordinate representation of color #E29142: hue angle of 29.62º 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 #E29142 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 66 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.11 |
| HSL | 29.63º | 0.73% | 0.57% | - |
| HSV(B) | 29.63º | 0.71% | 0.89% | - |
| XYZ | 42.47 | 36.81 | 10.02 | - |
| YUV | 160.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 66 | 0 | 0.36 | 0.71 | 0.11 | 29.63 | 0.73 | 0.57 |
| Hex | E2 | 91 | 42 | 0 | 24 | 47 | B | 1E | 49 | 39 |
| Octal | 342 | 221 | 102 | 0 | 44 | 107 | 13 | 36 | 111 | 71 |
| Binary | 11100010 | 10010001 | 1000010 | 0 | 100100 | 1000111 | 1011 | 11110 | 1001001 | 111001 |
Color Harmonies of #E29142
Complementary color
Monochromatic Colors of #E29142
Black with #E29142
Text Example
Text Example
White with #E29142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29142; }
p { color: rgb(226,145,66); }
H1.HeaderClassName
{
color: #E29142;
}
.AnyTagClassName
{
color: #E29142;
}
</style>
background-color css
<style>
a { background-color: #E29142; }
a { background-color: rgb(226,145,66); }
div.DivClassName
{
background-color: #E29142;
}
.BgClassName
{
background-color: #E29142;
}
</style>
border-color css
<style>
span { border-color: #E29142; }
span { border-color: rgb(226,145,66); }
td.TdClassName
{
border-color: #E29142;
}
.TagClassName
{
border-color: #E29142;
}
</style>