Shades of Fire Bush #E5963F
Tints of Fire Bush #E5963F
RGB
CMYK
RGB Variations
Color information
#E5963F (or 0xE5963F) is known color: Fire Bush. HEX triplet: E5, 96 and 3F. RGB value is (229,150,63). Sum of RGB (Red+Green+Blue) = 229+150+63=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5963F is #1A69C0. Grayscale: #A4A4A4. Windows color (decimal): -1731009 or 4167397. OLE color: 4167397.
HSL color Cylindrical-coordinate representation of color #E5963F: hue angle of 31.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5963F is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 63 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.10 |
| HSL | 31.45º | 0.76% | 0.57% | - |
| HSV(B) | 31.45º | 0.72% | 0.9% | - |
| XYZ | 44.12 | 38.83 | 9.87 | - |
| YUV | 163.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 63 | 0 | 0.34 | 0.72 | 0.10 | 31.45 | 0.76 | 0.57 |
| Hex | E5 | 96 | 3F | 0 | 22 | 48 | A | 1F | 4C | 39 |
| Octal | 345 | 226 | 77 | 0 | 42 | 110 | 12 | 37 | 114 | 71 |
| Binary | 11100101 | 10010110 | 111111 | 0 | 100010 | 1001000 | 1010 | 11111 | 1001100 | 111001 |
Color Harmonies of #E5963F
Complementary color
Monochromatic Colors of #E5963F
Black with #E5963F
Text Example
Text Example
White with #E5963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5963F; }
p { color: rgb(229,150,63); }
H1.HeaderClassName
{
color: #E5963F;
}
.AnyTagClassName
{
color: #E5963F;
}
</style>
background-color css
<style>
a { background-color: #E5963F; }
a { background-color: rgb(229,150,63); }
div.DivClassName
{
background-color: #E5963F;
}
.BgClassName
{
background-color: #E5963F;
}
</style>
border-color css
<style>
span { border-color: #E5963F; }
span { border-color: rgb(229,150,63); }
td.TdClassName
{
border-color: #E5963F;
}
.TagClassName
{
border-color: #E5963F;
}
</style>