Shades of Fire Bush #E99D3E
Tints of Fire Bush #E99D3E
RGB
CMYK
RGB Variations
Color information
#E99D3E (or 0xE99D3E) is known color: Fire Bush. HEX triplet: E9, 9D and 3E. RGB value is (233,157,62). Sum of RGB (Red+Green+Blue) = 233+157+62=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99D3E is #1662C1. Grayscale: #A9A9A9. Windows color (decimal): -1467074 or 4103657. OLE color: 4103657.
HSL color Cylindrical-coordinate representation of color #E99D3E: hue angle of 33.33º degrees, saturation: 0.8, 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 #E99D3E is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 62 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.09 |
| HSL | 33.33º | 0.8% | 0.58% | - |
| HSV(B) | 33.33º | 0.73% | 0.91% | - |
| XYZ | 46.53 | 41.79 | 10.17 | - |
| YUV | 168.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 62 | 0 | 0.33 | 0.73 | 0.09 | 33.33 | 0.8 | 0.58 |
| Hex | E9 | 9D | 3E | 0 | 21 | 49 | 9 | 21 | 50 | 3A |
| Octal | 351 | 235 | 76 | 0 | 41 | 111 | 11 | 41 | 120 | 72 |
| Binary | 11101001 | 10011101 | 111110 | 0 | 100001 | 1001001 | 1001 | 100001 | 1010000 | 111010 |
Color Harmonies of #E99D3E
Complementary color
Monochromatic Colors of #E99D3E
Black with #E99D3E
Text Example
Text Example
White with #E99D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D3E; }
p { color: rgb(233,157,62); }
H1.HeaderClassName
{
color: #E99D3E;
}
.AnyTagClassName
{
color: #E99D3E;
}
</style>
background-color css
<style>
a { background-color: #E99D3E; }
a { background-color: rgb(233,157,62); }
div.DivClassName
{
background-color: #E99D3E;
}
.BgClassName
{
background-color: #E99D3E;
}
</style>
border-color css
<style>
span { border-color: #E99D3E; }
span { border-color: rgb(233,157,62); }
td.TdClassName
{
border-color: #E99D3E;
}
.TagClassName
{
border-color: #E99D3E;
}
</style>