Shades of Gamboge #CE9809
Tints of Gamboge #CE9809
RGB
CMYK
RGB Variations
Color information
#CE9809 (or 0xCE9809) is known color: Gamboge. HEX triplet: CE, 98 and 09. RGB value is (206,152,9). Sum of RGB (Red+Green+Blue) = 206+152+9=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9809 is #3167F6. Grayscale: #989898. Windows color (decimal): -3237879 or 628942. OLE color: 628942.
HSL color Cylindrical-coordinate representation of color #CE9809: hue angle of 43.55º 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 #CE9809 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.19 |
| HSL | 43.55º | 0.92% | 0.42% | - |
| HSV(B) | 43.55º | 0.96% | 0.81% | - |
| XYZ | 36.73 | 35.6 | 5.19 | - |
| YUV | 151.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 9 | 0 | 0.26 | 0.96 | 0.19 | 43.55 | 0.92 | 0.42 |
| Hex | CE | 98 | 9 | 0 | 1A | 60 | 13 | 2C | 5C | 2A |
| Octal | 316 | 230 | 11 | 0 | 32 | 140 | 23 | 54 | 134 | 52 |
| Binary | 11001110 | 10011000 | 1001 | 0 | 11010 | 1100000 | 10011 | 101100 | 1011100 | 101010 |
Color Harmonies of #CE9809
Complementary color
Monochromatic Colors of #CE9809
Black with #CE9809
Text Example
Text Example
White with #CE9809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9809; }
p { color: rgb(206,152,9); }
H1.HeaderClassName
{
color: #CE9809;
}
.AnyTagClassName
{
color: #CE9809;
}
</style>
background-color css
<style>
a { background-color: #CE9809; }
a { background-color: rgb(206,152,9); }
div.DivClassName
{
background-color: #CE9809;
}
.BgClassName
{
background-color: #CE9809;
}
</style>
border-color css
<style>
span { border-color: #CE9809; }
span { border-color: rgb(206,152,9); }
td.TdClassName
{
border-color: #CE9809;
}
.TagClassName
{
border-color: #CE9809;
}
</style>