Shades of Gamboge #E6A808
Tints of Gamboge #E6A808
RGB
CMYK
RGB Variations
Color information
#E6A808 (or 0xE6A808) is known color: Gamboge. HEX triplet: E6, A8 and 08. RGB value is (230,168,8). Sum of RGB (Red+Green+Blue) = 230+168+8=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A808 is #1957F7. Grayscale: #A9A9A9. Windows color (decimal): -1660920 or 567526. OLE color: 567526.
HSL color Cylindrical-coordinate representation of color #E6A808: hue angle of 43.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6A808 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.10 |
| HSL | 43.24º | 0.93% | 0.47% | - |
| HSV(B) | 43.24º | 0.97% | 0.9% | - |
| XYZ | 46.68 | 44.85 | 6.43 | - |
| YUV | 168.3 | 37.54 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 8 | 0 | 0.27 | 0.97 | 0.10 | 43.24 | 0.93 | 0.47 |
| Hex | E6 | A8 | 8 | 0 | 1B | 61 | A | 2B | 5D | 2F |
| Octal | 346 | 250 | 10 | 0 | 33 | 141 | 12 | 53 | 135 | 57 |
| Binary | 11100110 | 10101000 | 1000 | 0 | 11011 | 1100001 | 1010 | 101011 | 1011101 | 101111 |
Color Harmonies of #E6A808
Complementary color
Monochromatic Colors of #E6A808
Black with #E6A808
Text Example
Text Example
White with #E6A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A808; }
p { color: rgb(230,168,8); }
H1.HeaderClassName
{
color: #E6A808;
}
.AnyTagClassName
{
color: #E6A808;
}
</style>
background-color css
<style>
a { background-color: #E6A808; }
a { background-color: rgb(230,168,8); }
div.DivClassName
{
background-color: #E6A808;
}
.BgClassName
{
background-color: #E6A808;
}
</style>
border-color css
<style>
span { border-color: #E6A808; }
span { border-color: rgb(230,168,8); }
td.TdClassName
{
border-color: #E6A808;
}
.TagClassName
{
border-color: #E6A808;
}
</style>