Shades of Fire Bush #E2963E
Tints of Fire Bush #E2963E
RGB
CMYK
RGB Variations
Color information
#E2963E (or 0xE2963E) is known color: Fire Bush. HEX triplet: E2, 96 and 3E. RGB value is (226,150,62). Sum of RGB (Red+Green+Blue) = 226+150+62=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2963E is #1D69C1. Grayscale: #A3A3A3. Windows color (decimal): -1927618 or 4101858. OLE color: 4101858.
HSL color Cylindrical-coordinate representation of color #E2963E: hue angle of 32.2º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2963E is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 62 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.11 |
| HSL | 32.2º | 0.74% | 0.56% | - |
| HSV(B) | 32.2º | 0.73% | 0.89% | - |
| XYZ | 43.14 | 38.33 | 9.68 | - |
| YUV | 162.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 62 | 0 | 0.34 | 0.73 | 0.11 | 32.2 | 0.74 | 0.56 |
| Hex | E2 | 96 | 3E | 0 | 22 | 49 | B | 20 | 4A | 38 |
| Octal | 342 | 226 | 76 | 0 | 42 | 111 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010110 | 111110 | 0 | 100010 | 1001001 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2963E
Complementary color
Monochromatic Colors of #E2963E
Black with #E2963E
Text Example
Text Example
White with #E2963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2963E; }
p { color: rgb(226,150,62); }
H1.HeaderClassName
{
color: #E2963E;
}
.AnyTagClassName
{
color: #E2963E;
}
</style>
background-color css
<style>
a { background-color: #E2963E; }
a { background-color: rgb(226,150,62); }
div.DivClassName
{
background-color: #E2963E;
}
.BgClassName
{
background-color: #E2963E;
}
</style>
border-color css
<style>
span { border-color: #E2963E; }
span { border-color: rgb(226,150,62); }
td.TdClassName
{
border-color: #E2963E;
}
.TagClassName
{
border-color: #E2963E;
}
</style>