Shades of Fire Bush #E99F46
Tints of Fire Bush #E99F46
RGB
CMYK
RGB Variations
Color information
#E99F46 (or 0xE99F46) is known color: Fire Bush. HEX triplet: E9, 9F and 46. RGB value is (233,159,70). Sum of RGB (Red+Green+Blue) = 233+159+70=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F46 is #1660B9. Grayscale: #ABABAB. Windows color (decimal): -1466554 or 4628457. OLE color: 4628457.
HSL color Cylindrical-coordinate representation of color #E99F46: hue angle of 32.76º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E99F46 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 70 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.09 |
| HSL | 32.76º | 0.79% | 0.59% | - |
| HSV(B) | 32.76º | 0.7% | 0.91% | - |
| XYZ | 47.11 | 42.56 | 11.53 | - |
| YUV | 170.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 70 | 0 | 0.32 | 0.70 | 0.09 | 32.76 | 0.79 | 0.59 |
| Hex | E9 | 9F | 46 | 0 | 20 | 46 | 9 | 21 | 4F | 3B |
| Octal | 351 | 237 | 106 | 0 | 40 | 106 | 11 | 41 | 117 | 73 |
| Binary | 11101001 | 10011111 | 1000110 | 0 | 100000 | 1000110 | 1001 | 100001 | 1001111 | 111011 |
Color Harmonies of #E99F46
Complementary color
Monochromatic Colors of #E99F46
Black with #E99F46
Text Example
Text Example
White with #E99F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F46; }
p { color: rgb(233,159,70); }
H1.HeaderClassName
{
color: #E99F46;
}
.AnyTagClassName
{
color: #E99F46;
}
</style>
background-color css
<style>
a { background-color: #E99F46; }
a { background-color: rgb(233,159,70); }
div.DivClassName
{
background-color: #E99F46;
}
.BgClassName
{
background-color: #E99F46;
}
</style>
border-color css
<style>
span { border-color: #E99F46; }
span { border-color: rgb(233,159,70); }
td.TdClassName
{
border-color: #E99F46;
}
.TagClassName
{
border-color: #E99F46;
}
</style>