Shades of Fire Bush #E3984E
Tints of Fire Bush #E3984E
RGB
CMYK
RGB Variations
Color information
#E3984E (or 0xE3984E) is known color: Fire Bush. HEX triplet: E3, 98 and 4E. RGB value is (227,152,78). Sum of RGB (Red+Green+Blue) = 227+152+78=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E3984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3984E is #1C67B1. Grayscale: #A6A6A6. Windows color (decimal): -1861554 or 5150947. OLE color: 5150947.
HSL color Cylindrical-coordinate representation of color #E3984E: hue angle of 29.8º 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 #E3984E is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 78 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.11 |
| HSL | 29.8º | 0.73% | 0.6% | - |
| HSV(B) | 29.8º | 0.66% | 0.89% | - |
| XYZ | 44.28 | 39.34 | 12.47 | - |
| YUV | 165.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 78 | 0 | 0.33 | 0.66 | 0.11 | 29.8 | 0.73 | 0.6 |
| Hex | E3 | 98 | 4E | 0 | 21 | 42 | B | 1E | 49 | 3C |
| Octal | 343 | 230 | 116 | 0 | 41 | 102 | 13 | 36 | 111 | 74 |
| Binary | 11100011 | 10011000 | 1001110 | 0 | 100001 | 1000010 | 1011 | 11110 | 1001001 | 111100 |
Color Harmonies of #E3984E
Complementary color
Monochromatic Colors of #E3984E
Black with #E3984E
Text Example
Text Example
White with #E3984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3984E; }
p { color: rgb(227,152,78); }
H1.HeaderClassName
{
color: #E3984E;
}
.AnyTagClassName
{
color: #E3984E;
}
</style>
background-color css
<style>
a { background-color: #E3984E; }
a { background-color: rgb(227,152,78); }
div.DivClassName
{
background-color: #E3984E;
}
.BgClassName
{
background-color: #E3984E;
}
</style>
border-color css
<style>
span { border-color: #E3984E; }
span { border-color: rgb(227,152,78); }
td.TdClassName
{
border-color: #E3984E;
}
.TagClassName
{
border-color: #E3984E;
}
</style>