Shades of Fire Bush #E6963A
Tints of Fire Bush #E6963A
RGB
CMYK
RGB Variations
Color information
#E6963A (or 0xE6963A) is known color: Fire Bush. HEX triplet: E6, 96 and 3A. RGB value is (230,150,58). Sum of RGB (Red+Green+Blue) = 230+150+58=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6963A is #1969C5. Grayscale: #A3A3A3. Windows color (decimal): -1665478 or 3839718. OLE color: 3839718.
HSL color Cylindrical-coordinate representation of color #E6963A: hue angle of 32.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6963A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 58 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.10 |
| HSL | 32.09º | 0.77% | 0.56% | - |
| HSV(B) | 32.09º | 0.75% | 0.9% | - |
| XYZ | 44.3 | 38.94 | 9.18 | - |
| YUV | 163.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 58 | 0 | 0.35 | 0.75 | 0.10 | 32.09 | 0.77 | 0.56 |
| Hex | E6 | 96 | 3A | 0 | 23 | 4B | A | 20 | 4D | 38 |
| Octal | 346 | 226 | 72 | 0 | 43 | 113 | 12 | 40 | 115 | 70 |
| Binary | 11100110 | 10010110 | 111010 | 0 | 100011 | 1001011 | 1010 | 100000 | 1001101 | 111000 |
Color Harmonies of #E6963A
Complementary color
Monochromatic Colors of #E6963A
Black with #E6963A
Text Example
Text Example
White with #E6963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6963A; }
p { color: rgb(230,150,58); }
H1.HeaderClassName
{
color: #E6963A;
}
.AnyTagClassName
{
color: #E6963A;
}
</style>
background-color css
<style>
a { background-color: #E6963A; }
a { background-color: rgb(230,150,58); }
div.DivClassName
{
background-color: #E6963A;
}
.BgClassName
{
background-color: #E6963A;
}
</style>
border-color css
<style>
span { border-color: #E6963A; }
span { border-color: rgb(230,150,58); }
td.TdClassName
{
border-color: #E6963A;
}
.TagClassName
{
border-color: #E6963A;
}
</style>