Shades of Fire Bush #E49E4D
Tints of Fire Bush #E49E4D
RGB
CMYK
RGB Variations
Color information
#E49E4D (or 0xE49E4D) is known color: Fire Bush. HEX triplet: E4, 9E and 4D. RGB value is (228,158,77). Sum of RGB (Red+Green+Blue) = 228+158+77=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49E4D is #1B61B2. Grayscale: #AAAAAA. Windows color (decimal): -1794483 or 5086948. OLE color: 5086948.
HSL color Cylindrical-coordinate representation of color #E49E4D: hue angle of 32.19º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E49E4D is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 77 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.11 |
| HSL | 32.19º | 0.74% | 0.6% | - |
| HSV(B) | 32.19º | 0.66% | 0.89% | - |
| XYZ | 45.56 | 41.48 | 12.63 | - |
| YUV | 169.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 77 | 0 | 0.31 | 0.66 | 0.11 | 32.19 | 0.74 | 0.6 |
| Hex | E4 | 9E | 4D | 0 | 1F | 42 | B | 20 | 4A | 3C |
| Octal | 344 | 236 | 115 | 0 | 37 | 102 | 13 | 40 | 112 | 74 |
| Binary | 11100100 | 10011110 | 1001101 | 0 | 11111 | 1000010 | 1011 | 100000 | 1001010 | 111100 |
Color Harmonies of #E49E4D
Complementary color
Monochromatic Colors of #E49E4D
Black with #E49E4D
Text Example
Text Example
White with #E49E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E4D; }
p { color: rgb(228,158,77); }
H1.HeaderClassName
{
color: #E49E4D;
}
.AnyTagClassName
{
color: #E49E4D;
}
</style>
background-color css
<style>
a { background-color: #E49E4D; }
a { background-color: rgb(228,158,77); }
div.DivClassName
{
background-color: #E49E4D;
}
.BgClassName
{
background-color: #E49E4D;
}
</style>
border-color css
<style>
span { border-color: #E49E4D; }
span { border-color: rgb(228,158,77); }
td.TdClassName
{
border-color: #E49E4D;
}
.TagClassName
{
border-color: #E49E4D;
}
</style>