Shades of Fire Bush #E19F46
Tints of Fire Bush #E19F46
RGB
CMYK
RGB Variations
Color information
#E19F46 (or 0xE19F46) is known color: Fire Bush. HEX triplet: E1, 9F and 46. RGB value is (225,159,70). Sum of RGB (Red+Green+Blue) = 225+159+70=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19F46 is #1E60B9. Grayscale: #A9A9A9. Windows color (decimal): -1990842 or 4628449. OLE color: 4628449.
HSL color Cylindrical-coordinate representation of color #E19F46: hue angle of 34.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E19F46 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 70 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.12 |
| HSL | 34.45º | 0.72% | 0.58% | - |
| HSV(B) | 34.45º | 0.69% | 0.88% | - |
| XYZ | 44.55 | 41.25 | 11.41 | - |
| YUV | 168.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 70 | 0 | 0.29 | 0.69 | 0.12 | 34.45 | 0.72 | 0.58 |
| Hex | E1 | 9F | 46 | 0 | 1D | 45 | C | 22 | 48 | 3A |
| Octal | 341 | 237 | 106 | 0 | 35 | 105 | 14 | 42 | 110 | 72 |
| Binary | 11100001 | 10011111 | 1000110 | 0 | 11101 | 1000101 | 1100 | 100010 | 1001000 | 111010 |
Color Harmonies of #E19F46
Complementary color
Monochromatic Colors of #E19F46
Black with #E19F46
Text Example
Text Example
White with #E19F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F46; }
p { color: rgb(225,159,70); }
H1.HeaderClassName
{
color: #E19F46;
}
.AnyTagClassName
{
color: #E19F46;
}
</style>
background-color css
<style>
a { background-color: #E19F46; }
a { background-color: rgb(225,159,70); }
div.DivClassName
{
background-color: #E19F46;
}
.BgClassName
{
background-color: #E19F46;
}
</style>
border-color css
<style>
span { border-color: #E19F46; }
span { border-color: rgb(225,159,70); }
td.TdClassName
{
border-color: #E19F46;
}
.TagClassName
{
border-color: #E19F46;
}
</style>