Shades of Fire Bush #E2963D
Tints of Fire Bush #E2963D
RGB
CMYK
RGB Variations
Color information
#E2963D (or 0xE2963D) is known color: Fire Bush. HEX triplet: E2, 96 and 3D. RGB value is (226,150,61). Sum of RGB (Red+Green+Blue) = 226+150+61=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2963D is #1D69C2. Grayscale: #A3A3A3. Windows color (decimal): -1927619 or 4036322. OLE color: 4036322.
HSL color Cylindrical-coordinate representation of color #E2963D: hue angle of 32.36º 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 #E2963D is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 61 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.11 |
| HSL | 32.36º | 0.74% | 0.56% | - |
| HSV(B) | 32.36º | 0.73% | 0.89% | - |
| XYZ | 43.11 | 38.32 | 9.54 | - |
| YUV | 162.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 61 | 0 | 0.34 | 0.73 | 0.11 | 32.36 | 0.74 | 0.56 |
| Hex | E2 | 96 | 3D | 0 | 22 | 49 | B | 20 | 4A | 38 |
| Octal | 342 | 226 | 75 | 0 | 42 | 111 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010110 | 111101 | 0 | 100010 | 1001001 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2963D
Complementary color
Monochromatic Colors of #E2963D
Black with #E2963D
Text Example
Text Example
White with #E2963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2963D; }
p { color: rgb(226,150,61); }
H1.HeaderClassName
{
color: #E2963D;
}
.AnyTagClassName
{
color: #E2963D;
}
</style>
background-color css
<style>
a { background-color: #E2963D; }
a { background-color: rgb(226,150,61); }
div.DivClassName
{
background-color: #E2963D;
}
.BgClassName
{
background-color: #E2963D;
}
</style>
border-color css
<style>
span { border-color: #E2963D; }
span { border-color: rgb(226,150,61); }
td.TdClassName
{
border-color: #E2963D;
}
.TagClassName
{
border-color: #E2963D;
}
</style>