Shades of Fire Bush #E3984D
Tints of Fire Bush #E3984D
RGB
CMYK
RGB Variations
Color information
#E3984D (or 0xE3984D) is known color: Fire Bush. HEX triplet: E3, 98 and 4D. RGB value is (227,152,77). Sum of RGB (Red+Green+Blue) = 227+152+77=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E3984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3984D is #1C67B2. Grayscale: #A6A6A6. Windows color (decimal): -1861555 or 5085411. OLE color: 5085411.
HSL color Cylindrical-coordinate representation of color #E3984D: hue angle of 30º 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 #E3984D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 77 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.11 |
| HSL | 30º | 0.73% | 0.6% | - |
| HSV(B) | 30º | 0.66% | 0.89% | - |
| XYZ | 44.25 | 39.32 | 12.28 | - |
| YUV | 165.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 77 | 0 | 0.33 | 0.66 | 0.11 | 30 | 0.73 | 0.6 |
| Hex | E3 | 98 | 4D | 0 | 21 | 42 | B | 1E | 49 | 3C |
| Octal | 343 | 230 | 115 | 0 | 41 | 102 | 13 | 36 | 111 | 74 |
| Binary | 11100011 | 10011000 | 1001101 | 0 | 100001 | 1000010 | 1011 | 11110 | 1001001 | 111100 |
Color Harmonies of #E3984D
Complementary color
Monochromatic Colors of #E3984D
Black with #E3984D
Text Example
Text Example
White with #E3984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3984D; }
p { color: rgb(227,152,77); }
H1.HeaderClassName
{
color: #E3984D;
}
.AnyTagClassName
{
color: #E3984D;
}
</style>
background-color css
<style>
a { background-color: #E3984D; }
a { background-color: rgb(227,152,77); }
div.DivClassName
{
background-color: #E3984D;
}
.BgClassName
{
background-color: #E3984D;
}
</style>
border-color css
<style>
span { border-color: #E3984D; }
span { border-color: rgb(227,152,77); }
td.TdClassName
{
border-color: #E3984D;
}
.TagClassName
{
border-color: #E3984D;
}
</style>