Shades of Fire Bush #E1954B
Tints of Fire Bush #E1954B
RGB
CMYK
RGB Variations
Color information
#E1954B (or 0xE1954B) is known color: Fire Bush. HEX triplet: E1, 95 and 4B. RGB value is (225,149,75). Sum of RGB (Red+Green+Blue) = 225+149+75=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1954B is #1E6AB4. Grayscale: #A3A3A3. Windows color (decimal): -1993397 or 4953569. OLE color: 4953569.
HSL color Cylindrical-coordinate representation of color #E1954B: hue angle of 29.6º degrees, saturation: 0.71, 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 #E1954B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 75 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.12 |
| HSL | 29.6º | 0.71% | 0.59% | - |
| HSV(B) | 29.6º | 0.67% | 0.88% | - |
| XYZ | 43.07 | 38.01 | 11.72 | - |
| YUV | 163.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 75 | 0 | 0.34 | 0.67 | 0.12 | 29.6 | 0.71 | 0.59 |
| Hex | E1 | 95 | 4B | 0 | 22 | 43 | C | 1E | 47 | 3B |
| Octal | 341 | 225 | 113 | 0 | 42 | 103 | 14 | 36 | 107 | 73 |
| Binary | 11100001 | 10010101 | 1001011 | 0 | 100010 | 1000011 | 1100 | 11110 | 1000111 | 111011 |
Color Harmonies of #E1954B
Complementary color
Monochromatic Colors of #E1954B
Black with #E1954B
Text Example
Text Example
White with #E1954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1954B; }
p { color: rgb(225,149,75); }
H1.HeaderClassName
{
color: #E1954B;
}
.AnyTagClassName
{
color: #E1954B;
}
</style>
background-color css
<style>
a { background-color: #E1954B; }
a { background-color: rgb(225,149,75); }
div.DivClassName
{
background-color: #E1954B;
}
.BgClassName
{
background-color: #E1954B;
}
</style>
border-color css
<style>
span { border-color: #E1954B; }
span { border-color: rgb(225,149,75); }
td.TdClassName
{
border-color: #E1954B;
}
.TagClassName
{
border-color: #E1954B;
}
</style>