Shades of Fire Bush #E9963E
Tints of Fire Bush #E9963E
RGB
CMYK
RGB Variations
Color information
#E9963E (or 0xE9963E) is known color: Fire Bush. HEX triplet: E9, 96 and 3E. RGB value is (233,150,62). Sum of RGB (Red+Green+Blue) = 233+150+62=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9963E is #1669C1. Grayscale: #A5A5A5. Windows color (decimal): -1468866 or 4101865. OLE color: 4101865.
HSL color Cylindrical-coordinate representation of color #E9963E: hue angle of 30.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9963E is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 62 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.09 |
| HSL | 30.88º | 0.8% | 0.58% | - |
| HSV(B) | 30.88º | 0.73% | 0.91% | - |
| XYZ | 45.38 | 39.48 | 9.79 | - |
| YUV | 164.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 62 | 0 | 0.36 | 0.73 | 0.09 | 30.88 | 0.8 | 0.58 |
| Hex | E9 | 96 | 3E | 0 | 24 | 49 | 9 | 1F | 50 | 3A |
| Octal | 351 | 226 | 76 | 0 | 44 | 111 | 11 | 37 | 120 | 72 |
| Binary | 11101001 | 10010110 | 111110 | 0 | 100100 | 1001001 | 1001 | 11111 | 1010000 | 111010 |
Color Harmonies of #E9963E
Complementary color
Monochromatic Colors of #E9963E
Black with #E9963E
Text Example
Text Example
White with #E9963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9963E; }
p { color: rgb(233,150,62); }
H1.HeaderClassName
{
color: #E9963E;
}
.AnyTagClassName
{
color: #E9963E;
}
</style>
background-color css
<style>
a { background-color: #E9963E; }
a { background-color: rgb(233,150,62); }
div.DivClassName
{
background-color: #E9963E;
}
.BgClassName
{
background-color: #E9963E;
}
</style>
border-color css
<style>
span { border-color: #E9963E; }
span { border-color: rgb(233,150,62); }
td.TdClassName
{
border-color: #E9963E;
}
.TagClassName
{
border-color: #E9963E;
}
</style>