Shades of Fire Bush #E3964D
Tints of Fire Bush #E3964D
RGB
CMYK
RGB Variations
Color information
#E3964D (or 0xE3964D) is known color: Fire Bush. HEX triplet: E3, 96 and 4D. RGB value is (227,150,77). Sum of RGB (Red+Green+Blue) = 227+150+77=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3964D is #1C69B2. Grayscale: #A5A5A5. Windows color (decimal): -1862067 or 5084899. OLE color: 5084899.
HSL color Cylindrical-coordinate representation of color #E3964D: hue angle of 29.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3964D is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 77 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.11 |
| HSL | 29.2º | 0.73% | 0.6% | - |
| HSV(B) | 29.2º | 0.66% | 0.89% | - |
| XYZ | 43.92 | 38.68 | 12.17 | - |
| YUV | 164.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 77 | 0 | 0.34 | 0.66 | 0.11 | 29.2 | 0.73 | 0.6 |
| Hex | E3 | 96 | 4D | 0 | 22 | 42 | B | 1D | 49 | 3C |
| Octal | 343 | 226 | 115 | 0 | 42 | 102 | 13 | 35 | 111 | 74 |
| Binary | 11100011 | 10010110 | 1001101 | 0 | 100010 | 1000010 | 1011 | 11101 | 1001001 | 111100 |
Color Harmonies of #E3964D
Complementary color
Monochromatic Colors of #E3964D
Black with #E3964D
Text Example
Text Example
White with #E3964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3964D; }
p { color: rgb(227,150,77); }
H1.HeaderClassName
{
color: #E3964D;
}
.AnyTagClassName
{
color: #E3964D;
}
</style>
background-color css
<style>
a { background-color: #E3964D; }
a { background-color: rgb(227,150,77); }
div.DivClassName
{
background-color: #E3964D;
}
.BgClassName
{
background-color: #E3964D;
}
</style>
border-color css
<style>
span { border-color: #E3964D; }
span { border-color: rgb(227,150,77); }
td.TdClassName
{
border-color: #E3964D;
}
.TagClassName
{
border-color: #E3964D;
}
</style>