Shades of Fire Bush #E3994D
Tints of Fire Bush #E3994D
RGB
CMYK
RGB Variations
Color information
#E3994D (or 0xE3994D) is known color: Fire Bush. HEX triplet: E3, 99 and 4D. RGB value is (227,153,77). Sum of RGB (Red+Green+Blue) = 227+153+77=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E3994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3994D is #1C66B2. Grayscale: #A6A6A6. Windows color (decimal): -1861299 or 5085667. OLE color: 5085667.
HSL color Cylindrical-coordinate representation of color #E3994D: hue angle of 30.4º 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 #E3994D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 77 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.11 |
| HSL | 30.4º | 0.73% | 0.6% | - |
| HSV(B) | 30.4º | 0.66% | 0.89% | - |
| XYZ | 44.41 | 39.65 | 12.33 | - |
| YUV | 166.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 77 | 0 | 0.33 | 0.66 | 0.11 | 30.4 | 0.73 | 0.6 |
| Hex | E3 | 99 | 4D | 0 | 21 | 42 | B | 1E | 49 | 3C |
| Octal | 343 | 231 | 115 | 0 | 41 | 102 | 13 | 36 | 111 | 74 |
| Binary | 11100011 | 10011001 | 1001101 | 0 | 100001 | 1000010 | 1011 | 11110 | 1001001 | 111100 |
Color Harmonies of #E3994D
Complementary color
Monochromatic Colors of #E3994D
Black with #E3994D
Text Example
Text Example
White with #E3994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3994D; }
p { color: rgb(227,153,77); }
H1.HeaderClassName
{
color: #E3994D;
}
.AnyTagClassName
{
color: #E3994D;
}
</style>
background-color css
<style>
a { background-color: #E3994D; }
a { background-color: rgb(227,153,77); }
div.DivClassName
{
background-color: #E3994D;
}
.BgClassName
{
background-color: #E3994D;
}
</style>
border-color css
<style>
span { border-color: #E3994D; }
span { border-color: rgb(227,153,77); }
td.TdClassName
{
border-color: #E3994D;
}
.TagClassName
{
border-color: #E3994D;
}
</style>