Shades of Fire Bush #E1953B
Tints of Fire Bush #E1953B
RGB
CMYK
RGB Variations
Color information
#E1953B (or 0xE1953B) is known color: Fire Bush. HEX triplet: E1, 95 and 3B. RGB value is (225,149,59). Sum of RGB (Red+Green+Blue) = 225+149+59=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1953B is #1E6AC4. Grayscale: #A1A1A1. Windows color (decimal): -1993413 or 3904993. OLE color: 3904993.
HSL color Cylindrical-coordinate representation of color #E1953B: hue angle of 32.53º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1953B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 59 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.12 |
| HSL | 32.53º | 0.73% | 0.56% | - |
| HSV(B) | 32.53º | 0.74% | 0.88% | - |
| XYZ | 42.59 | 37.82 | 9.19 | - |
| YUV | 161.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 59 | 0 | 0.34 | 0.74 | 0.12 | 32.53 | 0.73 | 0.56 |
| Hex | E1 | 95 | 3B | 0 | 22 | 4A | C | 21 | 49 | 38 |
| Octal | 341 | 225 | 73 | 0 | 42 | 112 | 14 | 41 | 111 | 70 |
| Binary | 11100001 | 10010101 | 111011 | 0 | 100010 | 1001010 | 1100 | 100001 | 1001001 | 111000 |
Color Harmonies of #E1953B
Complementary color
Monochromatic Colors of #E1953B
Black with #E1953B
Text Example
Text Example
White with #E1953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1953B; }
p { color: rgb(225,149,59); }
H1.HeaderClassName
{
color: #E1953B;
}
.AnyTagClassName
{
color: #E1953B;
}
</style>
background-color css
<style>
a { background-color: #E1953B; }
a { background-color: rgb(225,149,59); }
div.DivClassName
{
background-color: #E1953B;
}
.BgClassName
{
background-color: #E1953B;
}
</style>
border-color css
<style>
span { border-color: #E1953B; }
span { border-color: rgb(225,149,59); }
td.TdClassName
{
border-color: #E1953B;
}
.TagClassName
{
border-color: #E1953B;
}
</style>