Shades of Gamboge #E6A308
Tints of Gamboge #E6A308
RGB
CMYK
RGB Variations
Color information
#E6A308 (or 0xE6A308) is known color: Gamboge. HEX triplet: E6, A3 and 08. RGB value is (230,163,8). Sum of RGB (Red+Green+Blue) = 230+163+8=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A308 is #195CF7. Grayscale: #A6A6A6. Windows color (decimal): -1662200 or 566246. OLE color: 566246.
HSL color Cylindrical-coordinate representation of color #E6A308: hue angle of 41.89º 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 #E6A308 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.10 |
| HSL | 41.89º | 0.93% | 0.47% | - |
| HSV(B) | 41.89º | 0.97% | 0.9% | - |
| XYZ | 45.77 | 43.03 | 6.12 | - |
| YUV | 165.36 | 39.2 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 8 | 0 | 0.29 | 0.97 | 0.10 | 41.89 | 0.93 | 0.47 |
| Hex | E6 | A3 | 8 | 0 | 1D | 61 | A | 2A | 5D | 2F |
| Octal | 346 | 243 | 10 | 0 | 35 | 141 | 12 | 52 | 135 | 57 |
| Binary | 11100110 | 10100011 | 1000 | 0 | 11101 | 1100001 | 1010 | 101010 | 1011101 | 101111 |
Color Harmonies of #E6A308
Complementary color
Monochromatic Colors of #E6A308
Black with #E6A308
Text Example
Text Example
White with #E6A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A308; }
p { color: rgb(230,163,8); }
H1.HeaderClassName
{
color: #E6A308;
}
.AnyTagClassName
{
color: #E6A308;
}
</style>
background-color css
<style>
a { background-color: #E6A308; }
a { background-color: rgb(230,163,8); }
div.DivClassName
{
background-color: #E6A308;
}
.BgClassName
{
background-color: #E6A308;
}
</style>
border-color css
<style>
span { border-color: #E6A308; }
span { border-color: rgb(230,163,8); }
td.TdClassName
{
border-color: #E6A308;
}
.TagClassName
{
border-color: #E6A308;
}
</style>