Shades of Gamboge #E6A602
Tints of Gamboge #E6A602
RGB
CMYK
RGB Variations
Color information
#E6A602 (or 0xE6A602) is known color: Gamboge. HEX triplet: E6, A6 and 02. RGB value is (230,166,2). Sum of RGB (Red+Green+Blue) = 230+166+2=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A602 is #1959FD. Grayscale: #A7A7A7. Windows color (decimal): -1661438 or 173798. OLE color: 173798.
HSL color Cylindrical-coordinate representation of color #E6A602: hue angle of 43.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6A602 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.10 |
| HSL | 43.16º | 0.98% | 0.45% | - |
| HSV(B) | 43.16º | 0.99% | 0.9% | - |
| XYZ | 46.28 | 44.1 | 6.13 | - |
| YUV | 166.44 | 35.2 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 2 | 0 | 0.28 | 0.99 | 0.10 | 43.16 | 0.98 | 0.45 |
| Hex | E6 | A6 | 2 | 0 | 1C | 63 | A | 2B | 62 | 2D |
| Octal | 346 | 246 | 2 | 0 | 34 | 143 | 12 | 53 | 142 | 55 |
| Binary | 11100110 | 10100110 | 10 | 0 | 11100 | 1100011 | 1010 | 101011 | 1100010 | 101101 |
Color Harmonies of #E6A602
Complementary color
Monochromatic Colors of #E6A602
Black with #E6A602
Text Example
Text Example
White with #E6A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A602; }
p { color: rgb(230,166,2); }
H1.HeaderClassName
{
color: #E6A602;
}
.AnyTagClassName
{
color: #E6A602;
}
</style>
background-color css
<style>
a { background-color: #E6A602; }
a { background-color: rgb(230,166,2); }
div.DivClassName
{
background-color: #E6A602;
}
.BgClassName
{
background-color: #E6A602;
}
</style>
border-color css
<style>
span { border-color: #E6A602; }
span { border-color: rgb(230,166,2); }
td.TdClassName
{
border-color: #E6A602;
}
.TagClassName
{
border-color: #E6A602;
}
</style>