Shades of Fire Bush #E99B42
Tints of Fire Bush #E99B42
RGB
CMYK
RGB Variations
Color information
#E99B42 (or 0xE99B42) is known color: Fire Bush. HEX triplet: E9, 9B and 42. RGB value is (233,155,66). Sum of RGB (Red+Green+Blue) = 233+155+66=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99B42 is #1664BD. Grayscale: #A8A8A8. Windows color (decimal): -1467582 or 4365289. OLE color: 4365289.
HSL color Cylindrical-coordinate representation of color #E99B42: hue angle of 31.98º 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 #E99B42 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 66 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.09 |
| HSL | 31.98º | 0.79% | 0.59% | - |
| HSV(B) | 31.98º | 0.72% | 0.91% | - |
| XYZ | 46.31 | 41.16 | 10.66 | - |
| YUV | 168.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 66 | 0 | 0.33 | 0.72 | 0.09 | 31.98 | 0.79 | 0.59 |
| Hex | E9 | 9B | 42 | 0 | 21 | 48 | 9 | 20 | 4F | 3B |
| Octal | 351 | 233 | 102 | 0 | 41 | 110 | 11 | 40 | 117 | 73 |
| Binary | 11101001 | 10011011 | 1000010 | 0 | 100001 | 1001000 | 1001 | 100000 | 1001111 | 111011 |
Color Harmonies of #E99B42
Complementary color
Monochromatic Colors of #E99B42
Black with #E99B42
Text Example
Text Example
White with #E99B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B42; }
p { color: rgb(233,155,66); }
H1.HeaderClassName
{
color: #E99B42;
}
.AnyTagClassName
{
color: #E99B42;
}
</style>
background-color css
<style>
a { background-color: #E99B42; }
a { background-color: rgb(233,155,66); }
div.DivClassName
{
background-color: #E99B42;
}
.BgClassName
{
background-color: #E99B42;
}
</style>
border-color css
<style>
span { border-color: #E99B42; }
span { border-color: rgb(233,155,66); }
td.TdClassName
{
border-color: #E99B42;
}
.TagClassName
{
border-color: #E99B42;
}
</style>