Shades of Fire Bush #E4984D
Tints of Fire Bush #E4984D
RGB
CMYK
RGB Variations
Color information
#E4984D (or 0xE4984D) is known color: Fire Bush. HEX triplet: E4, 98 and 4D. RGB value is (228,152,77). Sum of RGB (Red+Green+Blue) = 228+152+77=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E4984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4984D is #1B67B2. Grayscale: #A6A6A6. Windows color (decimal): -1796019 or 5085412. OLE color: 5085412.
HSL color Cylindrical-coordinate representation of color #E4984D: hue angle of 29.8º degrees, saturation: 0.74, 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 #E4984D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 77 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.11 |
| HSL | 29.8º | 0.74% | 0.6% | - |
| HSV(B) | 29.8º | 0.66% | 0.89% | - |
| XYZ | 44.56 | 39.49 | 12.29 | - |
| YUV | 166.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 77 | 0 | 0.33 | 0.66 | 0.11 | 29.8 | 0.74 | 0.6 |
| Hex | E4 | 98 | 4D | 0 | 21 | 42 | B | 1E | 4A | 3C |
| Octal | 344 | 230 | 115 | 0 | 41 | 102 | 13 | 36 | 112 | 74 |
| Binary | 11100100 | 10011000 | 1001101 | 0 | 100001 | 1000010 | 1011 | 11110 | 1001010 | 111100 |
Color Harmonies of #E4984D
Complementary color
Monochromatic Colors of #E4984D
Black with #E4984D
Text Example
Text Example
White with #E4984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4984D; }
p { color: rgb(228,152,77); }
H1.HeaderClassName
{
color: #E4984D;
}
.AnyTagClassName
{
color: #E4984D;
}
</style>
background-color css
<style>
a { background-color: #E4984D; }
a { background-color: rgb(228,152,77); }
div.DivClassName
{
background-color: #E4984D;
}
.BgClassName
{
background-color: #E4984D;
}
</style>
border-color css
<style>
span { border-color: #E4984D; }
span { border-color: rgb(228,152,77); }
td.TdClassName
{
border-color: #E4984D;
}
.TagClassName
{
border-color: #E4984D;
}
</style>