Shades of Fire Bush #E8973A
Tints of Fire Bush #E8973A
RGB
CMYK
RGB Variations
Color information
#E8973A (or 0xE8973A) is known color: Fire Bush. HEX triplet: E8, 97 and 3A. RGB value is (232,151,58). Sum of RGB (Red+Green+Blue) = 232+151+58=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8973A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8973A is #1768C5. Grayscale: #A5A5A5. Windows color (decimal): -1534150 or 3839976. OLE color: 3839976.
HSL color Cylindrical-coordinate representation of color #E8973A: hue angle of 32.07º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8973A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 58 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.09 |
| HSL | 32.07º | 0.79% | 0.57% | - |
| HSV(B) | 32.07º | 0.75% | 0.91% | - |
| XYZ | 45.11 | 39.59 | 9.27 | - |
| YUV | 164.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 58 | 0 | 0.35 | 0.75 | 0.09 | 32.07 | 0.79 | 0.57 |
| Hex | E8 | 97 | 3A | 0 | 23 | 4B | 9 | 20 | 4F | 39 |
| Octal | 350 | 227 | 72 | 0 | 43 | 113 | 11 | 40 | 117 | 71 |
| Binary | 11101000 | 10010111 | 111010 | 0 | 100011 | 1001011 | 1001 | 100000 | 1001111 | 111001 |
Color Harmonies of #E8973A
Complementary color
Monochromatic Colors of #E8973A
Black with #E8973A
Text Example
Text Example
White with #E8973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8973A; }
p { color: rgb(232,151,58); }
H1.HeaderClassName
{
color: #E8973A;
}
.AnyTagClassName
{
color: #E8973A;
}
</style>
background-color css
<style>
a { background-color: #E8973A; }
a { background-color: rgb(232,151,58); }
div.DivClassName
{
background-color: #E8973A;
}
.BgClassName
{
background-color: #E8973A;
}
</style>
border-color css
<style>
span { border-color: #E8973A; }
span { border-color: rgb(232,151,58); }
td.TdClassName
{
border-color: #E8973A;
}
.TagClassName
{
border-color: #E8973A;
}
</style>