Shades of Fire Bush #E0984E
Tints of Fire Bush #E0984E
RGB
CMYK
RGB Variations
Color information
#E0984E (or 0xE0984E) is known color: Fire Bush. HEX triplet: E0, 98 and 4E. RGB value is (224,152,78). Sum of RGB (Red+Green+Blue) = 224+152+78=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0984E is #1F67B1. Grayscale: #A5A5A5. Windows color (decimal): -2058162 or 5150944. OLE color: 5150944.
HSL color Cylindrical-coordinate representation of color #E0984E: hue angle of 30.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0984E is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 78 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.12 |
| HSL | 30.41º | 0.7% | 0.59% | - |
| HSV(B) | 30.41º | 0.65% | 0.88% | - |
| XYZ | 43.34 | 38.85 | 12.42 | - |
| YUV | 165.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 78 | 0 | 0.32 | 0.65 | 0.12 | 30.41 | 0.7 | 0.59 |
| Hex | E0 | 98 | 4E | 0 | 20 | 41 | C | 1E | 46 | 3B |
| Octal | 340 | 230 | 116 | 0 | 40 | 101 | 14 | 36 | 106 | 73 |
| Binary | 11100000 | 10011000 | 1001110 | 0 | 100000 | 1000001 | 1100 | 11110 | 1000110 | 111011 |
Color Harmonies of #E0984E
Complementary color
Monochromatic Colors of #E0984E
Black with #E0984E
Text Example
Text Example
White with #E0984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0984E; }
p { color: rgb(224,152,78); }
H1.HeaderClassName
{
color: #E0984E;
}
.AnyTagClassName
{
color: #E0984E;
}
</style>
background-color css
<style>
a { background-color: #E0984E; }
a { background-color: rgb(224,152,78); }
div.DivClassName
{
background-color: #E0984E;
}
.BgClassName
{
background-color: #E0984E;
}
</style>
border-color css
<style>
span { border-color: #E0984E; }
span { border-color: rgb(224,152,78); }
td.TdClassName
{
border-color: #E0984E;
}
.TagClassName
{
border-color: #E0984E;
}
</style>