Shades of Fire Bush #E0984D
Tints of Fire Bush #E0984D
RGB
CMYK
RGB Variations
Color information
#E0984D (or 0xE0984D) is known color: Fire Bush. HEX triplet: E0, 98 and 4D. RGB value is (224,152,77). Sum of RGB (Red+Green+Blue) = 224+152+77=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0984D is #1F67B2. Grayscale: #A5A5A5. Windows color (decimal): -2058163 or 5085408. OLE color: 5085408.
HSL color Cylindrical-coordinate representation of color #E0984D: hue angle of 30.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0984D is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 77 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.12 |
| HSL | 30.61º | 0.7% | 0.59% | - |
| HSV(B) | 30.61º | 0.66% | 0.88% | - |
| XYZ | 43.31 | 38.84 | 12.24 | - |
| YUV | 164.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 77 | 0 | 0.32 | 0.66 | 0.12 | 30.61 | 0.7 | 0.59 |
| Hex | E0 | 98 | 4D | 0 | 20 | 42 | C | 1F | 46 | 3B |
| Octal | 340 | 230 | 115 | 0 | 40 | 102 | 14 | 37 | 106 | 73 |
| Binary | 11100000 | 10011000 | 1001101 | 0 | 100000 | 1000010 | 1100 | 11111 | 1000110 | 111011 |
Color Harmonies of #E0984D
Complementary color
Monochromatic Colors of #E0984D
Black with #E0984D
Text Example
Text Example
White with #E0984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0984D; }
p { color: rgb(224,152,77); }
H1.HeaderClassName
{
color: #E0984D;
}
.AnyTagClassName
{
color: #E0984D;
}
</style>
background-color css
<style>
a { background-color: #E0984D; }
a { background-color: rgb(224,152,77); }
div.DivClassName
{
background-color: #E0984D;
}
.BgClassName
{
background-color: #E0984D;
}
</style>
border-color css
<style>
span { border-color: #E0984D; }
span { border-color: rgb(224,152,77); }
td.TdClassName
{
border-color: #E0984D;
}
.TagClassName
{
border-color: #E0984D;
}
</style>