Shades of Fire Bush #E2964A
Tints of Fire Bush #E2964A
RGB
CMYK
RGB Variations
Color information
#E2964A (or 0xE2964A) is known color: Fire Bush. HEX triplet: E2, 96 and 4A. RGB value is (226,150,74). Sum of RGB (Red+Green+Blue) = 226+150+74=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2964A is #1D69B5. Grayscale: #A4A4A4. Windows color (decimal): -1927606 or 4888290. OLE color: 4888290.
HSL color Cylindrical-coordinate representation of color #E2964A: hue angle of 30º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2964A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 74 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.11 |
| HSL | 30º | 0.72% | 0.59% | - |
| HSV(B) | 30º | 0.67% | 0.89% | - |
| XYZ | 43.51 | 38.48 | 11.61 | - |
| YUV | 164.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 74 | 0 | 0.34 | 0.67 | 0.11 | 30 | 0.72 | 0.59 |
| Hex | E2 | 96 | 4A | 0 | 22 | 43 | B | 1E | 48 | 3B |
| Octal | 342 | 226 | 112 | 0 | 42 | 103 | 13 | 36 | 110 | 73 |
| Binary | 11100010 | 10010110 | 1001010 | 0 | 100010 | 1000011 | 1011 | 11110 | 1001000 | 111011 |
Color Harmonies of #E2964A
Complementary color
Monochromatic Colors of #E2964A
Black with #E2964A
Text Example
Text Example
White with #E2964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2964A; }
p { color: rgb(226,150,74); }
H1.HeaderClassName
{
color: #E2964A;
}
.AnyTagClassName
{
color: #E2964A;
}
</style>
background-color css
<style>
a { background-color: #E2964A; }
a { background-color: rgb(226,150,74); }
div.DivClassName
{
background-color: #E2964A;
}
.BgClassName
{
background-color: #E2964A;
}
</style>
border-color css
<style>
span { border-color: #E2964A; }
span { border-color: rgb(226,150,74); }
td.TdClassName
{
border-color: #E2964A;
}
.TagClassName
{
border-color: #E2964A;
}
</style>