Shades of Gamboge #CE9C09
Tints of Gamboge #CE9C09
RGB
CMYK
RGB Variations
Color information
#CE9C09 (or 0xCE9C09) is known color: Gamboge. HEX triplet: CE, 9C and 09. RGB value is (206,156,9). Sum of RGB (Red+Green+Blue) = 206+156+9=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C09 is #3163F6. Grayscale: #9A9A9A. Windows color (decimal): -3236855 or 629966. OLE color: 629966.
HSL color Cylindrical-coordinate representation of color #CE9C09: hue angle of 44.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE9C09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.19 |
| HSL | 44.77º | 0.92% | 0.42% | - |
| HSV(B) | 44.77º | 0.96% | 0.81% | - |
| XYZ | 37.39 | 36.92 | 5.41 | - |
| YUV | 154.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 9 | 0 | 0.24 | 0.96 | 0.19 | 44.77 | 0.92 | 0.42 |
| Hex | CE | 9C | 9 | 0 | 18 | 60 | 13 | 2D | 5C | 2A |
| Octal | 316 | 234 | 11 | 0 | 30 | 140 | 23 | 55 | 134 | 52 |
| Binary | 11001110 | 10011100 | 1001 | 0 | 11000 | 1100000 | 10011 | 101101 | 1011100 | 101010 |
Color Harmonies of #CE9C09
Complementary color
Monochromatic Colors of #CE9C09
Black with #CE9C09
Text Example
Text Example
White with #CE9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C09; }
p { color: rgb(206,156,9); }
H1.HeaderClassName
{
color: #CE9C09;
}
.AnyTagClassName
{
color: #CE9C09;
}
</style>
background-color css
<style>
a { background-color: #CE9C09; }
a { background-color: rgb(206,156,9); }
div.DivClassName
{
background-color: #CE9C09;
}
.BgClassName
{
background-color: #CE9C09;
}
</style>
border-color css
<style>
span { border-color: #CE9C09; }
span { border-color: rgb(206,156,9); }
td.TdClassName
{
border-color: #CE9C09;
}
.TagClassName
{
border-color: #CE9C09;
}
</style>