Shades of Fire Bush #E2973D
Tints of Fire Bush #E2973D
RGB
CMYK
RGB Variations
Color information
#E2973D (or 0xE2973D) is known color: Fire Bush. HEX triplet: E2, 97 and 3D. RGB value is (226,151,61). Sum of RGB (Red+Green+Blue) = 226+151+61=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2973D is #1D68C2. Grayscale: #A3A3A3. Windows color (decimal): -1927363 or 4036578. OLE color: 4036578.
HSL color Cylindrical-coordinate representation of color #E2973D: hue angle of 32.73º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2973D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 61 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.11 |
| HSL | 32.73º | 0.74% | 0.56% | - |
| HSV(B) | 32.73º | 0.73% | 0.89% | - |
| XYZ | 43.27 | 38.64 | 9.59 | - |
| YUV | 163.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 61 | 0 | 0.33 | 0.73 | 0.11 | 32.73 | 0.74 | 0.56 |
| Hex | E2 | 97 | 3D | 0 | 21 | 49 | B | 21 | 4A | 38 |
| Octal | 342 | 227 | 75 | 0 | 41 | 111 | 13 | 41 | 112 | 70 |
| Binary | 11100010 | 10010111 | 111101 | 0 | 100001 | 1001001 | 1011 | 100001 | 1001010 | 111000 |
Color Harmonies of #E2973D
Complementary color
Monochromatic Colors of #E2973D
Black with #E2973D
Text Example
Text Example
White with #E2973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2973D; }
p { color: rgb(226,151,61); }
H1.HeaderClassName
{
color: #E2973D;
}
.AnyTagClassName
{
color: #E2973D;
}
</style>
background-color css
<style>
a { background-color: #E2973D; }
a { background-color: rgb(226,151,61); }
div.DivClassName
{
background-color: #E2973D;
}
.BgClassName
{
background-color: #E2973D;
}
</style>
border-color css
<style>
span { border-color: #E2973D; }
span { border-color: rgb(226,151,61); }
td.TdClassName
{
border-color: #E2973D;
}
.TagClassName
{
border-color: #E2973D;
}
</style>