Shades of Gamboge #E8A812
Tints of Gamboge #E8A812
RGB
CMYK
RGB Variations
Color information
#E8A812 (or 0xE8A812) is known color: Gamboge. HEX triplet: E8, A8 and 12. RGB value is (232,168,18). Sum of RGB (Red+Green+Blue) = 232+168+18=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A812 is #1757ED. Grayscale: #AAAAAA. Windows color (decimal): -1529838 or 1222888. OLE color: 1222888.
HSL color Cylindrical-coordinate representation of color #E8A812: hue angle of 42.06º 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 #E8A812 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 18 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.09 |
| HSL | 42.06º | 0.86% | 0.49% | - |
| HSV(B) | 42.06º | 0.92% | 0.91% | - |
| XYZ | 47.39 | 45.2 | 6.8 | - |
| YUV | 170.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 18 | 0 | 0.28 | 0.92 | 0.09 | 42.06 | 0.86 | 0.49 |
| Hex | E8 | A8 | 12 | 0 | 1C | 5C | 9 | 2A | 56 | 31 |
| Octal | 350 | 250 | 22 | 0 | 34 | 134 | 11 | 52 | 126 | 61 |
| Binary | 11101000 | 10101000 | 10010 | 0 | 11100 | 1011100 | 1001 | 101010 | 1010110 | 110001 |
Color Harmonies of #E8A812
Complementary color
Monochromatic Colors of #E8A812
Black with #E8A812
Text Example
Text Example
White with #E8A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A812; }
p { color: rgb(232,168,18); }
H1.HeaderClassName
{
color: #E8A812;
}
.AnyTagClassName
{
color: #E8A812;
}
</style>
background-color css
<style>
a { background-color: #E8A812; }
a { background-color: rgb(232,168,18); }
div.DivClassName
{
background-color: #E8A812;
}
.BgClassName
{
background-color: #E8A812;
}
</style>
border-color css
<style>
span { border-color: #E8A812; }
span { border-color: rgb(232,168,18); }
td.TdClassName
{
border-color: #E8A812;
}
.TagClassName
{
border-color: #E8A812;
}
</style>