Shades of Fire Bush #E29C48
Tints of Fire Bush #E29C48
RGB
CMYK
RGB Variations
Color information
#E29C48 (or 0xE29C48) is known color: Fire Bush. HEX triplet: E2, 9C and 48. RGB value is (226,156,72). Sum of RGB (Red+Green+Blue) = 226+156+72=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29C48 is #1D63B7. Grayscale: #A7A7A7. Windows color (decimal): -1926072 or 4758754. OLE color: 4758754.
HSL color Cylindrical-coordinate representation of color #E29C48: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E29C48 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 72 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.11 |
| HSL | 32.73º | 0.73% | 0.58% | - |
| HSV(B) | 32.73º | 0.68% | 0.89% | - |
| XYZ | 44.42 | 40.41 | 11.59 | - |
| YUV | 167.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 72 | 0 | 0.31 | 0.68 | 0.11 | 32.73 | 0.73 | 0.58 |
| Hex | E2 | 9C | 48 | 0 | 1F | 44 | B | 21 | 49 | 3A |
| Octal | 342 | 234 | 110 | 0 | 37 | 104 | 13 | 41 | 111 | 72 |
| Binary | 11100010 | 10011100 | 1001000 | 0 | 11111 | 1000100 | 1011 | 100001 | 1001001 | 111010 |
Color Harmonies of #E29C48
Complementary color
Monochromatic Colors of #E29C48
Black with #E29C48
Text Example
Text Example
White with #E29C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C48; }
p { color: rgb(226,156,72); }
H1.HeaderClassName
{
color: #E29C48;
}
.AnyTagClassName
{
color: #E29C48;
}
</style>
background-color css
<style>
a { background-color: #E29C48; }
a { background-color: rgb(226,156,72); }
div.DivClassName
{
background-color: #E29C48;
}
.BgClassName
{
background-color: #E29C48;
}
</style>
border-color css
<style>
span { border-color: #E29C48; }
span { border-color: rgb(226,156,72); }
td.TdClassName
{
border-color: #E29C48;
}
.TagClassName
{
border-color: #E29C48;
}
</style>