Shades of Fire Bush #E2953C
Tints of Fire Bush #E2953C
RGB
CMYK
RGB Variations
Color information
#E2953C (or 0xE2953C) is known color: Fire Bush. HEX triplet: E2, 95 and 3C. RGB value is (226,149,60). Sum of RGB (Red+Green+Blue) = 226+149+60=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2953C is #1D6AC3. Grayscale: #A2A2A2. Windows color (decimal): -1927876 or 3970530. OLE color: 3970530.
HSL color Cylindrical-coordinate representation of color #E2953C: hue angle of 32.17º 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 #E2953C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.11 |
| HSL | 32.17º | 0.74% | 0.56% | - |
| HSV(B) | 32.17º | 0.73% | 0.89% | - |
| XYZ | 42.93 | 37.99 | 9.35 | - |
| YUV | 161.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 60 | 0 | 0.34 | 0.73 | 0.11 | 32.17 | 0.74 | 0.56 |
| Hex | E2 | 95 | 3C | 0 | 22 | 49 | B | 20 | 4A | 38 |
| Octal | 342 | 225 | 74 | 0 | 42 | 111 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010101 | 111100 | 0 | 100010 | 1001001 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2953C
Complementary color
Monochromatic Colors of #E2953C
Black with #E2953C
Text Example
Text Example
White with #E2953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2953C; }
p { color: rgb(226,149,60); }
H1.HeaderClassName
{
color: #E2953C;
}
.AnyTagClassName
{
color: #E2953C;
}
</style>
background-color css
<style>
a { background-color: #E2953C; }
a { background-color: rgb(226,149,60); }
div.DivClassName
{
background-color: #E2953C;
}
.BgClassName
{
background-color: #E2953C;
}
</style>
border-color css
<style>
span { border-color: #E2953C; }
span { border-color: rgb(226,149,60); }
td.TdClassName
{
border-color: #E2953C;
}
.TagClassName
{
border-color: #E2953C;
}
</style>