Shades of Gamboge #E6A608
Tints of Gamboge #E6A608
RGB
CMYK
RGB Variations
Color information
#E6A608 (or 0xE6A608) is known color: Gamboge. HEX triplet: E6, A6 and 08. RGB value is (230,166,8). Sum of RGB (Red+Green+Blue) = 230+166+8=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A608 is #1959F7. Grayscale: #A7A7A7. Windows color (decimal): -1661432 or 567014. OLE color: 567014.
HSL color Cylindrical-coordinate representation of color #E6A608: hue angle of 42.7º 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 #E6A608 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.10 |
| HSL | 42.7º | 0.93% | 0.47% | - |
| HSV(B) | 42.7º | 0.97% | 0.9% | - |
| XYZ | 46.31 | 44.11 | 6.3 | - |
| YUV | 167.12 | 38.2 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 8 | 0 | 0.28 | 0.97 | 0.10 | 42.7 | 0.93 | 0.47 |
| Hex | E6 | A6 | 8 | 0 | 1C | 61 | A | 2B | 5D | 2F |
| Octal | 346 | 246 | 10 | 0 | 34 | 141 | 12 | 53 | 135 | 57 |
| Binary | 11100110 | 10100110 | 1000 | 0 | 11100 | 1100001 | 1010 | 101011 | 1011101 | 101111 |
Color Harmonies of #E6A608
Complementary color
Monochromatic Colors of #E6A608
Black with #E6A608
Text Example
Text Example
White with #E6A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A608; }
p { color: rgb(230,166,8); }
H1.HeaderClassName
{
color: #E6A608;
}
.AnyTagClassName
{
color: #E6A608;
}
</style>
background-color css
<style>
a { background-color: #E6A608; }
a { background-color: rgb(230,166,8); }
div.DivClassName
{
background-color: #E6A608;
}
.BgClassName
{
background-color: #E6A608;
}
</style>
border-color css
<style>
span { border-color: #E6A608; }
span { border-color: rgb(230,166,8); }
td.TdClassName
{
border-color: #E6A608;
}
.TagClassName
{
border-color: #E6A608;
}
</style>