Shades of Gamboge #E8A912
Tints of Gamboge #E8A912
RGB
CMYK
RGB Variations
Color information
#E8A912 (or 0xE8A912) is known color: Gamboge. HEX triplet: E8, A9 and 12. RGB value is (232,169,18). Sum of RGB (Red+Green+Blue) = 232+169+18=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A912 is #1756ED. Grayscale: #ABABAB. Windows color (decimal): -1529582 or 1223144. OLE color: 1223144.
HSL color Cylindrical-coordinate representation of color #E8A912: hue angle of 42.34º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8A912 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.09 |
| HSL | 42.34º | 0.86% | 0.49% | - |
| HSV(B) | 42.34º | 0.92% | 0.91% | - |
| XYZ | 47.58 | 45.58 | 6.86 | - |
| YUV | 170.62 | 41.87 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 18 | 0 | 0.27 | 0.92 | 0.09 | 42.34 | 0.86 | 0.49 |
| Hex | E8 | A9 | 12 | 0 | 1B | 5C | 9 | 2A | 56 | 31 |
| Octal | 350 | 251 | 22 | 0 | 33 | 134 | 11 | 52 | 126 | 61 |
| Binary | 11101000 | 10101001 | 10010 | 0 | 11011 | 1011100 | 1001 | 101010 | 1010110 | 110001 |
Color Harmonies of #E8A912
Complementary color
Monochromatic Colors of #E8A912
Black with #E8A912
Text Example
Text Example
White with #E8A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A912; }
p { color: rgb(232,169,18); }
H1.HeaderClassName
{
color: #E8A912;
}
.AnyTagClassName
{
color: #E8A912;
}
</style>
background-color css
<style>
a { background-color: #E8A912; }
a { background-color: rgb(232,169,18); }
div.DivClassName
{
background-color: #E8A912;
}
.BgClassName
{
background-color: #E8A912;
}
</style>
border-color css
<style>
span { border-color: #E8A912; }
span { border-color: rgb(232,169,18); }
td.TdClassName
{
border-color: #E8A912;
}
.TagClassName
{
border-color: #E8A912;
}
</style>