Shades of Gamboge #CE9D09
Tints of Gamboge #CE9D09
RGB
CMYK
RGB Variations
Color information
#CE9D09 (or 0xCE9D09) is known color: Gamboge. HEX triplet: CE, 9D and 09. RGB value is (206,157,9). Sum of RGB (Red+Green+Blue) = 206+157+9=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9D09 is #3162F6. Grayscale: #9B9B9B. Windows color (decimal): -3236599 or 630222. OLE color: 630222.
HSL color Cylindrical-coordinate representation of color #CE9D09: hue angle of 45.08º 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 #CE9D09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.19 |
| HSL | 45.08º | 0.92% | 0.42% | - |
| HSV(B) | 45.08º | 0.96% | 0.81% | - |
| XYZ | 37.56 | 37.26 | 5.47 | - |
| YUV | 154.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 9 | 0 | 0.24 | 0.96 | 0.19 | 45.08 | 0.92 | 0.42 |
| Hex | CE | 9D | 9 | 0 | 18 | 60 | 13 | 2D | 5C | 2A |
| Octal | 316 | 235 | 11 | 0 | 30 | 140 | 23 | 55 | 134 | 52 |
| Binary | 11001110 | 10011101 | 1001 | 0 | 11000 | 1100000 | 10011 | 101101 | 1011100 | 101010 |
Color Harmonies of #CE9D09
Complementary color
Monochromatic Colors of #CE9D09
Black with #CE9D09
Text Example
Text Example
White with #CE9D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D09; }
p { color: rgb(206,157,9); }
H1.HeaderClassName
{
color: #CE9D09;
}
.AnyTagClassName
{
color: #CE9D09;
}
</style>
background-color css
<style>
a { background-color: #CE9D09; }
a { background-color: rgb(206,157,9); }
div.DivClassName
{
background-color: #CE9D09;
}
.BgClassName
{
background-color: #CE9D09;
}
</style>
border-color css
<style>
span { border-color: #CE9D09; }
span { border-color: rgb(206,157,9); }
td.TdClassName
{
border-color: #CE9D09;
}
.TagClassName
{
border-color: #CE9D09;
}
</style>