Shades of Fire Bush #E29F47
Tints of Fire Bush #E29F47
RGB
CMYK
RGB Variations
Color information
#E29F47 (or 0xE29F47) is known color: Fire Bush. HEX triplet: E2, 9F and 47. RGB value is (226,159,71). Sum of RGB (Red+Green+Blue) = 226+159+71=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29F47 is #1D60B8. Grayscale: #A9A9A9. Windows color (decimal): -1925305 or 4693986. OLE color: 4693986.
HSL color Cylindrical-coordinate representation of color #E29F47: hue angle of 34.06º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E29F47 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 71 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.11 |
| HSL | 34.06º | 0.73% | 0.58% | - |
| HSV(B) | 34.06º | 0.69% | 0.89% | - |
| XYZ | 44.9 | 41.42 | 11.59 | - |
| YUV | 169 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 71 | 0 | 0.30 | 0.69 | 0.11 | 34.06 | 0.73 | 0.58 |
| Hex | E2 | 9F | 47 | 0 | 1E | 45 | B | 22 | 49 | 3A |
| Octal | 342 | 237 | 107 | 0 | 36 | 105 | 13 | 42 | 111 | 72 |
| Binary | 11100010 | 10011111 | 1000111 | 0 | 11110 | 1000101 | 1011 | 100010 | 1001001 | 111010 |
Color Harmonies of #E29F47
Complementary color
Monochromatic Colors of #E29F47
Black with #E29F47
Text Example
Text Example
White with #E29F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F47; }
p { color: rgb(226,159,71); }
H1.HeaderClassName
{
color: #E29F47;
}
.AnyTagClassName
{
color: #E29F47;
}
</style>
background-color css
<style>
a { background-color: #E29F47; }
a { background-color: rgb(226,159,71); }
div.DivClassName
{
background-color: #E29F47;
}
.BgClassName
{
background-color: #E29F47;
}
</style>
border-color css
<style>
span { border-color: #E29F47; }
span { border-color: rgb(226,159,71); }
td.TdClassName
{
border-color: #E29F47;
}
.TagClassName
{
border-color: #E29F47;
}
</style>