Shades of Fire Bush #E2953B
Tints of Fire Bush #E2953B
RGB
CMYK
RGB Variations
Color information
#E2953B (or 0xE2953B) is known color: Fire Bush. HEX triplet: E2, 95 and 3B. RGB value is (226,149,59). Sum of RGB (Red+Green+Blue) = 226+149+59=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2953B is #1D6AC4. Grayscale: #A2A2A2. Windows color (decimal): -1927877 or 3904994. OLE color: 3904994.
HSL color Cylindrical-coordinate representation of color #E2953B: hue angle of 32.34º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2953B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 59 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.11 |
| HSL | 32.34º | 0.74% | 0.56% | - |
| HSV(B) | 32.34º | 0.74% | 0.89% | - |
| XYZ | 42.9 | 37.98 | 9.21 | - |
| YUV | 161.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 59 | 0 | 0.34 | 0.74 | 0.11 | 32.34 | 0.74 | 0.56 |
| Hex | E2 | 95 | 3B | 0 | 22 | 4A | B | 20 | 4A | 38 |
| Octal | 342 | 225 | 73 | 0 | 42 | 112 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010101 | 111011 | 0 | 100010 | 1001010 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2953B
Complementary color
Monochromatic Colors of #E2953B
Black with #E2953B
Text Example
Text Example
White with #E2953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2953B; }
p { color: rgb(226,149,59); }
H1.HeaderClassName
{
color: #E2953B;
}
.AnyTagClassName
{
color: #E2953B;
}
</style>
background-color css
<style>
a { background-color: #E2953B; }
a { background-color: rgb(226,149,59); }
div.DivClassName
{
background-color: #E2953B;
}
.BgClassName
{
background-color: #E2953B;
}
</style>
border-color css
<style>
span { border-color: #E2953B; }
span { border-color: rgb(226,149,59); }
td.TdClassName
{
border-color: #E2953B;
}
.TagClassName
{
border-color: #E2953B;
}
</style>