Shades of Fire Bush #E3964A
Tints of Fire Bush #E3964A
RGB
CMYK
RGB Variations
Color information
#E3964A (or 0xE3964A) is known color: Fire Bush. HEX triplet: E3, 96 and 4A. RGB value is (227,150,74). Sum of RGB (Red+Green+Blue) = 227+150+74=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3964A is #1C69B5. Grayscale: #A4A4A4. Windows color (decimal): -1862070 or 4888291. OLE color: 4888291.
HSL color Cylindrical-coordinate representation of color #E3964A: hue angle of 29.8º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3964A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 74 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.11 |
| HSL | 29.8º | 0.73% | 0.59% | - |
| HSV(B) | 29.8º | 0.67% | 0.89% | - |
| XYZ | 43.82 | 38.64 | 11.63 | - |
| YUV | 164.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 74 | 0 | 0.34 | 0.67 | 0.11 | 29.8 | 0.73 | 0.59 |
| Hex | E3 | 96 | 4A | 0 | 22 | 43 | B | 1E | 49 | 3B |
| Octal | 343 | 226 | 112 | 0 | 42 | 103 | 13 | 36 | 111 | 73 |
| Binary | 11100011 | 10010110 | 1001010 | 0 | 100010 | 1000011 | 1011 | 11110 | 1001001 | 111011 |
Color Harmonies of #E3964A
Complementary color
Monochromatic Colors of #E3964A
Black with #E3964A
Text Example
Text Example
White with #E3964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3964A; }
p { color: rgb(227,150,74); }
H1.HeaderClassName
{
color: #E3964A;
}
.AnyTagClassName
{
color: #E3964A;
}
</style>
background-color css
<style>
a { background-color: #E3964A; }
a { background-color: rgb(227,150,74); }
div.DivClassName
{
background-color: #E3964A;
}
.BgClassName
{
background-color: #E3964A;
}
</style>
border-color css
<style>
span { border-color: #E3964A; }
span { border-color: rgb(227,150,74); }
td.TdClassName
{
border-color: #E3964A;
}
.TagClassName
{
border-color: #E3964A;
}
</style>