Shades of Gamboge #E6A706
Tints of Gamboge #E6A706
RGB
CMYK
RGB Variations
Color information
#E6A706 (or 0xE6A706) is known color: Gamboge. HEX triplet: E6, A7 and 06. RGB value is (230,167,6). Sum of RGB (Red+Green+Blue) = 230+167+6=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A706 is #1958F9. Grayscale: #A8A8A8. Windows color (decimal): -1661178 or 436198. OLE color: 436198.
HSL color Cylindrical-coordinate representation of color #E6A706: hue angle of 43.12º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6A706 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.10 |
| HSL | 43.13º | 0.95% | 0.46% | - |
| HSV(B) | 43.13º | 0.97% | 0.9% | - |
| XYZ | 46.48 | 44.47 | 6.31 | - |
| YUV | 167.48 | 36.87 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 6 | 0 | 0.27 | 0.97 | 0.10 | 43.13 | 0.95 | 0.46 |
| Hex | E6 | A7 | 6 | 0 | 1B | 61 | A | 2B | 5F | 2E |
| Octal | 346 | 247 | 6 | 0 | 33 | 141 | 12 | 53 | 137 | 56 |
| Binary | 11100110 | 10100111 | 110 | 0 | 11011 | 1100001 | 1010 | 101011 | 1011111 | 101110 |
Color Harmonies of #E6A706
Complementary color
Monochromatic Colors of #E6A706
Black with #E6A706
Text Example
Text Example
White with #E6A706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A706; }
p { color: rgb(230,167,6); }
H1.HeaderClassName
{
color: #E6A706;
}
.AnyTagClassName
{
color: #E6A706;
}
</style>
background-color css
<style>
a { background-color: #E6A706; }
a { background-color: rgb(230,167,6); }
div.DivClassName
{
background-color: #E6A706;
}
.BgClassName
{
background-color: #E6A706;
}
</style>
border-color css
<style>
span { border-color: #E6A706; }
span { border-color: rgb(230,167,6); }
td.TdClassName
{
border-color: #E6A706;
}
.TagClassName
{
border-color: #E6A706;
}
</style>