Shades of Fire Bush #E09346
Tints of Fire Bush #E09346
RGB
CMYK
RGB Variations
Color information
#E09346 (or 0xE09346) is known color: Fire Bush. HEX triplet: E0, 93 and 46. RGB value is (224,147,70). Sum of RGB (Red+Green+Blue) = 224+147+70=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E09346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09346 is #1F6CB9. Grayscale: #A1A1A1. Windows color (decimal): -2059450 or 4625376. OLE color: 4625376.
HSL color Cylindrical-coordinate representation of color #E09346: hue angle of 30º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E09346 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 70 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.12 |
| HSL | 30º | 0.71% | 0.58% | - |
| HSV(B) | 30º | 0.69% | 0.88% | - |
| XYZ | 42.28 | 37.16 | 10.74 | - |
| YUV | 161.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 70 | 0 | 0.34 | 0.69 | 0.12 | 30 | 0.71 | 0.58 |
| Hex | E0 | 93 | 46 | 0 | 22 | 45 | C | 1E | 47 | 3A |
| Octal | 340 | 223 | 106 | 0 | 42 | 105 | 14 | 36 | 107 | 72 |
| Binary | 11100000 | 10010011 | 1000110 | 0 | 100010 | 1000101 | 1100 | 11110 | 1000111 | 111010 |
Color Harmonies of #E09346
Complementary color
Monochromatic Colors of #E09346
Black with #E09346
Text Example
Text Example
White with #E09346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09346; }
p { color: rgb(224,147,70); }
H1.HeaderClassName
{
color: #E09346;
}
.AnyTagClassName
{
color: #E09346;
}
</style>
background-color css
<style>
a { background-color: #E09346; }
a { background-color: rgb(224,147,70); }
div.DivClassName
{
background-color: #E09346;
}
.BgClassName
{
background-color: #E09346;
}
</style>
border-color css
<style>
span { border-color: #E09346; }
span { border-color: rgb(224,147,70); }
td.TdClassName
{
border-color: #E09346;
}
.TagClassName
{
border-color: #E09346;
}
</style>