Shades of Fire Bush #E49C47
Tints of Fire Bush #E49C47
RGB
CMYK
RGB Variations
Color information
#E49C47 (or 0xE49C47) is known color: Fire Bush. HEX triplet: E4, 9C and 47. RGB value is (228,156,71). Sum of RGB (Red+Green+Blue) = 228+156+71=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C47 is #1B63B8. Grayscale: #A8A8A8. Windows color (decimal): -1795001 or 4693220. OLE color: 4693220.
HSL color Cylindrical-coordinate representation of color #E49C47: hue angle of 32.48º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E49C47 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 71 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.11 |
| HSL | 32.48º | 0.74% | 0.59% | - |
| HSV(B) | 32.48º | 0.69% | 0.89% | - |
| XYZ | 45.02 | 40.73 | 11.45 | - |
| YUV | 167.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 71 | 0 | 0.32 | 0.69 | 0.11 | 32.48 | 0.74 | 0.59 |
| Hex | E4 | 9C | 47 | 0 | 20 | 45 | B | 20 | 4A | 3B |
| Octal | 344 | 234 | 107 | 0 | 40 | 105 | 13 | 40 | 112 | 73 |
| Binary | 11100100 | 10011100 | 1000111 | 0 | 100000 | 1000101 | 1011 | 100000 | 1001010 | 111011 |
Color Harmonies of #E49C47
Complementary color
Monochromatic Colors of #E49C47
Black with #E49C47
Text Example
Text Example
White with #E49C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C47; }
p { color: rgb(228,156,71); }
H1.HeaderClassName
{
color: #E49C47;
}
.AnyTagClassName
{
color: #E49C47;
}
</style>
background-color css
<style>
a { background-color: #E49C47; }
a { background-color: rgb(228,156,71); }
div.DivClassName
{
background-color: #E49C47;
}
.BgClassName
{
background-color: #E49C47;
}
</style>
border-color css
<style>
span { border-color: #E49C47; }
span { border-color: rgb(228,156,71); }
td.TdClassName
{
border-color: #E49C47;
}
.TagClassName
{
border-color: #E49C47;
}
</style>