Shades of Fire Bush #E99F40
Tints of Fire Bush #E99F40
RGB
CMYK
RGB Variations
Color information
#E99F40 (or 0xE99F40) is known color: Fire Bush. HEX triplet: E9, 9F and 40. RGB value is (233,159,64). Sum of RGB (Red+Green+Blue) = 233+159+64=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F40 is #1660BF. Grayscale: #AAAAAA. Windows color (decimal): -1466560 or 4235241. OLE color: 4235241.
HSL color Cylindrical-coordinate representation of color #E99F40: hue angle of 33.73º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E99F40 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.09 |
| HSL | 33.73º | 0.79% | 0.58% | - |
| HSV(B) | 33.73º | 0.73% | 0.91% | - |
| XYZ | 46.93 | 42.49 | 10.58 | - |
| YUV | 170.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 64 | 0 | 0.32 | 0.73 | 0.09 | 33.73 | 0.79 | 0.58 |
| Hex | E9 | 9F | 40 | 0 | 20 | 49 | 9 | 22 | 4F | 3A |
| Octal | 351 | 237 | 100 | 0 | 40 | 111 | 11 | 42 | 117 | 72 |
| Binary | 11101001 | 10011111 | 1000000 | 0 | 100000 | 1001001 | 1001 | 100010 | 1001111 | 111010 |
Color Harmonies of #E99F40
Complementary color
Monochromatic Colors of #E99F40
Black with #E99F40
Text Example
Text Example
White with #E99F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F40; }
p { color: rgb(233,159,64); }
H1.HeaderClassName
{
color: #E99F40;
}
.AnyTagClassName
{
color: #E99F40;
}
</style>
background-color css
<style>
a { background-color: #E99F40; }
a { background-color: rgb(233,159,64); }
div.DivClassName
{
background-color: #E99F40;
}
.BgClassName
{
background-color: #E99F40;
}
</style>
border-color css
<style>
span { border-color: #E99F40; }
span { border-color: rgb(233,159,64); }
td.TdClassName
{
border-color: #E99F40;
}
.TagClassName
{
border-color: #E99F40;
}
</style>