Shades of Fire Bush #E09947
Tints of Fire Bush #E09947
RGB
CMYK
RGB Variations
Color information
#E09947 (or 0xE09947) is known color: Fire Bush. HEX triplet: E0, 99 and 47. RGB value is (224,153,71). Sum of RGB (Red+Green+Blue) = 224+153+71=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E09947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09947 is #1F66B8. Grayscale: #A5A5A5. Windows color (decimal): -2057913 or 4692448. OLE color: 4692448.
HSL color Cylindrical-coordinate representation of color #E09947: hue angle of 32.16º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E09947 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 71 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.12 |
| HSL | 32.16º | 0.71% | 0.58% | - |
| HSV(B) | 32.16º | 0.68% | 0.88% | - |
| XYZ | 43.27 | 39.08 | 11.22 | - |
| YUV | 164.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 71 | 0 | 0.32 | 0.68 | 0.12 | 32.16 | 0.71 | 0.58 |
| Hex | E0 | 99 | 47 | 0 | 20 | 44 | C | 20 | 47 | 3A |
| Octal | 340 | 231 | 107 | 0 | 40 | 104 | 14 | 40 | 107 | 72 |
| Binary | 11100000 | 10011001 | 1000111 | 0 | 100000 | 1000100 | 1100 | 100000 | 1000111 | 111010 |
Color Harmonies of #E09947
Complementary color
Monochromatic Colors of #E09947
Black with #E09947
Text Example
Text Example
White with #E09947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09947; }
p { color: rgb(224,153,71); }
H1.HeaderClassName
{
color: #E09947;
}
.AnyTagClassName
{
color: #E09947;
}
</style>
background-color css
<style>
a { background-color: #E09947; }
a { background-color: rgb(224,153,71); }
div.DivClassName
{
background-color: #E09947;
}
.BgClassName
{
background-color: #E09947;
}
</style>
border-color css
<style>
span { border-color: #E09947; }
span { border-color: rgb(224,153,71); }
td.TdClassName
{
border-color: #E09947;
}
.TagClassName
{
border-color: #E09947;
}
</style>