Shades of Gamboge #CE9C02
Tints of Gamboge #CE9C02
RGB
CMYK
RGB Variations
Color information
#CE9C02 (or 0xCE9C02) is known color: Gamboge. HEX triplet: CE, 9C and 02. RGB value is (206,156,2). Sum of RGB (Red+Green+Blue) = 206+156+2=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C02 is #3163FD. Grayscale: #9A9A9A. Windows color (decimal): -3236862 or 171214. OLE color: 171214.
HSL color Cylindrical-coordinate representation of color #CE9C02: hue angle of 45.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE9C02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.19 |
| HSL | 45.29º | 0.98% | 0.41% | - |
| HSV(B) | 45.29º | 0.99% | 0.81% | - |
| XYZ | 37.35 | 36.9 | 5.21 | - |
| YUV | 153.39 | 42.57 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 2 | 0 | 0.24 | 0.99 | 0.19 | 45.29 | 0.98 | 0.41 |
| Hex | CE | 9C | 2 | 0 | 18 | 63 | 13 | 2D | 62 | 29 |
| Octal | 316 | 234 | 2 | 0 | 30 | 143 | 23 | 55 | 142 | 51 |
| Binary | 11001110 | 10011100 | 10 | 0 | 11000 | 1100011 | 10011 | 101101 | 1100010 | 101001 |
Color Harmonies of #CE9C02
Complementary color
Monochromatic Colors of #CE9C02
Black with #CE9C02
Text Example
Text Example
White with #CE9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C02; }
p { color: rgb(206,156,2); }
H1.HeaderClassName
{
color: #CE9C02;
}
.AnyTagClassName
{
color: #CE9C02;
}
</style>
background-color css
<style>
a { background-color: #CE9C02; }
a { background-color: rgb(206,156,2); }
div.DivClassName
{
background-color: #CE9C02;
}
.BgClassName
{
background-color: #CE9C02;
}
</style>
border-color css
<style>
span { border-color: #CE9C02; }
span { border-color: rgb(206,156,2); }
td.TdClassName
{
border-color: #CE9C02;
}
.TagClassName
{
border-color: #CE9C02;
}
</style>