Shades of Gamboge #E6A106
Tints of Gamboge #E6A106
RGB
CMYK
RGB Variations
Color information
#E6A106 (or 0xE6A106) is known color: Gamboge. HEX triplet: E6, A1 and 06. RGB value is (230,161,6). Sum of RGB (Red+Green+Blue) = 230+161+6=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A106 is #195EF9. Grayscale: #A4A4A4. Windows color (decimal): -1662714 or 434662. OLE color: 434662.
HSL color Cylindrical-coordinate representation of color #E6A106: hue angle of 41.52º 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 #E6A106 is Cyan = 0, Magento = 0.3, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 6 | - |
| CMYK | 0 | 0.3 | 0.97 | 0.10 |
| HSL | 41.52º | 0.95% | 0.46% | - |
| HSV(B) | 41.52º | 0.97% | 0.9% | - |
| XYZ | 45.41 | 42.33 | 5.95 | - |
| YUV | 163.96 | 38.86 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 6 | 0 | 0.3 | 0.97 | 0.10 | 41.52 | 0.95 | 0.46 |
| Hex | E6 | A1 | 6 | 0 | 1E | 61 | A | 2A | 5F | 2E |
| Octal | 346 | 241 | 6 | 0 | 36 | 141 | 12 | 52 | 137 | 56 |
| Binary | 11100110 | 10100001 | 110 | 0 | 11110 | 1100001 | 1010 | 101010 | 1011111 | 101110 |
Color Harmonies of #E6A106
Complementary color
Monochromatic Colors of #E6A106
Black with #E6A106
Text Example
Text Example
White with #E6A106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A106; }
p { color: rgb(230,161,6); }
H1.HeaderClassName
{
color: #E6A106;
}
.AnyTagClassName
{
color: #E6A106;
}
</style>
background-color css
<style>
a { background-color: #E6A106; }
a { background-color: rgb(230,161,6); }
div.DivClassName
{
background-color: #E6A106;
}
.BgClassName
{
background-color: #E6A106;
}
</style>
border-color css
<style>
span { border-color: #E6A106; }
span { border-color: rgb(230,161,6); }
td.TdClassName
{
border-color: #E6A106;
}
.TagClassName
{
border-color: #E6A106;
}
</style>