Shades of Gamboge #E99805
Tints of Gamboge #E99805
RGB
CMYK
RGB Variations
Color information
#E99805 (or 0xE99805) is known color: Gamboge. HEX triplet: E9, 98 and 05. RGB value is (233,152,5). Sum of RGB (Red+Green+Blue) = 233+152+5=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E99805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99805 is #1667FA. Grayscale: #A0A0A0. Windows color (decimal): -1468411 or 366825. OLE color: 366825.
HSL color Cylindrical-coordinate representation of color #E99805: hue angle of 38.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99805 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.09 |
| HSL | 38.68º | 0.96% | 0.47% | - |
| HSV(B) | 38.68º | 0.98% | 0.91% | - |
| XYZ | 44.86 | 39.79 | 5.46 | - |
| YUV | 159.46 | 40.84 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 5 | 0 | 0.35 | 0.98 | 0.09 | 38.68 | 0.96 | 0.47 |
| Hex | E9 | 98 | 5 | 0 | 23 | 62 | 9 | 27 | 60 | 2F |
| Octal | 351 | 230 | 5 | 0 | 43 | 142 | 11 | 47 | 140 | 57 |
| Binary | 11101001 | 10011000 | 101 | 0 | 100011 | 1100010 | 1001 | 100111 | 1100000 | 101111 |
Color Harmonies of #E99805
Complementary color
Monochromatic Colors of #E99805
Black with #E99805
Text Example
Text Example
White with #E99805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99805; }
p { color: rgb(233,152,5); }
H1.HeaderClassName
{
color: #E99805;
}
.AnyTagClassName
{
color: #E99805;
}
</style>
background-color css
<style>
a { background-color: #E99805; }
a { background-color: rgb(233,152,5); }
div.DivClassName
{
background-color: #E99805;
}
.BgClassName
{
background-color: #E99805;
}
</style>
border-color css
<style>
span { border-color: #E99805; }
span { border-color: rgb(233,152,5); }
td.TdClassName
{
border-color: #E99805;
}
.TagClassName
{
border-color: #E99805;
}
</style>