Shades of Fire Bush #E4973C
Tints of Fire Bush #E4973C
RGB
CMYK
RGB Variations
Color information
#E4973C (or 0xE4973C) is known color: Fire Bush. HEX triplet: E4, 97 and 3C. RGB value is (228,151,60). Sum of RGB (Red+Green+Blue) = 228+151+60=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4973C is #1B68C3. Grayscale: #A4A4A4. Windows color (decimal): -1796292 or 3971044. OLE color: 3971044.
HSL color Cylindrical-coordinate representation of color #E4973C: hue angle of 32.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E4973C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 60 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.11 |
| HSL | 32.5º | 0.76% | 0.56% | - |
| HSV(B) | 32.5º | 0.74% | 0.89% | - |
| XYZ | 43.88 | 38.95 | 9.48 | - |
| YUV | 163.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 60 | 0 | 0.34 | 0.74 | 0.11 | 32.5 | 0.76 | 0.56 |
| Hex | E4 | 97 | 3C | 0 | 22 | 4A | B | 20 | 4C | 38 |
| Octal | 344 | 227 | 74 | 0 | 42 | 112 | 13 | 40 | 114 | 70 |
| Binary | 11100100 | 10010111 | 111100 | 0 | 100010 | 1001010 | 1011 | 100000 | 1001100 | 111000 |
Color Harmonies of #E4973C
Complementary color
Monochromatic Colors of #E4973C
Black with #E4973C
Text Example
Text Example
White with #E4973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4973C; }
p { color: rgb(228,151,60); }
H1.HeaderClassName
{
color: #E4973C;
}
.AnyTagClassName
{
color: #E4973C;
}
</style>
background-color css
<style>
a { background-color: #E4973C; }
a { background-color: rgb(228,151,60); }
div.DivClassName
{
background-color: #E4973C;
}
.BgClassName
{
background-color: #E4973C;
}
</style>
border-color css
<style>
span { border-color: #E4973C; }
span { border-color: rgb(228,151,60); }
td.TdClassName
{
border-color: #E4973C;
}
.TagClassName
{
border-color: #E4973C;
}
</style>