Shades of Fire Bush #E1963E
Tints of Fire Bush #E1963E
RGB
CMYK
RGB Variations
Color information
#E1963E (or 0xE1963E) is known color: Fire Bush. HEX triplet: E1, 96 and 3E. RGB value is (225,150,62). Sum of RGB (Red+Green+Blue) = 225+150+62=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1963E is #1E69C1. Grayscale: #A2A2A2. Windows color (decimal): -1993154 or 4101857. OLE color: 4101857.
HSL color Cylindrical-coordinate representation of color #E1963E: hue angle of 32.39º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1963E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 62 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.12 |
| HSL | 32.39º | 0.73% | 0.56% | - |
| HSV(B) | 32.39º | 0.72% | 0.88% | - |
| XYZ | 42.83 | 38.17 | 9.67 | - |
| YUV | 162.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 62 | 0 | 0.33 | 0.72 | 0.12 | 32.39 | 0.73 | 0.56 |
| Hex | E1 | 96 | 3E | 0 | 21 | 48 | C | 20 | 49 | 38 |
| Octal | 341 | 226 | 76 | 0 | 41 | 110 | 14 | 40 | 111 | 70 |
| Binary | 11100001 | 10010110 | 111110 | 0 | 100001 | 1001000 | 1100 | 100000 | 1001001 | 111000 |
Color Harmonies of #E1963E
Complementary color
Monochromatic Colors of #E1963E
Black with #E1963E
Text Example
Text Example
White with #E1963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1963E; }
p { color: rgb(225,150,62); }
H1.HeaderClassName
{
color: #E1963E;
}
.AnyTagClassName
{
color: #E1963E;
}
</style>
background-color css
<style>
a { background-color: #E1963E; }
a { background-color: rgb(225,150,62); }
div.DivClassName
{
background-color: #E1963E;
}
.BgClassName
{
background-color: #E1963E;
}
</style>
border-color css
<style>
span { border-color: #E1963E; }
span { border-color: rgb(225,150,62); }
td.TdClassName
{
border-color: #E1963E;
}
.TagClassName
{
border-color: #E1963E;
}
</style>