Shades of Fire Bush #E49E40
Tints of Fire Bush #E49E40
RGB
CMYK
RGB Variations
Color information
#E49E40 (or 0xE49E40) is known color: Fire Bush. HEX triplet: E4, 9E and 40. RGB value is (228,158,64). Sum of RGB (Red+Green+Blue) = 228+158+64=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49E40 is #1B61BF. Grayscale: #A8A8A8. Windows color (decimal): -1794496 or 4234980. OLE color: 4234980.
HSL color Cylindrical-coordinate representation of color #E49E40: hue angle of 34.39º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E49E40 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 64 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.11 |
| HSL | 34.39º | 0.75% | 0.57% | - |
| HSV(B) | 34.39º | 0.72% | 0.89% | - |
| XYZ | 45.15 | 41.32 | 10.45 | - |
| YUV | 168.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 64 | 0 | 0.31 | 0.72 | 0.11 | 34.39 | 0.75 | 0.57 |
| Hex | E4 | 9E | 40 | 0 | 1F | 48 | B | 22 | 4B | 39 |
| Octal | 344 | 236 | 100 | 0 | 37 | 110 | 13 | 42 | 113 | 71 |
| Binary | 11100100 | 10011110 | 1000000 | 0 | 11111 | 1001000 | 1011 | 100010 | 1001011 | 111001 |
Color Harmonies of #E49E40
Complementary color
Monochromatic Colors of #E49E40
Black with #E49E40
Text Example
Text Example
White with #E49E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E40; }
p { color: rgb(228,158,64); }
H1.HeaderClassName
{
color: #E49E40;
}
.AnyTagClassName
{
color: #E49E40;
}
</style>
background-color css
<style>
a { background-color: #E49E40; }
a { background-color: rgb(228,158,64); }
div.DivClassName
{
background-color: #E49E40;
}
.BgClassName
{
background-color: #E49E40;
}
</style>
border-color css
<style>
span { border-color: #E49E40; }
span { border-color: rgb(228,158,64); }
td.TdClassName
{
border-color: #E49E40;
}
.TagClassName
{
border-color: #E49E40;
}
</style>