Shades of Gamboge #CE9600
Tints of Gamboge #CE9600
RGB
CMYK
RGB Variations
Color information
#CE9600 (or 0xCE9600) is known color: Gamboge. HEX triplet: CE, 96 and 00. RGB value is (206,150,0). Sum of RGB (Red+Green+Blue) = 206+150+0=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9600 is #3169FF. Grayscale: #969696. Windows color (decimal): -3238400 or 38606. OLE color: 38606.
HSL color Cylindrical-coordinate representation of color #CE9600: hue angle of 43.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9600 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.19 |
| HSL | 43.69º | 1% | 0.4% | - |
| HSV(B) | 43.69º | 1% | 0.81% | - |
| XYZ | 36.36 | 34.93 | 4.83 | - |
| YUV | 149.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 0 | 0 | 0.27 | 1 | 0.19 | 43.69 | 1 | 0.4 |
| Hex | CE | 96 | 0 | 0 | 1B | 64 | 13 | 2C | 64 | 28 |
| Octal | 316 | 226 | 0 | 0 | 33 | 144 | 23 | 54 | 144 | 50 |
| Binary | 11001110 | 10010110 | 0 | 0 | 11011 | 1100100 | 10011 | 101100 | 1100100 | 101000 |
Color Harmonies of #CE9600
Complementary color
Monochromatic Colors of #CE9600
Black with #CE9600
Text Example
Text Example
White with #CE9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9600; }
p { color: rgb(206,150,0); }
H1.HeaderClassName
{
color: #CE9600;
}
.AnyTagClassName
{
color: #CE9600;
}
</style>
background-color css
<style>
a { background-color: #CE9600; }
a { background-color: rgb(206,150,0); }
div.DivClassName
{
background-color: #CE9600;
}
.BgClassName
{
background-color: #CE9600;
}
</style>
border-color css
<style>
span { border-color: #CE9600; }
span { border-color: rgb(206,150,0); }
td.TdClassName
{
border-color: #CE9600;
}
.TagClassName
{
border-color: #CE9600;
}
</style>