Shades of Fire Bush #E0953E
Tints of Fire Bush #E0953E
RGB
CMYK
RGB Variations
Color information
#E0953E (or 0xE0953E) is known color: Fire Bush. HEX triplet: E0, 95 and 3E. RGB value is (224,149,62). Sum of RGB (Red+Green+Blue) = 224+149+62=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0953E is #1F6AC1. Grayscale: #A1A1A1. Windows color (decimal): -2058946 or 4101600. OLE color: 4101600.
HSL color Cylindrical-coordinate representation of color #E0953E: hue angle of 32.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0953E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 62 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.12 |
| HSL | 32.22º | 0.72% | 0.56% | - |
| HSV(B) | 32.22º | 0.72% | 0.88% | - |
| XYZ | 42.36 | 37.69 | 9.6 | - |
| YUV | 161.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 62 | 0 | 0.33 | 0.72 | 0.12 | 32.22 | 0.72 | 0.56 |
| Hex | E0 | 95 | 3E | 0 | 21 | 48 | C | 20 | 48 | 38 |
| Octal | 340 | 225 | 76 | 0 | 41 | 110 | 14 | 40 | 110 | 70 |
| Binary | 11100000 | 10010101 | 111110 | 0 | 100001 | 1001000 | 1100 | 100000 | 1001000 | 111000 |
Color Harmonies of #E0953E
Complementary color
Monochromatic Colors of #E0953E
Black with #E0953E
Text Example
Text Example
White with #E0953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0953E; }
p { color: rgb(224,149,62); }
H1.HeaderClassName
{
color: #E0953E;
}
.AnyTagClassName
{
color: #E0953E;
}
</style>
background-color css
<style>
a { background-color: #E0953E; }
a { background-color: rgb(224,149,62); }
div.DivClassName
{
background-color: #E0953E;
}
.BgClassName
{
background-color: #E0953E;
}
</style>
border-color css
<style>
span { border-color: #E0953E; }
span { border-color: rgb(224,149,62); }
td.TdClassName
{
border-color: #E0953E;
}
.TagClassName
{
border-color: #E0953E;
}
</style>