Shades of Fire Bush #E49A4E
Tints of Fire Bush #E49A4E
RGB
CMYK
RGB Variations
Color information
#E49A4E (or 0xE49A4E) is known color: Fire Bush. HEX triplet: E4, 9A and 4E. RGB value is (228,154,78). Sum of RGB (Red+Green+Blue) = 228+154+78=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49A4E is #1B65B1. Grayscale: #A7A7A7. Windows color (decimal): -1795506 or 5151460. OLE color: 5151460.
HSL color Cylindrical-coordinate representation of color #E49A4E: hue angle of 30.4º 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 #E49A4E is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 78 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.11 |
| HSL | 30.4º | 0.74% | 0.6% | - |
| HSV(B) | 30.4º | 0.66% | 0.89% | - |
| XYZ | 44.93 | 40.16 | 12.59 | - |
| YUV | 167.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 78 | 0 | 0.32 | 0.66 | 0.11 | 30.4 | 0.74 | 0.6 |
| Hex | E4 | 9A | 4E | 0 | 20 | 42 | B | 1E | 4A | 3C |
| Octal | 344 | 232 | 116 | 0 | 40 | 102 | 13 | 36 | 112 | 74 |
| Binary | 11100100 | 10011010 | 1001110 | 0 | 100000 | 1000010 | 1011 | 11110 | 1001010 | 111100 |
Color Harmonies of #E49A4E
Complementary color
Monochromatic Colors of #E49A4E
Black with #E49A4E
Text Example
Text Example
White with #E49A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A4E; }
p { color: rgb(228,154,78); }
H1.HeaderClassName
{
color: #E49A4E;
}
.AnyTagClassName
{
color: #E49A4E;
}
</style>
background-color css
<style>
a { background-color: #E49A4E; }
a { background-color: rgb(228,154,78); }
div.DivClassName
{
background-color: #E49A4E;
}
.BgClassName
{
background-color: #E49A4E;
}
</style>
border-color css
<style>
span { border-color: #E49A4E; }
span { border-color: rgb(228,154,78); }
td.TdClassName
{
border-color: #E49A4E;
}
.TagClassName
{
border-color: #E49A4E;
}
</style>