Shades of Gamboge #CE9A0C
Tints of Gamboge #CE9A0C
RGB
CMYK
RGB Variations
Color information
#CE9A0C (or 0xCE9A0C) is known color: Gamboge. HEX triplet: CE, 9A and 0C. RGB value is (206,154,12). Sum of RGB (Red+Green+Blue) = 206+154+12=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A0C is #3165F3. Grayscale: #999999. Windows color (decimal): -3237364 or 826062. OLE color: 826062.
HSL color Cylindrical-coordinate representation of color #CE9A0C: hue angle of 43.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE9A0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 12 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.19 |
| HSL | 43.92º | 0.89% | 0.43% | - |
| HSV(B) | 43.92º | 0.94% | 0.81% | - |
| XYZ | 37.08 | 36.26 | 5.39 | - |
| YUV | 153.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 12 | 0 | 0.25 | 0.94 | 0.19 | 43.92 | 0.89 | 0.43 |
| Hex | CE | 9A | C | 0 | 19 | 5E | 13 | 2C | 59 | 2B |
| Octal | 316 | 232 | 14 | 0 | 31 | 136 | 23 | 54 | 131 | 53 |
| Binary | 11001110 | 10011010 | 1100 | 0 | 11001 | 1011110 | 10011 | 101100 | 1011001 | 101011 |
Color Harmonies of #CE9A0C
Complementary color
Monochromatic Colors of #CE9A0C
Black with #CE9A0C
Text Example
Text Example
White with #CE9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A0C; }
p { color: rgb(206,154,12); }
H1.HeaderClassName
{
color: #CE9A0C;
}
.AnyTagClassName
{
color: #CE9A0C;
}
</style>
background-color css
<style>
a { background-color: #CE9A0C; }
a { background-color: rgb(206,154,12); }
div.DivClassName
{
background-color: #CE9A0C;
}
.BgClassName
{
background-color: #CE9A0C;
}
</style>
border-color css
<style>
span { border-color: #CE9A0C; }
span { border-color: rgb(206,154,12); }
td.TdClassName
{
border-color: #CE9A0C;
}
.TagClassName
{
border-color: #CE9A0C;
}
</style>