Shades of Fire Bush #E99D3B
Tints of Fire Bush #E99D3B
RGB
CMYK
RGB Variations
Color information
#E99D3B (or 0xE99D3B) is known color: Fire Bush. HEX triplet: E9, 9D and 3B. RGB value is (233,157,59). Sum of RGB (Red+Green+Blue) = 233+157+59=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99D3B is #1662C4. Grayscale: #A9A9A9. Windows color (decimal): -1467077 or 3907049. OLE color: 3907049.
HSL color Cylindrical-coordinate representation of color #E99D3B: hue angle of 33.79º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E99D3B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 59 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.09 |
| HSL | 33.79º | 0.8% | 0.57% | - |
| HSV(B) | 33.79º | 0.75% | 0.91% | - |
| XYZ | 46.45 | 41.75 | 9.75 | - |
| YUV | 168.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 59 | 0 | 0.33 | 0.75 | 0.09 | 33.79 | 0.8 | 0.57 |
| Hex | E9 | 9D | 3B | 0 | 21 | 4B | 9 | 22 | 50 | 39 |
| Octal | 351 | 235 | 73 | 0 | 41 | 113 | 11 | 42 | 120 | 71 |
| Binary | 11101001 | 10011101 | 111011 | 0 | 100001 | 1001011 | 1001 | 100010 | 1010000 | 111001 |
Color Harmonies of #E99D3B
Complementary color
Monochromatic Colors of #E99D3B
Black with #E99D3B
Text Example
Text Example
White with #E99D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D3B; }
p { color: rgb(233,157,59); }
H1.HeaderClassName
{
color: #E99D3B;
}
.AnyTagClassName
{
color: #E99D3B;
}
</style>
background-color css
<style>
a { background-color: #E99D3B; }
a { background-color: rgb(233,157,59); }
div.DivClassName
{
background-color: #E99D3B;
}
.BgClassName
{
background-color: #E99D3B;
}
</style>
border-color css
<style>
span { border-color: #E99D3B; }
span { border-color: rgb(233,157,59); }
td.TdClassName
{
border-color: #E99D3B;
}
.TagClassName
{
border-color: #E99D3B;
}
</style>