Shades of Fire Bush #E49C4C
Tints of Fire Bush #E49C4C
RGB
CMYK
RGB Variations
Color information
#E49C4C (or 0xE49C4C) is known color: Fire Bush. HEX triplet: E4, 9C and 4C. RGB value is (228,156,76). Sum of RGB (Red+Green+Blue) = 228+156+76=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C4C is #1B63B3. Grayscale: #A8A8A8. Windows color (decimal): -1794996 or 5020900. OLE color: 5020900.
HSL color Cylindrical-coordinate representation of color #E49C4C: hue angle of 31.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E49C4C is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 76 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.11 |
| HSL | 31.58º | 0.74% | 0.6% | - |
| HSV(B) | 31.58º | 0.67% | 0.89% | - |
| XYZ | 45.19 | 40.79 | 12.33 | - |
| YUV | 168.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 76 | 0 | 0.32 | 0.67 | 0.11 | 31.58 | 0.74 | 0.6 |
| Hex | E4 | 9C | 4C | 0 | 20 | 43 | B | 20 | 4A | 3C |
| Octal | 344 | 234 | 114 | 0 | 40 | 103 | 13 | 40 | 112 | 74 |
| Binary | 11100100 | 10011100 | 1001100 | 0 | 100000 | 1000011 | 1011 | 100000 | 1001010 | 111100 |
Color Harmonies of #E49C4C
Complementary color
Monochromatic Colors of #E49C4C
Black with #E49C4C
Text Example
Text Example
White with #E49C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C4C; }
p { color: rgb(228,156,76); }
H1.HeaderClassName
{
color: #E49C4C;
}
.AnyTagClassName
{
color: #E49C4C;
}
</style>
background-color css
<style>
a { background-color: #E49C4C; }
a { background-color: rgb(228,156,76); }
div.DivClassName
{
background-color: #E49C4C;
}
.BgClassName
{
background-color: #E49C4C;
}
</style>
border-color css
<style>
span { border-color: #E49C4C; }
span { border-color: rgb(228,156,76); }
td.TdClassName
{
border-color: #E49C4C;
}
.TagClassName
{
border-color: #E49C4C;
}
</style>