Shades of Fire Bush #E2964C
Tints of Fire Bush #E2964C
RGB
CMYK
RGB Variations
Color information
#E2964C (or 0xE2964C) is known color: Fire Bush. HEX triplet: E2, 96 and 4C. RGB value is (226,150,76). Sum of RGB (Red+Green+Blue) = 226+150+76=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2964C is #1D69B3. Grayscale: #A4A4A4. Windows color (decimal): -1927604 or 5019362. OLE color: 5019362.
HSL color Cylindrical-coordinate representation of color #E2964C: hue angle of 29.6º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2964C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 76 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.11 |
| HSL | 29.6º | 0.72% | 0.59% | - |
| HSV(B) | 29.6º | 0.66% | 0.89% | - |
| XYZ | 43.57 | 38.5 | 11.97 | - |
| YUV | 164.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 76 | 0 | 0.34 | 0.66 | 0.11 | 29.6 | 0.72 | 0.59 |
| Hex | E2 | 96 | 4C | 0 | 22 | 42 | B | 1E | 48 | 3B |
| Octal | 342 | 226 | 114 | 0 | 42 | 102 | 13 | 36 | 110 | 73 |
| Binary | 11100010 | 10010110 | 1001100 | 0 | 100010 | 1000010 | 1011 | 11110 | 1001000 | 111011 |
Color Harmonies of #E2964C
Complementary color
Monochromatic Colors of #E2964C
Black with #E2964C
Text Example
Text Example
White with #E2964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2964C; }
p { color: rgb(226,150,76); }
H1.HeaderClassName
{
color: #E2964C;
}
.AnyTagClassName
{
color: #E2964C;
}
</style>
background-color css
<style>
a { background-color: #E2964C; }
a { background-color: rgb(226,150,76); }
div.DivClassName
{
background-color: #E2964C;
}
.BgClassName
{
background-color: #E2964C;
}
</style>
border-color css
<style>
span { border-color: #E2964C; }
span { border-color: rgb(226,150,76); }
td.TdClassName
{
border-color: #E2964C;
}
.TagClassName
{
border-color: #E2964C;
}
</style>