Shades of Fire Bush #E2954D
Tints of Fire Bush #E2954D
RGB
CMYK
RGB Variations
Color information
#E2954D (or 0xE2954D) is known color: Fire Bush. HEX triplet: E2, 95 and 4D. RGB value is (226,149,77). Sum of RGB (Red+Green+Blue) = 226+149+77=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2954D is #1D6AB2. Grayscale: #A4A4A4. Windows color (decimal): -1927859 or 5084642. OLE color: 5084642.
HSL color Cylindrical-coordinate representation of color #E2954D: hue angle of 28.99º 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 #E2954D is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 77 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.11 |
| HSL | 28.99º | 0.72% | 0.59% | - |
| HSV(B) | 28.99º | 0.66% | 0.89% | - |
| XYZ | 43.45 | 38.2 | 12.1 | - |
| YUV | 163.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 77 | 0 | 0.34 | 0.66 | 0.11 | 28.99 | 0.72 | 0.59 |
| Hex | E2 | 95 | 4D | 0 | 22 | 42 | B | 1D | 48 | 3B |
| Octal | 342 | 225 | 115 | 0 | 42 | 102 | 13 | 35 | 110 | 73 |
| Binary | 11100010 | 10010101 | 1001101 | 0 | 100010 | 1000010 | 1011 | 11101 | 1001000 | 111011 |
Color Harmonies of #E2954D
Complementary color
Monochromatic Colors of #E2954D
Black with #E2954D
Text Example
Text Example
White with #E2954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2954D; }
p { color: rgb(226,149,77); }
H1.HeaderClassName
{
color: #E2954D;
}
.AnyTagClassName
{
color: #E2954D;
}
</style>
background-color css
<style>
a { background-color: #E2954D; }
a { background-color: rgb(226,149,77); }
div.DivClassName
{
background-color: #E2954D;
}
.BgClassName
{
background-color: #E2954D;
}
</style>
border-color css
<style>
span { border-color: #E2954D; }
span { border-color: rgb(226,149,77); }
td.TdClassName
{
border-color: #E2954D;
}
.TagClassName
{
border-color: #E2954D;
}
</style>