Shades of Fire Bush #E7963B
Tints of Fire Bush #E7963B
RGB
CMYK
RGB Variations
Color information
#E7963B (or 0xE7963B) is known color: Fire Bush. HEX triplet: E7, 96 and 3B. RGB value is (231,150,59). Sum of RGB (Red+Green+Blue) = 231+150+59=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7963B is #1869C4. Grayscale: #A4A4A4. Windows color (decimal): -1599941 or 3905255. OLE color: 3905255.
HSL color Cylindrical-coordinate representation of color #E7963B: hue angle of 31.74º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7963B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 59 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.09 |
| HSL | 31.74º | 0.78% | 0.57% | - |
| HSV(B) | 31.74º | 0.74% | 0.91% | - |
| XYZ | 44.65 | 39.12 | 9.33 | - |
| YUV | 163.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 59 | 0 | 0.35 | 0.74 | 0.09 | 31.74 | 0.78 | 0.57 |
| Hex | E7 | 96 | 3B | 0 | 23 | 4A | 9 | 20 | 4E | 39 |
| Octal | 347 | 226 | 73 | 0 | 43 | 112 | 11 | 40 | 116 | 71 |
| Binary | 11100111 | 10010110 | 111011 | 0 | 100011 | 1001010 | 1001 | 100000 | 1001110 | 111001 |
Color Harmonies of #E7963B
Complementary color
Monochromatic Colors of #E7963B
Black with #E7963B
Text Example
Text Example
White with #E7963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7963B; }
p { color: rgb(231,150,59); }
H1.HeaderClassName
{
color: #E7963B;
}
.AnyTagClassName
{
color: #E7963B;
}
</style>
background-color css
<style>
a { background-color: #E7963B; }
a { background-color: rgb(231,150,59); }
div.DivClassName
{
background-color: #E7963B;
}
.BgClassName
{
background-color: #E7963B;
}
</style>
border-color css
<style>
span { border-color: #E7963B; }
span { border-color: rgb(231,150,59); }
td.TdClassName
{
border-color: #E7963B;
}
.TagClassName
{
border-color: #E7963B;
}
</style>