Shades of Fire Bush #E0983E
Tints of Fire Bush #E0983E
RGB
CMYK
RGB Variations
Color information
#E0983E (or 0xE0983E) is known color: Fire Bush. HEX triplet: E0, 98 and 3E. RGB value is (224,152,62). Sum of RGB (Red+Green+Blue) = 224+152+62=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0983E is #1F67C1. Grayscale: #A3A3A3. Windows color (decimal): -2058178 or 4102368. OLE color: 4102368.
HSL color Cylindrical-coordinate representation of color #E0983E: hue angle of 33.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0983E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 62 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.12 |
| HSL | 33.33º | 0.72% | 0.56% | - |
| HSV(B) | 33.33º | 0.72% | 0.88% | - |
| XYZ | 42.84 | 38.65 | 9.76 | - |
| YUV | 163.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 62 | 0 | 0.32 | 0.72 | 0.12 | 33.33 | 0.72 | 0.56 |
| Hex | E0 | 98 | 3E | 0 | 20 | 48 | C | 21 | 48 | 38 |
| Octal | 340 | 230 | 76 | 0 | 40 | 110 | 14 | 41 | 110 | 70 |
| Binary | 11100000 | 10011000 | 111110 | 0 | 100000 | 1001000 | 1100 | 100001 | 1001000 | 111000 |
Color Harmonies of #E0983E
Complementary color
Monochromatic Colors of #E0983E
Black with #E0983E
Text Example
Text Example
White with #E0983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0983E; }
p { color: rgb(224,152,62); }
H1.HeaderClassName
{
color: #E0983E;
}
.AnyTagClassName
{
color: #E0983E;
}
</style>
background-color css
<style>
a { background-color: #E0983E; }
a { background-color: rgb(224,152,62); }
div.DivClassName
{
background-color: #E0983E;
}
.BgClassName
{
background-color: #E0983E;
}
</style>
border-color css
<style>
span { border-color: #E0983E; }
span { border-color: rgb(224,152,62); }
td.TdClassName
{
border-color: #E0983E;
}
.TagClassName
{
border-color: #E0983E;
}
</style>