Shades of Fire Bush #E09842
Tints of Fire Bush #E09842
RGB
CMYK
RGB Variations
Color information
#E09842 (or 0xE09842) is known color: Fire Bush. HEX triplet: E0, 98 and 42. RGB value is (224,152,66). Sum of RGB (Red+Green+Blue) = 224+152+66=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E09842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09842 is #1F67BD. Grayscale: #A4A4A4. Windows color (decimal): -2058174 or 4364512. OLE color: 4364512.
HSL color Cylindrical-coordinate representation of color #E09842: hue angle of 32.66º 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 #E09842 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 66 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.12 |
| HSL | 32.66º | 0.72% | 0.57% | - |
| HSV(B) | 32.66º | 0.71% | 0.88% | - |
| XYZ | 42.95 | 38.7 | 10.36 | - |
| YUV | 163.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 66 | 0 | 0.32 | 0.71 | 0.12 | 32.66 | 0.72 | 0.57 |
| Hex | E0 | 98 | 42 | 0 | 20 | 47 | C | 21 | 48 | 39 |
| Octal | 340 | 230 | 102 | 0 | 40 | 107 | 14 | 41 | 110 | 71 |
| Binary | 11100000 | 10011000 | 1000010 | 0 | 100000 | 1000111 | 1100 | 100001 | 1001000 | 111001 |
Color Harmonies of #E09842
Complementary color
Monochromatic Colors of #E09842
Black with #E09842
Text Example
Text Example
White with #E09842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09842; }
p { color: rgb(224,152,66); }
H1.HeaderClassName
{
color: #E09842;
}
.AnyTagClassName
{
color: #E09842;
}
</style>
background-color css
<style>
a { background-color: #E09842; }
a { background-color: rgb(224,152,66); }
div.DivClassName
{
background-color: #E09842;
}
.BgClassName
{
background-color: #E09842;
}
</style>
border-color css
<style>
span { border-color: #E09842; }
span { border-color: rgb(224,152,66); }
td.TdClassName
{
border-color: #E09842;
}
.TagClassName
{
border-color: #E09842;
}
</style>