Shades of Fire Bush #E2963C
Tints of Fire Bush #E2963C
RGB
CMYK
RGB Variations
Color information
#E2963C (or 0xE2963C) is known color: Fire Bush. HEX triplet: E2, 96 and 3C. RGB value is (226,150,60). Sum of RGB (Red+Green+Blue) = 226+150+60=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2963C is #1D69C3. Grayscale: #A2A2A2. Windows color (decimal): -1927620 or 3970786. OLE color: 3970786.
HSL color Cylindrical-coordinate representation of color #E2963C: hue angle of 32.53º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2963C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.11 |
| HSL | 32.53º | 0.74% | 0.56% | - |
| HSV(B) | 32.53º | 0.73% | 0.89% | - |
| XYZ | 43.09 | 38.31 | 9.4 | - |
| YUV | 162.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 60 | 0 | 0.34 | 0.73 | 0.11 | 32.53 | 0.74 | 0.56 |
| Hex | E2 | 96 | 3C | 0 | 22 | 49 | B | 21 | 4A | 38 |
| Octal | 342 | 226 | 74 | 0 | 42 | 111 | 13 | 41 | 112 | 70 |
| Binary | 11100010 | 10010110 | 111100 | 0 | 100010 | 1001001 | 1011 | 100001 | 1001010 | 111000 |
Color Harmonies of #E2963C
Complementary color
Monochromatic Colors of #E2963C
Black with #E2963C
Text Example
Text Example
White with #E2963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2963C; }
p { color: rgb(226,150,60); }
H1.HeaderClassName
{
color: #E2963C;
}
.AnyTagClassName
{
color: #E2963C;
}
</style>
background-color css
<style>
a { background-color: #E2963C; }
a { background-color: rgb(226,150,60); }
div.DivClassName
{
background-color: #E2963C;
}
.BgClassName
{
background-color: #E2963C;
}
</style>
border-color css
<style>
span { border-color: #E2963C; }
span { border-color: rgb(226,150,60); }
td.TdClassName
{
border-color: #E2963C;
}
.TagClassName
{
border-color: #E2963C;
}
</style>