Shades of Fire Bush #E19049
Tints of Fire Bush #E19049
RGB
CMYK
RGB Variations
Color information
#E19049 (or 0xE19049) is known color: Fire Bush. HEX triplet: E1, 90 and 49. RGB value is (225,144,73). Sum of RGB (Red+Green+Blue) = 225+144+73=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E19049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19049 is #1E6FB6. Grayscale: #A0A0A0. Windows color (decimal): -1994679 or 4821217. OLE color: 4821217.
HSL color Cylindrical-coordinate representation of color #E19049: hue angle of 28.03º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E19049 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 73 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.12 |
| HSL | 28.03º | 0.72% | 0.58% | - |
| HSV(B) | 28.03º | 0.68% | 0.88% | - |
| XYZ | 42.23 | 36.44 | 11.11 | - |
| YUV | 160.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 73 | 0 | 0.36 | 0.68 | 0.12 | 28.03 | 0.72 | 0.58 |
| Hex | E1 | 90 | 49 | 0 | 24 | 44 | C | 1C | 48 | 3A |
| Octal | 341 | 220 | 111 | 0 | 44 | 104 | 14 | 34 | 110 | 72 |
| Binary | 11100001 | 10010000 | 1001001 | 0 | 100100 | 1000100 | 1100 | 11100 | 1001000 | 111010 |
Color Harmonies of #E19049
Complementary color
Monochromatic Colors of #E19049
Black with #E19049
Text Example
Text Example
White with #E19049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19049; }
p { color: rgb(225,144,73); }
H1.HeaderClassName
{
color: #E19049;
}
.AnyTagClassName
{
color: #E19049;
}
</style>
background-color css
<style>
a { background-color: #E19049; }
a { background-color: rgb(225,144,73); }
div.DivClassName
{
background-color: #E19049;
}
.BgClassName
{
background-color: #E19049;
}
</style>
border-color css
<style>
span { border-color: #E19049; }
span { border-color: rgb(225,144,73); }
td.TdClassName
{
border-color: #E19049;
}
.TagClassName
{
border-color: #E19049;
}
</style>