Shades of Fire Bush #E1973A
Tints of Fire Bush #E1973A
RGB
CMYK
RGB Variations
Color information
#E1973A (or 0xE1973A) is known color: Fire Bush. HEX triplet: E1, 97 and 3A. RGB value is (225,151,58). Sum of RGB (Red+Green+Blue) = 225+151+58=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1973A is #1E68C5. Grayscale: #A2A2A2. Windows color (decimal): -1992902 or 3839969. OLE color: 3839969.
HSL color Cylindrical-coordinate representation of color #E1973A: hue angle of 33.41º degrees, saturation: 0.74, 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 #E1973A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.12 |
| HSL | 33.41º | 0.74% | 0.55% | - |
| HSV(B) | 33.41º | 0.74% | 0.88% | - |
| XYZ | 42.88 | 38.45 | 9.16 | - |
| YUV | 162.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 58 | 0 | 0.33 | 0.74 | 0.12 | 33.41 | 0.74 | 0.55 |
| Hex | E1 | 97 | 3A | 0 | 21 | 4A | C | 21 | 4A | 37 |
| Octal | 341 | 227 | 72 | 0 | 41 | 112 | 14 | 41 | 112 | 67 |
| Binary | 11100001 | 10010111 | 111010 | 0 | 100001 | 1001010 | 1100 | 100001 | 1001010 | 110111 |
Color Harmonies of #E1973A
Complementary color
Monochromatic Colors of #E1973A
Black with #E1973A
Text Example
Text Example
White with #E1973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1973A; }
p { color: rgb(225,151,58); }
H1.HeaderClassName
{
color: #E1973A;
}
.AnyTagClassName
{
color: #E1973A;
}
</style>
background-color css
<style>
a { background-color: #E1973A; }
a { background-color: rgb(225,151,58); }
div.DivClassName
{
background-color: #E1973A;
}
.BgClassName
{
background-color: #E1973A;
}
</style>
border-color css
<style>
span { border-color: #E1973A; }
span { border-color: rgb(225,151,58); }
td.TdClassName
{
border-color: #E1973A;
}
.TagClassName
{
border-color: #E1973A;
}
</style>