Shades of Fire Bush #E09242
Tints of Fire Bush #E09242
RGB
CMYK
RGB Variations
Color information
#E09242 (or 0xE09242) is known color: Fire Bush. HEX triplet: E0, 92 and 42. RGB value is (224,146,66). Sum of RGB (Red+Green+Blue) = 224+146+66=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E09242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09242 is #1F6DBD. Grayscale: #A0A0A0. Windows color (decimal): -2059710 or 4362976. OLE color: 4362976.
HSL color Cylindrical-coordinate representation of color #E09242: hue angle of 30.38º 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 #E09242 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 66 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.12 |
| HSL | 30.38º | 0.72% | 0.57% | - |
| HSV(B) | 30.38º | 0.71% | 0.88% | - |
| XYZ | 42 | 36.8 | 10.04 | - |
| YUV | 160.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 66 | 0 | 0.35 | 0.71 | 0.12 | 30.38 | 0.72 | 0.57 |
| Hex | E0 | 92 | 42 | 0 | 23 | 47 | C | 1E | 48 | 39 |
| Octal | 340 | 222 | 102 | 0 | 43 | 107 | 14 | 36 | 110 | 71 |
| Binary | 11100000 | 10010010 | 1000010 | 0 | 100011 | 1000111 | 1100 | 11110 | 1001000 | 111001 |
Color Harmonies of #E09242
Complementary color
Monochromatic Colors of #E09242
Black with #E09242
Text Example
Text Example
White with #E09242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09242; }
p { color: rgb(224,146,66); }
H1.HeaderClassName
{
color: #E09242;
}
.AnyTagClassName
{
color: #E09242;
}
</style>
background-color css
<style>
a { background-color: #E09242; }
a { background-color: rgb(224,146,66); }
div.DivClassName
{
background-color: #E09242;
}
.BgClassName
{
background-color: #E09242;
}
</style>
border-color css
<style>
span { border-color: #E09242; }
span { border-color: rgb(224,146,66); }
td.TdClassName
{
border-color: #E09242;
}
.TagClassName
{
border-color: #E09242;
}
</style>