Shades of Gamboge #CEA806
Tints of Gamboge #CEA806
RGB
CMYK
RGB Variations
Color information
#CEA806 (or 0xCEA806) is known color: Gamboge. HEX triplet: CE, A8 and 06. RGB value is (206,168,6). Sum of RGB (Red+Green+Blue) = 206+168+6=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA806 is #3157F9. Grayscale: #A1A1A1. Windows color (decimal): -3233786 or 436430. OLE color: 436430.
HSL color Cylindrical-coordinate representation of color #CEA806: hue angle of 48.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEA806 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.19 |
| HSL | 48.6º | 0.94% | 0.42% | - |
| HSV(B) | 48.6º | 0.97% | 0.81% | - |
| XYZ | 39.49 | 41.14 | 6.03 | - |
| YUV | 160.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 6 | 0 | 0.18 | 0.97 | 0.19 | 48.6 | 0.94 | 0.42 |
| Hex | CE | A8 | 6 | 0 | 12 | 61 | 13 | 31 | 5E | 2A |
| Octal | 316 | 250 | 6 | 0 | 22 | 141 | 23 | 61 | 136 | 52 |
| Binary | 11001110 | 10101000 | 110 | 0 | 10010 | 1100001 | 10011 | 110001 | 1011110 | 101010 |
Color Harmonies of #CEA806
Complementary color
Monochromatic Colors of #CEA806
Black with #CEA806
Text Example
Text Example
White with #CEA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA806; }
p { color: rgb(206,168,6); }
H1.HeaderClassName
{
color: #CEA806;
}
.AnyTagClassName
{
color: #CEA806;
}
</style>
background-color css
<style>
a { background-color: #CEA806; }
a { background-color: rgb(206,168,6); }
div.DivClassName
{
background-color: #CEA806;
}
.BgClassName
{
background-color: #CEA806;
}
</style>
border-color css
<style>
span { border-color: #CEA806; }
span { border-color: rgb(206,168,6); }
td.TdClassName
{
border-color: #CEA806;
}
.TagClassName
{
border-color: #CEA806;
}
</style>