Shades of Fire Bush #E2994A
Tints of Fire Bush #E2994A
RGB
CMYK
RGB Variations
Color information
#E2994A (or 0xE2994A) is known color: Fire Bush. HEX triplet: E2, 99 and 4A. RGB value is (226,153,74). Sum of RGB (Red+Green+Blue) = 226+153+74=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2994A is #1D66B5. Grayscale: #A6A6A6. Windows color (decimal): -1926838 or 4889058. OLE color: 4889058.
HSL color Cylindrical-coordinate representation of color #E2994A: hue angle of 31.18º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2994A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 74 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.11 |
| HSL | 31.18º | 0.72% | 0.59% | - |
| HSV(B) | 31.18º | 0.67% | 0.89% | - |
| XYZ | 43.99 | 39.45 | 11.77 | - |
| YUV | 165.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 74 | 0 | 0.32 | 0.67 | 0.11 | 31.18 | 0.72 | 0.59 |
| Hex | E2 | 99 | 4A | 0 | 20 | 43 | B | 1F | 48 | 3B |
| Octal | 342 | 231 | 112 | 0 | 40 | 103 | 13 | 37 | 110 | 73 |
| Binary | 11100010 | 10011001 | 1001010 | 0 | 100000 | 1000011 | 1011 | 11111 | 1001000 | 111011 |
Color Harmonies of #E2994A
Complementary color
Monochromatic Colors of #E2994A
Black with #E2994A
Text Example
Text Example
White with #E2994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2994A; }
p { color: rgb(226,153,74); }
H1.HeaderClassName
{
color: #E2994A;
}
.AnyTagClassName
{
color: #E2994A;
}
</style>
background-color css
<style>
a { background-color: #E2994A; }
a { background-color: rgb(226,153,74); }
div.DivClassName
{
background-color: #E2994A;
}
.BgClassName
{
background-color: #E2994A;
}
</style>
border-color css
<style>
span { border-color: #E2994A; }
span { border-color: rgb(226,153,74); }
td.TdClassName
{
border-color: #E2994A;
}
.TagClassName
{
border-color: #E2994A;
}
</style>