Shades of Fire Bush #E99C3C
Tints of Fire Bush #E99C3C
RGB
CMYK
RGB Variations
Color information
#E99C3C (or 0xE99C3C) is known color: Fire Bush. HEX triplet: E9, 9C and 3C. RGB value is (233,156,60). Sum of RGB (Red+Green+Blue) = 233+156+60=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99C3C is #1663C3. Grayscale: #A8A8A8. Windows color (decimal): -1467332 or 3972329. OLE color: 3972329.
HSL color Cylindrical-coordinate representation of color #E99C3C: hue angle of 33.29º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E99C3C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 60 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.09 |
| HSL | 33.29º | 0.8% | 0.57% | - |
| HSV(B) | 33.29º | 0.74% | 0.91% | - |
| XYZ | 46.31 | 41.43 | 9.83 | - |
| YUV | 168.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 60 | 0 | 0.33 | 0.74 | 0.09 | 33.29 | 0.8 | 0.57 |
| Hex | E9 | 9C | 3C | 0 | 21 | 4A | 9 | 21 | 50 | 39 |
| Octal | 351 | 234 | 74 | 0 | 41 | 112 | 11 | 41 | 120 | 71 |
| Binary | 11101001 | 10011100 | 111100 | 0 | 100001 | 1001010 | 1001 | 100001 | 1010000 | 111001 |
Color Harmonies of #E99C3C
Complementary color
Monochromatic Colors of #E99C3C
Black with #E99C3C
Text Example
Text Example
White with #E99C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C3C; }
p { color: rgb(233,156,60); }
H1.HeaderClassName
{
color: #E99C3C;
}
.AnyTagClassName
{
color: #E99C3C;
}
</style>
background-color css
<style>
a { background-color: #E99C3C; }
a { background-color: rgb(233,156,60); }
div.DivClassName
{
background-color: #E99C3C;
}
.BgClassName
{
background-color: #E99C3C;
}
</style>
border-color css
<style>
span { border-color: #E99C3C; }
span { border-color: rgb(233,156,60); }
td.TdClassName
{
border-color: #E99C3C;
}
.TagClassName
{
border-color: #E99C3C;
}
</style>