Shades of Fire Bush #E49541
Tints of Fire Bush #E49541
RGB
CMYK
RGB Variations
Color information
#E49541 (or 0xE49541) is known color: Fire Bush. HEX triplet: E4, 95 and 41. RGB value is (228,149,65). Sum of RGB (Red+Green+Blue) = 228+149+65=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E49541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49541 is #1B6ABE. Grayscale: #A3A3A3. Windows color (decimal): -1796799 or 4298212. OLE color: 4298212.
HSL color Cylindrical-coordinate representation of color #E49541: hue angle of 30.92º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E49541 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 65 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.11 |
| HSL | 30.92º | 0.75% | 0.57% | - |
| HSV(B) | 30.92º | 0.71% | 0.89% | - |
| XYZ | 43.7 | 38.37 | 10.1 | - |
| YUV | 163.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 65 | 0 | 0.35 | 0.71 | 0.11 | 30.92 | 0.75 | 0.57 |
| Hex | E4 | 95 | 41 | 0 | 23 | 47 | B | 1F | 4B | 39 |
| Octal | 344 | 225 | 101 | 0 | 43 | 107 | 13 | 37 | 113 | 71 |
| Binary | 11100100 | 10010101 | 1000001 | 0 | 100011 | 1000111 | 1011 | 11111 | 1001011 | 111001 |
Color Harmonies of #E49541
Complementary color
Monochromatic Colors of #E49541
Black with #E49541
Text Example
Text Example
White with #E49541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49541; }
p { color: rgb(228,149,65); }
H1.HeaderClassName
{
color: #E49541;
}
.AnyTagClassName
{
color: #E49541;
}
</style>
background-color css
<style>
a { background-color: #E49541; }
a { background-color: rgb(228,149,65); }
div.DivClassName
{
background-color: #E49541;
}
.BgClassName
{
background-color: #E49541;
}
</style>
border-color css
<style>
span { border-color: #E49541; }
span { border-color: rgb(228,149,65); }
td.TdClassName
{
border-color: #E49541;
}
.TagClassName
{
border-color: #E49541;
}
</style>