Shades of Fire Bush #E7973C
Tints of Fire Bush #E7973C
RGB
CMYK
RGB Variations
Color information
#E7973C (or 0xE7973C) is known color: Fire Bush. HEX triplet: E7, 97 and 3C. RGB value is (231,151,60). Sum of RGB (Red+Green+Blue) = 231+151+60=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7973C is #1868C3. Grayscale: #A4A4A4. Windows color (decimal): -1599684 or 3971047. OLE color: 3971047.
HSL color Cylindrical-coordinate representation of color #E7973C: hue angle of 31.93º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7973C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 151 | 60 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.09 |
| HSL | 31.93º | 0.78% | 0.57% | - |
| HSV(B) | 31.93º | 0.74% | 0.91% | - |
| XYZ | 44.84 | 39.45 | 9.53 | - |
| YUV | 164.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 60 | 0 | 0.35 | 0.74 | 0.09 | 31.93 | 0.78 | 0.57 |
| Hex | E7 | 97 | 3C | 0 | 23 | 4A | 9 | 20 | 4E | 39 |
| Octal | 347 | 227 | 74 | 0 | 43 | 112 | 11 | 40 | 116 | 71 |
| Binary | 11100111 | 10010111 | 111100 | 0 | 100011 | 1001010 | 1001 | 100000 | 1001110 | 111001 |
Color Harmonies of #E7973C
Complementary color
Monochromatic Colors of #E7973C
Black with #E7973C
Text Example
Text Example
White with #E7973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7973C; }
p { color: rgb(231,151,60); }
H1.HeaderClassName
{
color: #E7973C;
}
.AnyTagClassName
{
color: #E7973C;
}
</style>
background-color css
<style>
a { background-color: #E7973C; }
a { background-color: rgb(231,151,60); }
div.DivClassName
{
background-color: #E7973C;
}
.BgClassName
{
background-color: #E7973C;
}
</style>
border-color css
<style>
span { border-color: #E7973C; }
span { border-color: rgb(231,151,60); }
td.TdClassName
{
border-color: #E7973C;
}
.TagClassName
{
border-color: #E7973C;
}
</style>