Shades of Fire Bush #E99F42
Tints of Fire Bush #E99F42
RGB
CMYK
RGB Variations
Color information
#E99F42 (or 0xE99F42) is known color: Fire Bush. HEX triplet: E9, 9F and 42. RGB value is (233,159,66). Sum of RGB (Red+Green+Blue) = 233+159+66=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F42 is #1660BD. Grayscale: #AAAAAA. Windows color (decimal): -1466558 or 4366313. OLE color: 4366313.
HSL color Cylindrical-coordinate representation of color #E99F42: hue angle of 33.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E99F42 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 66 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.09 |
| HSL | 33.41º | 0.79% | 0.59% | - |
| HSV(B) | 33.41º | 0.72% | 0.91% | - |
| XYZ | 46.99 | 42.51 | 10.88 | - |
| YUV | 170.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 66 | 0 | 0.32 | 0.72 | 0.09 | 33.41 | 0.79 | 0.59 |
| Hex | E9 | 9F | 42 | 0 | 20 | 48 | 9 | 21 | 4F | 3B |
| Octal | 351 | 237 | 102 | 0 | 40 | 110 | 11 | 41 | 117 | 73 |
| Binary | 11101001 | 10011111 | 1000010 | 0 | 100000 | 1001000 | 1001 | 100001 | 1001111 | 111011 |
Color Harmonies of #E99F42
Complementary color
Monochromatic Colors of #E99F42
Black with #E99F42
Text Example
Text Example
White with #E99F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F42; }
p { color: rgb(233,159,66); }
H1.HeaderClassName
{
color: #E99F42;
}
.AnyTagClassName
{
color: #E99F42;
}
</style>
background-color css
<style>
a { background-color: #E99F42; }
a { background-color: rgb(233,159,66); }
div.DivClassName
{
background-color: #E99F42;
}
.BgClassName
{
background-color: #E99F42;
}
</style>
border-color css
<style>
span { border-color: #E99F42; }
span { border-color: rgb(233,159,66); }
td.TdClassName
{
border-color: #E99F42;
}
.TagClassName
{
border-color: #E99F42;
}
</style>