Shades of Fire Bush #E2933B
Tints of Fire Bush #E2933B
RGB
CMYK
RGB Variations
Color information
#E2933B (or 0xE2933B) is known color: Fire Bush. HEX triplet: E2, 93 and 3B. RGB value is (226,147,59). Sum of RGB (Red+Green+Blue) = 226+147+59=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2933B is #1D6CC4. Grayscale: #A1A1A1. Windows color (decimal): -1928389 or 3904482. OLE color: 3904482.
HSL color Cylindrical-coordinate representation of color #E2933B: hue angle of 31.62º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2933B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 59 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.11 |
| HSL | 31.62º | 0.74% | 0.56% | - |
| HSV(B) | 31.62º | 0.74% | 0.89% | - |
| XYZ | 42.59 | 37.35 | 9.1 | - |
| YUV | 160.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 59 | 0 | 0.35 | 0.74 | 0.11 | 31.62 | 0.74 | 0.56 |
| Hex | E2 | 93 | 3B | 0 | 23 | 4A | B | 20 | 4A | 38 |
| Octal | 342 | 223 | 73 | 0 | 43 | 112 | 13 | 40 | 112 | 70 |
| Binary | 11100010 | 10010011 | 111011 | 0 | 100011 | 1001010 | 1011 | 100000 | 1001010 | 111000 |
Color Harmonies of #E2933B
Complementary color
Monochromatic Colors of #E2933B
Black with #E2933B
Text Example
Text Example
White with #E2933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2933B; }
p { color: rgb(226,147,59); }
H1.HeaderClassName
{
color: #E2933B;
}
.AnyTagClassName
{
color: #E2933B;
}
</style>
background-color css
<style>
a { background-color: #E2933B; }
a { background-color: rgb(226,147,59); }
div.DivClassName
{
background-color: #E2933B;
}
.BgClassName
{
background-color: #E2933B;
}
</style>
border-color css
<style>
span { border-color: #E2933B; }
span { border-color: rgb(226,147,59); }
td.TdClassName
{
border-color: #E2933B;
}
.TagClassName
{
border-color: #E2933B;
}
</style>