Shades of Fire Bush #E2994C
Tints of Fire Bush #E2994C
RGB
CMYK
RGB Variations
Color information
#E2994C (or 0xE2994C) is known color: Fire Bush. HEX triplet: E2, 99 and 4C. RGB value is (226,153,76). Sum of RGB (Red+Green+Blue) = 226+153+76=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2994C is #1D66B3. Grayscale: #A6A6A6. Windows color (decimal): -1926836 or 5020130. OLE color: 5020130.
HSL color Cylindrical-coordinate representation of color #E2994C: hue angle of 30.8º 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 #E2994C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 76 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.11 |
| HSL | 30.8º | 0.72% | 0.59% | - |
| HSV(B) | 30.8º | 0.66% | 0.89% | - |
| XYZ | 44.06 | 39.47 | 12.13 | - |
| YUV | 166.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 76 | 0 | 0.32 | 0.66 | 0.11 | 30.8 | 0.72 | 0.59 |
| Hex | E2 | 99 | 4C | 0 | 20 | 42 | B | 1F | 48 | 3B |
| Octal | 342 | 231 | 114 | 0 | 40 | 102 | 13 | 37 | 110 | 73 |
| Binary | 11100010 | 10011001 | 1001100 | 0 | 100000 | 1000010 | 1011 | 11111 | 1001000 | 111011 |
Color Harmonies of #E2994C
Complementary color
Monochromatic Colors of #E2994C
Black with #E2994C
Text Example
Text Example
White with #E2994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2994C; }
p { color: rgb(226,153,76); }
H1.HeaderClassName
{
color: #E2994C;
}
.AnyTagClassName
{
color: #E2994C;
}
</style>
background-color css
<style>
a { background-color: #E2994C; }
a { background-color: rgb(226,153,76); }
div.DivClassName
{
background-color: #E2994C;
}
.BgClassName
{
background-color: #E2994C;
}
</style>
border-color css
<style>
span { border-color: #E2994C; }
span { border-color: rgb(226,153,76); }
td.TdClassName
{
border-color: #E2994C;
}
.TagClassName
{
border-color: #E2994C;
}
</style>