Shades of Fire Bush #E49D3B
Tints of Fire Bush #E49D3B
RGB
CMYK
RGB Variations
Color information
#E49D3B (or 0xE49D3B) is known color: Fire Bush. HEX triplet: E4, 9D and 3B. RGB value is (228,157,59). Sum of RGB (Red+Green+Blue) = 228+157+59=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D3B is #1B62C4. Grayscale: #A7A7A7. Windows color (decimal): -1794757 or 3907044. OLE color: 3907044.
HSL color Cylindrical-coordinate representation of color #E49D3B: hue angle of 34.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E49D3B is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 59 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.11 |
| HSL | 34.79º | 0.76% | 0.56% | - |
| HSV(B) | 34.79º | 0.74% | 0.89% | - |
| XYZ | 44.84 | 40.92 | 9.67 | - |
| YUV | 167.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 59 | 0 | 0.31 | 0.74 | 0.11 | 34.79 | 0.76 | 0.56 |
| Hex | E4 | 9D | 3B | 0 | 1F | 4A | B | 23 | 4C | 38 |
| Octal | 344 | 235 | 73 | 0 | 37 | 112 | 13 | 43 | 114 | 70 |
| Binary | 11100100 | 10011101 | 111011 | 0 | 11111 | 1001010 | 1011 | 100011 | 1001100 | 111000 |
Color Harmonies of #E49D3B
Complementary color
Monochromatic Colors of #E49D3B
Black with #E49D3B
Text Example
Text Example
White with #E49D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D3B; }
p { color: rgb(228,157,59); }
H1.HeaderClassName
{
color: #E49D3B;
}
.AnyTagClassName
{
color: #E49D3B;
}
</style>
background-color css
<style>
a { background-color: #E49D3B; }
a { background-color: rgb(228,157,59); }
div.DivClassName
{
background-color: #E49D3B;
}
.BgClassName
{
background-color: #E49D3B;
}
</style>
border-color css
<style>
span { border-color: #E49D3B; }
span { border-color: rgb(228,157,59); }
td.TdClassName
{
border-color: #E49D3B;
}
.TagClassName
{
border-color: #E49D3B;
}
</style>