Shades of Gamboge #E99C17
Tints of Gamboge #E99C17
RGB
CMYK
RGB Variations
Color information
#E99C17 (or 0xE99C17) is known color: Gamboge. HEX triplet: E9, 9C and 17. RGB value is (233,156,23). Sum of RGB (Red+Green+Blue) = 233+156+23=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99C17 is #1663E8. Grayscale: #A4A4A4. Windows color (decimal): -1467369 or 1547497. OLE color: 1547497.
HSL color Cylindrical-coordinate representation of color #E99C17: hue angle of 38º 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 #E99C17 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.09 |
| HSL | 38º | 0.83% | 0.5% | - |
| HSV(B) | 38º | 0.9% | 0.91% | - |
| XYZ | 45.65 | 41.16 | 6.35 | - |
| YUV | 163.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 23 | 0 | 0.33 | 0.90 | 0.09 | 38 | 0.83 | 0.5 |
| Hex | E9 | 9C | 17 | 0 | 21 | 5A | 9 | 26 | 53 | 32 |
| Octal | 351 | 234 | 27 | 0 | 41 | 132 | 11 | 46 | 123 | 62 |
| Binary | 11101001 | 10011100 | 10111 | 0 | 100001 | 1011010 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E99C17
Complementary color
Monochromatic Colors of #E99C17
Black with #E99C17
Text Example
Text Example
White with #E99C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C17; }
p { color: rgb(233,156,23); }
H1.HeaderClassName
{
color: #E99C17;
}
.AnyTagClassName
{
color: #E99C17;
}
</style>
background-color css
<style>
a { background-color: #E99C17; }
a { background-color: rgb(233,156,23); }
div.DivClassName
{
background-color: #E99C17;
}
.BgClassName
{
background-color: #E99C17;
}
</style>
border-color css
<style>
span { border-color: #E99C17; }
span { border-color: rgb(233,156,23); }
td.TdClassName
{
border-color: #E99C17;
}
.TagClassName
{
border-color: #E99C17;
}
</style>