Shades of Gamboge #CE9D00
Tints of Gamboge #CE9D00
RGB
CMYK
RGB Variations
Color information
#CE9D00 (or 0xCE9D00) is known color: Gamboge. HEX triplet: CE, 9D and 00. RGB value is (206,157,0). Sum of RGB (Red+Green+Blue) = 206+157+0=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9D00 is #3162FF. Grayscale: #9A9A9A. Windows color (decimal): -3236608 or 40398. OLE color: 40398.
HSL color Cylindrical-coordinate representation of color #CE9D00: hue angle of 45.73º 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 #CE9D00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.19 |
| HSL | 45.73º | 1% | 0.4% | - |
| HSV(B) | 45.73º | 1% | 0.81% | - |
| XYZ | 37.51 | 37.24 | 5.21 | - |
| YUV | 153.75 | 41.23 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 0 | 0 | 0.24 | 1 | 0.19 | 45.73 | 1 | 0.4 |
| Hex | CE | 9D | 0 | 0 | 18 | 64 | 13 | 2E | 64 | 28 |
| Octal | 316 | 235 | 0 | 0 | 30 | 144 | 23 | 56 | 144 | 50 |
| Binary | 11001110 | 10011101 | 0 | 0 | 11000 | 1100100 | 10011 | 101110 | 1100100 | 101000 |
Color Harmonies of #CE9D00
Complementary color
Monochromatic Colors of #CE9D00
Black with #CE9D00
Text Example
Text Example
White with #CE9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D00; }
p { color: rgb(206,157,0); }
H1.HeaderClassName
{
color: #CE9D00;
}
.AnyTagClassName
{
color: #CE9D00;
}
</style>
background-color css
<style>
a { background-color: #CE9D00; }
a { background-color: rgb(206,157,0); }
div.DivClassName
{
background-color: #CE9D00;
}
.BgClassName
{
background-color: #CE9D00;
}
</style>
border-color css
<style>
span { border-color: #CE9D00; }
span { border-color: rgb(206,157,0); }
td.TdClassName
{
border-color: #CE9D00;
}
.TagClassName
{
border-color: #CE9D00;
}
</style>