Shades of Fire Bush #E2943C
Tints of Fire Bush #E2943C
RGB
CMYK
RGB Variations
Color information
#E2943C (or 0xE2943C) is known color: Fire Bush. HEX triplet: E2, 94 and 3C. RGB value is (226,148,60). Sum of RGB (Red+Green+Blue) = 226+148+60=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2943C is #1D6BC3. Grayscale: #A1A1A1. Windows color (decimal): -1928132 or 3970274. OLE color: 3970274.
HSL color Cylindrical-coordinate representation of color #E2943C: hue angle of 31.81º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2943C is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 60 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.11 |
| HSL | 31.81º | 0.74% | 0.56% | - |
| HSV(B) | 31.81º | 0.73% | 0.89% | - |
| XYZ | 42.77 | 37.67 | 9.29 | - |
| YUV | 161.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 60 | 0 | 0.35 | 0.73 | 0.11 | 31.81 | 0.74 | 0.56 |
| Hex | E2 | 94 | 3C | 0 | 23 | 49 | B | 20 | 4A | 38 |
| Octal | 342 | 224 | 74 | 0 | 43 | 111 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010100 | 111100 | 0 | 100011 | 1001001 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2943C
Complementary color
Monochromatic Colors of #E2943C
Black with #E2943C
Text Example
Text Example
White with #E2943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2943C; }
p { color: rgb(226,148,60); }
H1.HeaderClassName
{
color: #E2943C;
}
.AnyTagClassName
{
color: #E2943C;
}
</style>
background-color css
<style>
a { background-color: #E2943C; }
a { background-color: rgb(226,148,60); }
div.DivClassName
{
background-color: #E2943C;
}
.BgClassName
{
background-color: #E2943C;
}
</style>
border-color css
<style>
span { border-color: #E2943C; }
span { border-color: rgb(226,148,60); }
td.TdClassName
{
border-color: #E2943C;
}
.TagClassName
{
border-color: #E2943C;
}
</style>