Shades of Gamboge #E99D17
Tints of Gamboge #E99D17
RGB
CMYK
RGB Variations
Color information
#E99D17 (or 0xE99D17) is known color: Gamboge. HEX triplet: E9, 9D and 17. RGB value is (233,157,23). Sum of RGB (Red+Green+Blue) = 233+157+23=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D17 is #1662E8. Grayscale: #A5A5A5. Windows color (decimal): -1467113 or 1547753. OLE color: 1547753.
HSL color Cylindrical-coordinate representation of color #E99D17: hue angle of 38.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E99D17 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.09 |
| HSL | 38.29º | 0.83% | 0.5% | - |
| HSV(B) | 38.29º | 0.9% | 0.91% | - |
| XYZ | 45.82 | 41.5 | 6.41 | - |
| YUV | 164.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 23 | 0 | 0.33 | 0.90 | 0.09 | 38.29 | 0.83 | 0.5 |
| Hex | E9 | 9D | 17 | 0 | 21 | 5A | 9 | 26 | 53 | 32 |
| Octal | 351 | 235 | 27 | 0 | 41 | 132 | 11 | 46 | 123 | 62 |
| Binary | 11101001 | 10011101 | 10111 | 0 | 100001 | 1011010 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E99D17
Complementary color
Monochromatic Colors of #E99D17
Black with #E99D17
Text Example
Text Example
White with #E99D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D17; }
p { color: rgb(233,157,23); }
H1.HeaderClassName
{
color: #E99D17;
}
.AnyTagClassName
{
color: #E99D17;
}
</style>
background-color css
<style>
a { background-color: #E99D17; }
a { background-color: rgb(233,157,23); }
div.DivClassName
{
background-color: #E99D17;
}
.BgClassName
{
background-color: #E99D17;
}
</style>
border-color css
<style>
span { border-color: #E99D17; }
span { border-color: rgb(233,157,23); }
td.TdClassName
{
border-color: #E99D17;
}
.TagClassName
{
border-color: #E99D17;
}
</style>