Shades of Gamboge #CE9706
Tints of Gamboge #CE9706
RGB
CMYK
RGB Variations
Color information
#CE9706 (or 0xCE9706) is known color: Gamboge. HEX triplet: CE, 97 and 06. RGB value is (206,151,6). Sum of RGB (Red+Green+Blue) = 206+151+6=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9706 is #3168F9. Grayscale: #979797. Windows color (decimal): -3238138 or 432078. OLE color: 432078.
HSL color Cylindrical-coordinate representation of color #CE9706: hue angle of 43.5º 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 #CE9706 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.19 |
| HSL | 43.5º | 0.94% | 0.42% | - |
| HSV(B) | 43.5º | 0.97% | 0.81% | - |
| XYZ | 36.55 | 35.27 | 5.05 | - |
| YUV | 150.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 6 | 0 | 0.27 | 0.97 | 0.19 | 43.5 | 0.94 | 0.42 |
| Hex | CE | 97 | 6 | 0 | 1B | 61 | 13 | 2C | 5E | 2A |
| Octal | 316 | 227 | 6 | 0 | 33 | 141 | 23 | 54 | 136 | 52 |
| Binary | 11001110 | 10010111 | 110 | 0 | 11011 | 1100001 | 10011 | 101100 | 1011110 | 101010 |
Color Harmonies of #CE9706
Complementary color
Monochromatic Colors of #CE9706
Black with #CE9706
Text Example
Text Example
White with #CE9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9706; }
p { color: rgb(206,151,6); }
H1.HeaderClassName
{
color: #CE9706;
}
.AnyTagClassName
{
color: #CE9706;
}
</style>
background-color css
<style>
a { background-color: #CE9706; }
a { background-color: rgb(206,151,6); }
div.DivClassName
{
background-color: #CE9706;
}
.BgClassName
{
background-color: #CE9706;
}
</style>
border-color css
<style>
span { border-color: #CE9706; }
span { border-color: rgb(206,151,6); }
td.TdClassName
{
border-color: #CE9706;
}
.TagClassName
{
border-color: #CE9706;
}
</style>