Shades of Gamboge #CEA706
Tints of Gamboge #CEA706
RGB
CMYK
RGB Variations
Color information
#CEA706 (or 0xCEA706) is known color: Gamboge. HEX triplet: CE, A7 and 06. RGB value is (206,167,6). Sum of RGB (Red+Green+Blue) = 206+167+6=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA706 is #3158F9. Grayscale: #A0A0A0. Windows color (decimal): -3234042 or 436174. OLE color: 436174.
HSL color Cylindrical-coordinate representation of color #CEA706: hue angle of 48.3º 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 #CEA706 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.19 |
| HSL | 48.3º | 0.94% | 0.42% | - |
| HSV(B) | 48.3º | 0.97% | 0.81% | - |
| XYZ | 39.31 | 40.77 | 5.97 | - |
| YUV | 160.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 6 | 0 | 0.19 | 0.97 | 0.19 | 48.3 | 0.94 | 0.42 |
| Hex | CE | A7 | 6 | 0 | 13 | 61 | 13 | 30 | 5E | 2A |
| Octal | 316 | 247 | 6 | 0 | 23 | 141 | 23 | 60 | 136 | 52 |
| Binary | 11001110 | 10100111 | 110 | 0 | 10011 | 1100001 | 10011 | 110000 | 1011110 | 101010 |
Color Harmonies of #CEA706
Complementary color
Monochromatic Colors of #CEA706
Black with #CEA706
Text Example
Text Example
White with #CEA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA706; }
p { color: rgb(206,167,6); }
H1.HeaderClassName
{
color: #CEA706;
}
.AnyTagClassName
{
color: #CEA706;
}
</style>
background-color css
<style>
a { background-color: #CEA706; }
a { background-color: rgb(206,167,6); }
div.DivClassName
{
background-color: #CEA706;
}
.BgClassName
{
background-color: #CEA706;
}
</style>
border-color css
<style>
span { border-color: #CEA706; }
span { border-color: rgb(206,167,6); }
td.TdClassName
{
border-color: #CEA706;
}
.TagClassName
{
border-color: #CEA706;
}
</style>