Shades of Gamboge #E8A916
Tints of Gamboge #E8A916
RGB
CMYK
RGB Variations
Color information
#E8A916 (or 0xE8A916) is known color: Gamboge. HEX triplet: E8, A9 and 16. RGB value is (232,169,22). Sum of RGB (Red+Green+Blue) = 232+169+22=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A916 is #1756E9. Grayscale: #ABABAB. Windows color (decimal): -1529578 or 1485288. OLE color: 1485288.
HSL color Cylindrical-coordinate representation of color #E8A916: hue angle of 42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8A916 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.09 |
| HSL | 42º | 0.83% | 0.5% | - |
| HSV(B) | 42º | 0.91% | 0.91% | - |
| XYZ | 47.61 | 45.59 | 7.05 | - |
| YUV | 171.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 22 | 0 | 0.27 | 0.91 | 0.09 | 42 | 0.83 | 0.5 |
| Hex | E8 | A9 | 16 | 0 | 1B | 5B | 9 | 2A | 53 | 32 |
| Octal | 350 | 251 | 26 | 0 | 33 | 133 | 11 | 52 | 123 | 62 |
| Binary | 11101000 | 10101001 | 10110 | 0 | 11011 | 1011011 | 1001 | 101010 | 1010011 | 110010 |
Color Harmonies of #E8A916
Complementary color
Monochromatic Colors of #E8A916
Black with #E8A916
Text Example
Text Example
White with #E8A916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A916; }
p { color: rgb(232,169,22); }
H1.HeaderClassName
{
color: #E8A916;
}
.AnyTagClassName
{
color: #E8A916;
}
</style>
background-color css
<style>
a { background-color: #E8A916; }
a { background-color: rgb(232,169,22); }
div.DivClassName
{
background-color: #E8A916;
}
.BgClassName
{
background-color: #E8A916;
}
</style>
border-color css
<style>
span { border-color: #E8A916; }
span { border-color: rgb(232,169,22); }
td.TdClassName
{
border-color: #E8A916;
}
.TagClassName
{
border-color: #E8A916;
}
</style>