Shades of Fire Bush #E3953D
Tints of Fire Bush #E3953D
RGB
CMYK
RGB Variations
Color information
#E3953D (or 0xE3953D) is known color: Fire Bush. HEX triplet: E3, 95 and 3D. RGB value is (227,149,61). Sum of RGB (Red+Green+Blue) = 227+149+61=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3953D is #1C6AC2. Grayscale: #A2A2A2. Windows color (decimal): -1862339 or 4036067. OLE color: 4036067.
HSL color Cylindrical-coordinate representation of color #E3953D: hue angle of 31.81º degrees, saturation: 0.75, 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 #E3953D is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 61 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.11 |
| HSL | 31.81º | 0.75% | 0.56% | - |
| HSV(B) | 31.81º | 0.73% | 0.89% | - |
| XYZ | 43.27 | 38.16 | 9.5 | - |
| YUV | 162.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 61 | 0 | 0.34 | 0.73 | 0.11 | 31.81 | 0.75 | 0.56 |
| Hex | E3 | 95 | 3D | 0 | 22 | 49 | B | 20 | 4B | 38 |
| Octal | 343 | 225 | 75 | 0 | 42 | 111 | 13 | 40 | 113 | 70 |
| Binary | 11100011 | 10010101 | 111101 | 0 | 100010 | 1001001 | 1011 | 100000 | 1001011 | 111000 |
Color Harmonies of #E3953D
Complementary color
Monochromatic Colors of #E3953D
Black with #E3953D
Text Example
Text Example
White with #E3953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3953D; }
p { color: rgb(227,149,61); }
H1.HeaderClassName
{
color: #E3953D;
}
.AnyTagClassName
{
color: #E3953D;
}
</style>
background-color css
<style>
a { background-color: #E3953D; }
a { background-color: rgb(227,149,61); }
div.DivClassName
{
background-color: #E3953D;
}
.BgClassName
{
background-color: #E3953D;
}
</style>
border-color css
<style>
span { border-color: #E3953D; }
span { border-color: rgb(227,149,61); }
td.TdClassName
{
border-color: #E3953D;
}
.TagClassName
{
border-color: #E3953D;
}
</style>