Shades of Fire Bush #E8963B
Tints of Fire Bush #E8963B
RGB
CMYK
RGB Variations
Color information
#E8963B (or 0xE8963B) is known color: Fire Bush. HEX triplet: E8, 96 and 3B. RGB value is (232,150,59). Sum of RGB (Red+Green+Blue) = 232+150+59=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8963B is #1769C4. Grayscale: #A4A4A4. Windows color (decimal): -1534405 or 3905256. OLE color: 3905256.
HSL color Cylindrical-coordinate representation of color #E8963B: hue angle of 31.56º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8963B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 59 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.09 |
| HSL | 31.56º | 0.79% | 0.57% | - |
| HSV(B) | 31.56º | 0.75% | 0.91% | - |
| XYZ | 44.97 | 39.28 | 9.35 | - |
| YUV | 164.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 59 | 0 | 0.35 | 0.75 | 0.09 | 31.56 | 0.79 | 0.57 |
| Hex | E8 | 96 | 3B | 0 | 23 | 4B | 9 | 20 | 4F | 39 |
| Octal | 350 | 226 | 73 | 0 | 43 | 113 | 11 | 40 | 117 | 71 |
| Binary | 11101000 | 10010110 | 111011 | 0 | 100011 | 1001011 | 1001 | 100000 | 1001111 | 111001 |
Color Harmonies of #E8963B
Complementary color
Monochromatic Colors of #E8963B
Black with #E8963B
Text Example
Text Example
White with #E8963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8963B; }
p { color: rgb(232,150,59); }
H1.HeaderClassName
{
color: #E8963B;
}
.AnyTagClassName
{
color: #E8963B;
}
</style>
background-color css
<style>
a { background-color: #E8963B; }
a { background-color: rgb(232,150,59); }
div.DivClassName
{
background-color: #E8963B;
}
.BgClassName
{
background-color: #E8963B;
}
</style>
border-color css
<style>
span { border-color: #E8963B; }
span { border-color: rgb(232,150,59); }
td.TdClassName
{
border-color: #E8963B;
}
.TagClassName
{
border-color: #E8963B;
}
</style>