Shades of Fire Bush #E2954C
Tints of Fire Bush #E2954C
RGB
CMYK
RGB Variations
Color information
#E2954C (or 0xE2954C) is known color: Fire Bush. HEX triplet: E2, 95 and 4C. RGB value is (226,149,76). Sum of RGB (Red+Green+Blue) = 226+149+76=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2954C is #1D6AB3. Grayscale: #A4A4A4. Windows color (decimal): -1927860 or 5019106. OLE color: 5019106.
HSL color Cylindrical-coordinate representation of color #E2954C: hue angle of 29.2º 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 #E2954C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 76 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.11 |
| HSL | 29.2º | 0.72% | 0.59% | - |
| HSV(B) | 29.2º | 0.66% | 0.89% | - |
| XYZ | 43.42 | 38.19 | 11.92 | - |
| YUV | 163.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 76 | 0 | 0.34 | 0.66 | 0.11 | 29.2 | 0.72 | 0.59 |
| Hex | E2 | 95 | 4C | 0 | 22 | 42 | B | 1D | 48 | 3B |
| Octal | 342 | 225 | 114 | 0 | 42 | 102 | 13 | 35 | 110 | 73 |
| Binary | 11100010 | 10010101 | 1001100 | 0 | 100010 | 1000010 | 1011 | 11101 | 1001000 | 111011 |
Color Harmonies of #E2954C
Complementary color
Monochromatic Colors of #E2954C
Black with #E2954C
Text Example
Text Example
White with #E2954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2954C; }
p { color: rgb(226,149,76); }
H1.HeaderClassName
{
color: #E2954C;
}
.AnyTagClassName
{
color: #E2954C;
}
</style>
background-color css
<style>
a { background-color: #E2954C; }
a { background-color: rgb(226,149,76); }
div.DivClassName
{
background-color: #E2954C;
}
.BgClassName
{
background-color: #E2954C;
}
</style>
border-color css
<style>
span { border-color: #E2954C; }
span { border-color: rgb(226,149,76); }
td.TdClassName
{
border-color: #E2954C;
}
.TagClassName
{
border-color: #E2954C;
}
</style>