Shades of Gamboge #E8A717
Tints of Gamboge #E8A717
RGB
CMYK
RGB Variations
Color information
#E8A717 (or 0xE8A717) is known color: Gamboge. HEX triplet: E8, A7 and 17. RGB value is (232,167,23). Sum of RGB (Red+Green+Blue) = 232+167+23=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A717 is #1758E8. Grayscale: #AAAAAA. Windows color (decimal): -1530089 or 1550312. OLE color: 1550312.
HSL color Cylindrical-coordinate representation of color #E8A717: hue angle of 41.34º degrees, saturation: 0.82, 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 #E8A717 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.09 |
| HSL | 41.34º | 0.82% | 0.5% | - |
| HSV(B) | 41.34º | 0.9% | 0.91% | - |
| XYZ | 47.25 | 44.86 | 6.98 | - |
| YUV | 170.02 | 45.03 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 23 | 0 | 0.28 | 0.90 | 0.09 | 41.34 | 0.82 | 0.5 |
| Hex | E8 | A7 | 17 | 0 | 1C | 5A | 9 | 29 | 52 | 32 |
| Octal | 350 | 247 | 27 | 0 | 34 | 132 | 11 | 51 | 122 | 62 |
| Binary | 11101000 | 10100111 | 10111 | 0 | 11100 | 1011010 | 1001 | 101001 | 1010010 | 110010 |
Color Harmonies of #E8A717
Complementary color
Monochromatic Colors of #E8A717
Black with #E8A717
Text Example
Text Example
White with #E8A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A717; }
p { color: rgb(232,167,23); }
H1.HeaderClassName
{
color: #E8A717;
}
.AnyTagClassName
{
color: #E8A717;
}
</style>
background-color css
<style>
a { background-color: #E8A717; }
a { background-color: rgb(232,167,23); }
div.DivClassName
{
background-color: #E8A717;
}
.BgClassName
{
background-color: #E8A717;
}
</style>
border-color css
<style>
span { border-color: #E8A717; }
span { border-color: rgb(232,167,23); }
td.TdClassName
{
border-color: #E8A717;
}
.TagClassName
{
border-color: #E8A717;
}
</style>