Shades of Fire Bush #E1954A
Tints of Fire Bush #E1954A
RGB
CMYK
RGB Variations
Color information
#E1954A (or 0xE1954A) is known color: Fire Bush. HEX triplet: E1, 95 and 4A. RGB value is (225,149,74). Sum of RGB (Red+Green+Blue) = 225+149+74=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1954A is #1E6AB5. Grayscale: #A3A3A3. Windows color (decimal): -1993398 or 4888033. OLE color: 4888033.
HSL color Cylindrical-coordinate representation of color #E1954A: hue angle of 29.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1954A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 74 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.12 |
| HSL | 29.8º | 0.72% | 0.59% | - |
| HSV(B) | 29.8º | 0.67% | 0.88% | - |
| XYZ | 43.03 | 38 | 11.54 | - |
| YUV | 163.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 74 | 0 | 0.34 | 0.67 | 0.12 | 29.8 | 0.72 | 0.59 |
| Hex | E1 | 95 | 4A | 0 | 22 | 43 | C | 1E | 48 | 3B |
| Octal | 341 | 225 | 112 | 0 | 42 | 103 | 14 | 36 | 110 | 73 |
| Binary | 11100001 | 10010101 | 1001010 | 0 | 100010 | 1000011 | 1100 | 11110 | 1001000 | 111011 |
Color Harmonies of #E1954A
Complementary color
Monochromatic Colors of #E1954A
Black with #E1954A
Text Example
Text Example
White with #E1954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1954A; }
p { color: rgb(225,149,74); }
H1.HeaderClassName
{
color: #E1954A;
}
.AnyTagClassName
{
color: #E1954A;
}
</style>
background-color css
<style>
a { background-color: #E1954A; }
a { background-color: rgb(225,149,74); }
div.DivClassName
{
background-color: #E1954A;
}
.BgClassName
{
background-color: #E1954A;
}
</style>
border-color css
<style>
span { border-color: #E1954A; }
span { border-color: rgb(225,149,74); }
td.TdClassName
{
border-color: #E1954A;
}
.TagClassName
{
border-color: #E1954A;
}
</style>