Shades of Fire Bush #E1994E
Tints of Fire Bush #E1994E
RGB
CMYK
RGB Variations
Color information
#E1994E (or 0xE1994E) is known color: Fire Bush. HEX triplet: E1, 99 and 4E. RGB value is (225,153,78). Sum of RGB (Red+Green+Blue) = 225+153+78=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1994E is #1E66B1. Grayscale: #A6A6A6. Windows color (decimal): -1992370 or 5151201. OLE color: 5151201.
HSL color Cylindrical-coordinate representation of color #E1994E: hue angle of 30.61º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1994E is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 78 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.12 |
| HSL | 30.61º | 0.71% | 0.59% | - |
| HSV(B) | 30.61º | 0.65% | 0.88% | - |
| XYZ | 43.82 | 39.34 | 12.49 | - |
| YUV | 165.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 78 | 0 | 0.32 | 0.65 | 0.12 | 30.61 | 0.71 | 0.59 |
| Hex | E1 | 99 | 4E | 0 | 20 | 41 | C | 1F | 47 | 3B |
| Octal | 341 | 231 | 116 | 0 | 40 | 101 | 14 | 37 | 107 | 73 |
| Binary | 11100001 | 10011001 | 1001110 | 0 | 100000 | 1000001 | 1100 | 11111 | 1000111 | 111011 |
Color Harmonies of #E1994E
Complementary color
Monochromatic Colors of #E1994E
Black with #E1994E
Text Example
Text Example
White with #E1994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1994E; }
p { color: rgb(225,153,78); }
H1.HeaderClassName
{
color: #E1994E;
}
.AnyTagClassName
{
color: #E1994E;
}
</style>
background-color css
<style>
a { background-color: #E1994E; }
a { background-color: rgb(225,153,78); }
div.DivClassName
{
background-color: #E1994E;
}
.BgClassName
{
background-color: #E1994E;
}
</style>
border-color css
<style>
span { border-color: #E1994E; }
span { border-color: rgb(225,153,78); }
td.TdClassName
{
border-color: #E1994E;
}
.TagClassName
{
border-color: #E1994E;
}
</style>