Shades of Fire Bush #E8963E
Tints of Fire Bush #E8963E
RGB
CMYK
RGB Variations
Color information
#E8963E (or 0xE8963E) is known color: Fire Bush. HEX triplet: E8, 96 and 3E. RGB value is (232,150,62). Sum of RGB (Red+Green+Blue) = 232+150+62=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8963E is #1769C1. Grayscale: #A4A4A4. Windows color (decimal): -1534402 or 4101864. OLE color: 4101864.
HSL color Cylindrical-coordinate representation of color #E8963E: hue angle of 31.06º degrees, saturation: 0.79, 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 #E8963E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 62 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.09 |
| HSL | 31.06º | 0.79% | 0.58% | - |
| HSV(B) | 31.06º | 0.73% | 0.91% | - |
| XYZ | 45.05 | 39.32 | 9.77 | - |
| YUV | 164.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 62 | 0 | 0.35 | 0.73 | 0.09 | 31.06 | 0.79 | 0.58 |
| Hex | E8 | 96 | 3E | 0 | 23 | 49 | 9 | 1F | 4F | 3A |
| Octal | 350 | 226 | 76 | 0 | 43 | 111 | 11 | 37 | 117 | 72 |
| Binary | 11101000 | 10010110 | 111110 | 0 | 100011 | 1001001 | 1001 | 11111 | 1001111 | 111010 |
Color Harmonies of #E8963E
Complementary color
Monochromatic Colors of #E8963E
Black with #E8963E
Text Example
Text Example
White with #E8963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8963E; }
p { color: rgb(232,150,62); }
H1.HeaderClassName
{
color: #E8963E;
}
.AnyTagClassName
{
color: #E8963E;
}
</style>
background-color css
<style>
a { background-color: #E8963E; }
a { background-color: rgb(232,150,62); }
div.DivClassName
{
background-color: #E8963E;
}
.BgClassName
{
background-color: #E8963E;
}
</style>
border-color css
<style>
span { border-color: #E8963E; }
span { border-color: rgb(232,150,62); }
td.TdClassName
{
border-color: #E8963E;
}
.TagClassName
{
border-color: #E8963E;
}
</style>