Shades of Gamboge #E6A708
Tints of Gamboge #E6A708
RGB
CMYK
RGB Variations
Color information
#E6A708 (or 0xE6A708) is known color: Gamboge. HEX triplet: E6, A7 and 08. RGB value is (230,167,8). Sum of RGB (Red+Green+Blue) = 230+167+8=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A708 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A708 is #1958F7. Grayscale: #A8A8A8. Windows color (decimal): -1661176 or 567270. OLE color: 567270.
HSL color Cylindrical-coordinate representation of color #E6A708: hue angle of 42.97º 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 #E6A708 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.10 |
| HSL | 42.97º | 0.93% | 0.47% | - |
| HSV(B) | 42.97º | 0.97% | 0.9% | - |
| XYZ | 46.5 | 44.48 | 6.36 | - |
| YUV | 167.71 | 37.87 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 8 | 0 | 0.27 | 0.97 | 0.10 | 42.97 | 0.93 | 0.47 |
| Hex | E6 | A7 | 8 | 0 | 1B | 61 | A | 2B | 5D | 2F |
| Octal | 346 | 247 | 10 | 0 | 33 | 141 | 12 | 53 | 135 | 57 |
| Binary | 11100110 | 10100111 | 1000 | 0 | 11011 | 1100001 | 1010 | 101011 | 1011101 | 101111 |
Color Harmonies of #E6A708
Complementary color
Monochromatic Colors of #E6A708
Black with #E6A708
Text Example
Text Example
White with #E6A708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A708; }
p { color: rgb(230,167,8); }
H1.HeaderClassName
{
color: #E6A708;
}
.AnyTagClassName
{
color: #E6A708;
}
</style>
background-color css
<style>
a { background-color: #E6A708; }
a { background-color: rgb(230,167,8); }
div.DivClassName
{
background-color: #E6A708;
}
.BgClassName
{
background-color: #E6A708;
}
</style>
border-color css
<style>
span { border-color: #E6A708; }
span { border-color: rgb(230,167,8); }
td.TdClassName
{
border-color: #E6A708;
}
.TagClassName
{
border-color: #E6A708;
}
</style>