Shades of Fire Bush #E0973E
Tints of Fire Bush #E0973E
RGB
CMYK
RGB Variations
Color information
#E0973E (or 0xE0973E) is known color: Fire Bush. HEX triplet: E0, 97 and 3E. RGB value is (224,151,62). Sum of RGB (Red+Green+Blue) = 224+151+62=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0973E is #1F68C1. Grayscale: #A3A3A3. Windows color (decimal): -2058434 or 4102112. OLE color: 4102112.
HSL color Cylindrical-coordinate representation of color #E0973E: hue angle of 32.96º 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 #E0973E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 62 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.12 |
| HSL | 32.96º | 0.72% | 0.56% | - |
| HSV(B) | 32.96º | 0.72% | 0.88% | - |
| XYZ | 42.68 | 38.33 | 9.71 | - |
| YUV | 162.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 62 | 0 | 0.33 | 0.72 | 0.12 | 32.96 | 0.72 | 0.56 |
| Hex | E0 | 97 | 3E | 0 | 21 | 48 | C | 21 | 48 | 38 |
| Octal | 340 | 227 | 76 | 0 | 41 | 110 | 14 | 41 | 110 | 70 |
| Binary | 11100000 | 10010111 | 111110 | 0 | 100001 | 1001000 | 1100 | 100001 | 1001000 | 111000 |
Color Harmonies of #E0973E
Complementary color
Monochromatic Colors of #E0973E
Black with #E0973E
Text Example
Text Example
White with #E0973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0973E; }
p { color: rgb(224,151,62); }
H1.HeaderClassName
{
color: #E0973E;
}
.AnyTagClassName
{
color: #E0973E;
}
</style>
background-color css
<style>
a { background-color: #E0973E; }
a { background-color: rgb(224,151,62); }
div.DivClassName
{
background-color: #E0973E;
}
.BgClassName
{
background-color: #E0973E;
}
</style>
border-color css
<style>
span { border-color: #E0973E; }
span { border-color: rgb(224,151,62); }
td.TdClassName
{
border-color: #E0973E;
}
.TagClassName
{
border-color: #E0973E;
}
</style>