Shades of Gamboge #E99D10
Tints of Gamboge #E99D10
RGB
CMYK
RGB Variations
Color information
#E99D10 (or 0xE99D10) is known color: Gamboge. HEX triplet: E9, 9D and 10. RGB value is (233,157,16). Sum of RGB (Red+Green+Blue) = 233+157+16=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D10 is #1662EF. Grayscale: #A4A4A4. Windows color (decimal): -1467120 or 1089001. OLE color: 1089001.
HSL color Cylindrical-coordinate representation of color #E99D10: hue angle of 38.99º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E99D10 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.09 |
| HSL | 38.99º | 0.87% | 0.49% | - |
| HSV(B) | 38.99º | 0.93% | 0.91% | - |
| XYZ | 45.75 | 41.47 | 6.08 | - |
| YUV | 163.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 16 | 0 | 0.33 | 0.93 | 0.09 | 38.99 | 0.87 | 0.49 |
| Hex | E9 | 9D | 10 | 0 | 21 | 5D | 9 | 27 | 57 | 31 |
| Octal | 351 | 235 | 20 | 0 | 41 | 135 | 11 | 47 | 127 | 61 |
| Binary | 11101001 | 10011101 | 10000 | 0 | 100001 | 1011101 | 1001 | 100111 | 1010111 | 110001 |
Color Harmonies of #E99D10
Complementary color
Monochromatic Colors of #E99D10
Black with #E99D10
Text Example
Text Example
White with #E99D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D10; }
p { color: rgb(233,157,16); }
H1.HeaderClassName
{
color: #E99D10;
}
.AnyTagClassName
{
color: #E99D10;
}
</style>
background-color css
<style>
a { background-color: #E99D10; }
a { background-color: rgb(233,157,16); }
div.DivClassName
{
background-color: #E99D10;
}
.BgClassName
{
background-color: #E99D10;
}
</style>
border-color css
<style>
span { border-color: #E99D10; }
span { border-color: rgb(233,157,16); }
td.TdClassName
{
border-color: #E99D10;
}
.TagClassName
{
border-color: #E99D10;
}
</style>