Shades of Fire Bush #E09F41
Tints of Fire Bush #E09F41
RGB
CMYK
RGB Variations
Color information
#E09F41 (or 0xE09F41) is known color: Fire Bush. HEX triplet: E0, 9F and 41. RGB value is (224,159,65). Sum of RGB (Red+Green+Blue) = 224+159+65=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09F41 is #1F60BE. Grayscale: #A8A8A8. Windows color (decimal): -2056383 or 4300768. OLE color: 4300768.
HSL color Cylindrical-coordinate representation of color #E09F41: hue angle of 35.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E09F41 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 65 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.12 |
| HSL | 35.47º | 0.72% | 0.57% | - |
| HSV(B) | 35.47º | 0.71% | 0.88% | - |
| XYZ | 44.09 | 41.03 | 10.6 | - |
| YUV | 167.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 65 | 0 | 0.29 | 0.71 | 0.12 | 35.47 | 0.72 | 0.57 |
| Hex | E0 | 9F | 41 | 0 | 1D | 47 | C | 23 | 48 | 39 |
| Octal | 340 | 237 | 101 | 0 | 35 | 107 | 14 | 43 | 110 | 71 |
| Binary | 11100000 | 10011111 | 1000001 | 0 | 11101 | 1000111 | 1100 | 100011 | 1001000 | 111001 |
Color Harmonies of #E09F41
Complementary color
Monochromatic Colors of #E09F41
Black with #E09F41
Text Example
Text Example
White with #E09F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F41; }
p { color: rgb(224,159,65); }
H1.HeaderClassName
{
color: #E09F41;
}
.AnyTagClassName
{
color: #E09F41;
}
</style>
background-color css
<style>
a { background-color: #E09F41; }
a { background-color: rgb(224,159,65); }
div.DivClassName
{
background-color: #E09F41;
}
.BgClassName
{
background-color: #E09F41;
}
</style>
border-color css
<style>
span { border-color: #E09F41; }
span { border-color: rgb(224,159,65); }
td.TdClassName
{
border-color: #E09F41;
}
.TagClassName
{
border-color: #E09F41;
}
</style>