Shades of Fire Bush #E09D41
Tints of Fire Bush #E09D41
RGB
CMYK
RGB Variations
Color information
#E09D41 (or 0xE09D41) is known color: Fire Bush. HEX triplet: E0, 9D and 41. RGB value is (224,157,65). Sum of RGB (Red+Green+Blue) = 224+157+65=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D41 is #1F62BE. Grayscale: #A6A6A6. Windows color (decimal): -2056895 or 4300256. OLE color: 4300256.
HSL color Cylindrical-coordinate representation of color #E09D41: hue angle of 34.72º 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 #E09D41 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 65 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.12 |
| HSL | 34.72º | 0.72% | 0.57% | - |
| HSV(B) | 34.72º | 0.71% | 0.88% | - |
| XYZ | 43.75 | 40.34 | 10.48 | - |
| YUV | 166.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 65 | 0 | 0.30 | 0.71 | 0.12 | 34.72 | 0.72 | 0.57 |
| Hex | E0 | 9D | 41 | 0 | 1E | 47 | C | 23 | 48 | 39 |
| Octal | 340 | 235 | 101 | 0 | 36 | 107 | 14 | 43 | 110 | 71 |
| Binary | 11100000 | 10011101 | 1000001 | 0 | 11110 | 1000111 | 1100 | 100011 | 1001000 | 111001 |
Color Harmonies of #E09D41
Complementary color
Monochromatic Colors of #E09D41
Black with #E09D41
Text Example
Text Example
White with #E09D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D41; }
p { color: rgb(224,157,65); }
H1.HeaderClassName
{
color: #E09D41;
}
.AnyTagClassName
{
color: #E09D41;
}
</style>
background-color css
<style>
a { background-color: #E09D41; }
a { background-color: rgb(224,157,65); }
div.DivClassName
{
background-color: #E09D41;
}
.BgClassName
{
background-color: #E09D41;
}
</style>
border-color css
<style>
span { border-color: #E09D41; }
span { border-color: rgb(224,157,65); }
td.TdClassName
{
border-color: #E09D41;
}
.TagClassName
{
border-color: #E09D41;
}
</style>