Shades of Fire Bush #E0973A
Tints of Fire Bush #E0973A
RGB
CMYK
RGB Variations
Color information
#E0973A (or 0xE0973A) is known color: Fire Bush. HEX triplet: E0, 97 and 3A. RGB value is (224,151,58). Sum of RGB (Red+Green+Blue) = 224+151+58=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0973A is #1F68C5. Grayscale: #A2A2A2. Windows color (decimal): -2058438 or 3839968. OLE color: 3839968.
HSL color Cylindrical-coordinate representation of color #E0973A: hue angle of 33.61º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0973A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.12 |
| HSL | 33.61º | 0.73% | 0.55% | - |
| HSV(B) | 33.61º | 0.74% | 0.88% | - |
| XYZ | 42.57 | 38.29 | 9.15 | - |
| YUV | 162.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 58 | 0 | 0.33 | 0.74 | 0.12 | 33.61 | 0.73 | 0.55 |
| Hex | E0 | 97 | 3A | 0 | 21 | 4A | C | 22 | 49 | 37 |
| Octal | 340 | 227 | 72 | 0 | 41 | 112 | 14 | 42 | 111 | 67 |
| Binary | 11100000 | 10010111 | 111010 | 0 | 100001 | 1001010 | 1100 | 100010 | 1001001 | 110111 |
Color Harmonies of #E0973A
Complementary color
Monochromatic Colors of #E0973A
Black with #E0973A
Text Example
Text Example
White with #E0973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0973A; }
p { color: rgb(224,151,58); }
H1.HeaderClassName
{
color: #E0973A;
}
.AnyTagClassName
{
color: #E0973A;
}
</style>
background-color css
<style>
a { background-color: #E0973A; }
a { background-color: rgb(224,151,58); }
div.DivClassName
{
background-color: #E0973A;
}
.BgClassName
{
background-color: #E0973A;
}
</style>
border-color css
<style>
span { border-color: #E0973A; }
span { border-color: rgb(224,151,58); }
td.TdClassName
{
border-color: #E0973A;
}
.TagClassName
{
border-color: #E0973A;
}
</style>