Shades of Fire Bush #E2913F
Tints of Fire Bush #E2913F
RGB
CMYK
RGB Variations
Color information
#E2913F (or 0xE2913F) is known color: Fire Bush. HEX triplet: E2, 91 and 3F. RGB value is (226,145,63). Sum of RGB (Red+Green+Blue) = 226+145+63=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2913F is #1D6EC0. Grayscale: #A0A0A0. Windows color (decimal): -1928897 or 4166114. OLE color: 4166114.
HSL color Cylindrical-coordinate representation of color #E2913F: hue angle of 30.18º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2913F is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 63 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.11 |
| HSL | 30.18º | 0.74% | 0.57% | - |
| HSV(B) | 30.18º | 0.72% | 0.89% | - |
| XYZ | 42.39 | 36.78 | 9.57 | - |
| YUV | 159.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 63 | 0 | 0.36 | 0.72 | 0.11 | 30.18 | 0.74 | 0.57 |
| Hex | E2 | 91 | 3F | 0 | 24 | 48 | B | 1E | 4A | 39 |
| Octal | 342 | 221 | 77 | 0 | 44 | 110 | 13 | 36 | 112 | 71 |
| Binary | 11100010 | 10010001 | 111111 | 0 | 100100 | 1001000 | 1011 | 11110 | 1001010 | 111001 |
Color Harmonies of #E2913F
Complementary color
Monochromatic Colors of #E2913F
Black with #E2913F
Text Example
Text Example
White with #E2913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2913F; }
p { color: rgb(226,145,63); }
H1.HeaderClassName
{
color: #E2913F;
}
.AnyTagClassName
{
color: #E2913F;
}
</style>
background-color css
<style>
a { background-color: #E2913F; }
a { background-color: rgb(226,145,63); }
div.DivClassName
{
background-color: #E2913F;
}
.BgClassName
{
background-color: #E2913F;
}
</style>
border-color css
<style>
span { border-color: #E2913F; }
span { border-color: rgb(226,145,63); }
td.TdClassName
{
border-color: #E2913F;
}
.TagClassName
{
border-color: #E2913F;
}
</style>