Shades of Fire Bush #E1954C
Tints of Fire Bush #E1954C
RGB
CMYK
RGB Variations
Color information
#E1954C (or 0xE1954C) is known color: Fire Bush. HEX triplet: E1, 95 and 4C. RGB value is (225,149,76). Sum of RGB (Red+Green+Blue) = 225+149+76=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1954C is #1E6AB3. Grayscale: #A3A3A3. Windows color (decimal): -1993396 or 5019105. OLE color: 5019105.
HSL color Cylindrical-coordinate representation of color #E1954C: hue angle of 29.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1954C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 76 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.12 |
| HSL | 29.4º | 0.71% | 0.59% | - |
| HSV(B) | 29.4º | 0.66% | 0.88% | - |
| XYZ | 43.1 | 38.02 | 11.91 | - |
| YUV | 163.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 76 | 0 | 0.34 | 0.66 | 0.12 | 29.4 | 0.71 | 0.59 |
| Hex | E1 | 95 | 4C | 0 | 22 | 42 | C | 1D | 47 | 3B |
| Octal | 341 | 225 | 114 | 0 | 42 | 102 | 14 | 35 | 107 | 73 |
| Binary | 11100001 | 10010101 | 1001100 | 0 | 100010 | 1000010 | 1100 | 11101 | 1000111 | 111011 |
Color Harmonies of #E1954C
Complementary color
Monochromatic Colors of #E1954C
Black with #E1954C
Text Example
Text Example
White with #E1954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1954C; }
p { color: rgb(225,149,76); }
H1.HeaderClassName
{
color: #E1954C;
}
.AnyTagClassName
{
color: #E1954C;
}
</style>
background-color css
<style>
a { background-color: #E1954C; }
a { background-color: rgb(225,149,76); }
div.DivClassName
{
background-color: #E1954C;
}
.BgClassName
{
background-color: #E1954C;
}
</style>
border-color css
<style>
span { border-color: #E1954C; }
span { border-color: rgb(225,149,76); }
td.TdClassName
{
border-color: #E1954C;
}
.TagClassName
{
border-color: #E1954C;
}
</style>