Shades of Gamboge #E8A017
Tints of Gamboge #E8A017
RGB
CMYK
RGB Variations
Color information
#E8A017 (or 0xE8A017) is known color: Gamboge. HEX triplet: E8, A0 and 17. RGB value is (232,160,23). Sum of RGB (Red+Green+Blue) = 232+160+23=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A017 is #175FE8. Grayscale: #A6A6A6. Windows color (decimal): -1531881 or 1548520. OLE color: 1548520.
HSL color Cylindrical-coordinate representation of color #E8A017: hue angle of 39.33º 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 #E8A017 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.09 |
| HSL | 39.33º | 0.82% | 0.5% | - |
| HSV(B) | 39.33º | 0.9% | 0.91% | - |
| XYZ | 46 | 42.36 | 6.56 | - |
| YUV | 165.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 23 | 0 | 0.31 | 0.90 | 0.09 | 39.33 | 0.82 | 0.5 |
| Hex | E8 | A0 | 17 | 0 | 1F | 5A | 9 | 27 | 52 | 32 |
| Octal | 350 | 240 | 27 | 0 | 37 | 132 | 11 | 47 | 122 | 62 |
| Binary | 11101000 | 10100000 | 10111 | 0 | 11111 | 1011010 | 1001 | 100111 | 1010010 | 110010 |
Color Harmonies of #E8A017
Complementary color
Monochromatic Colors of #E8A017
Black with #E8A017
Text Example
Text Example
White with #E8A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A017; }
p { color: rgb(232,160,23); }
H1.HeaderClassName
{
color: #E8A017;
}
.AnyTagClassName
{
color: #E8A017;
}
</style>
background-color css
<style>
a { background-color: #E8A017; }
a { background-color: rgb(232,160,23); }
div.DivClassName
{
background-color: #E8A017;
}
.BgClassName
{
background-color: #E8A017;
}
</style>
border-color css
<style>
span { border-color: #E8A017; }
span { border-color: rgb(232,160,23); }
td.TdClassName
{
border-color: #E8A017;
}
.TagClassName
{
border-color: #E8A017;
}
</style>