Shades of Gamboge #E6A306
Tints of Gamboge #E6A306
RGB
CMYK
RGB Variations
Color information
#E6A306 (or 0xE6A306) is known color: Gamboge. HEX triplet: E6, A3 and 06. RGB value is (230,163,6). Sum of RGB (Red+Green+Blue) = 230+163+6=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A306 is #195CF9. Grayscale: #A5A5A5. Windows color (decimal): -1662202 or 435174. OLE color: 435174.
HSL color Cylindrical-coordinate representation of color #E6A306: hue angle of 42.05º 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 #E6A306 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.10 |
| HSL | 42.05º | 0.95% | 0.46% | - |
| HSV(B) | 42.05º | 0.97% | 0.9% | - |
| XYZ | 45.76 | 43.03 | 6.07 | - |
| YUV | 165.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 6 | 0 | 0.29 | 0.97 | 0.10 | 42.05 | 0.95 | 0.46 |
| Hex | E6 | A3 | 6 | 0 | 1D | 61 | A | 2A | 5F | 2E |
| Octal | 346 | 243 | 6 | 0 | 35 | 141 | 12 | 52 | 137 | 56 |
| Binary | 11100110 | 10100011 | 110 | 0 | 11101 | 1100001 | 1010 | 101010 | 1011111 | 101110 |
Color Harmonies of #E6A306
Complementary color
Monochromatic Colors of #E6A306
Black with #E6A306
Text Example
Text Example
White with #E6A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A306; }
p { color: rgb(230,163,6); }
H1.HeaderClassName
{
color: #E6A306;
}
.AnyTagClassName
{
color: #E6A306;
}
</style>
background-color css
<style>
a { background-color: #E6A306; }
a { background-color: rgb(230,163,6); }
div.DivClassName
{
background-color: #E6A306;
}
.BgClassName
{
background-color: #E6A306;
}
</style>
border-color css
<style>
span { border-color: #E6A306; }
span { border-color: rgb(230,163,6); }
td.TdClassName
{
border-color: #E6A306;
}
.TagClassName
{
border-color: #E6A306;
}
</style>