Shades of Gamboge #CE9212
Tints of Gamboge #CE9212
RGB
CMYK
RGB Variations
Color information
#CE9212 (or 0xCE9212) is known color: Gamboge. HEX triplet: CE, 92 and 12. RGB value is (206,146,18). Sum of RGB (Red+Green+Blue) = 206+146+18=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9212 is #316DED. Grayscale: #959595. Windows color (decimal): -3239406 or 1217230. OLE color: 1217230.
HSL color Cylindrical-coordinate representation of color #CE9212: hue angle of 40.85º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE9212 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.19 |
| HSL | 40.85º | 0.84% | 0.44% | - |
| HSV(B) | 40.85º | 0.91% | 0.81% | - |
| XYZ | 35.84 | 33.72 | 5.19 | - |
| YUV | 149.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 18 | 0 | 0.29 | 0.91 | 0.19 | 40.85 | 0.84 | 0.44 |
| Hex | CE | 92 | 12 | 0 | 1D | 5B | 13 | 29 | 54 | 2C |
| Octal | 316 | 222 | 22 | 0 | 35 | 133 | 23 | 51 | 124 | 54 |
| Binary | 11001110 | 10010010 | 10010 | 0 | 11101 | 1011011 | 10011 | 101001 | 1010100 | 101100 |
Color Harmonies of #CE9212
Complementary color
Monochromatic Colors of #CE9212
Black with #CE9212
Text Example
Text Example
White with #CE9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9212; }
p { color: rgb(206,146,18); }
H1.HeaderClassName
{
color: #CE9212;
}
.AnyTagClassName
{
color: #CE9212;
}
</style>
background-color css
<style>
a { background-color: #CE9212; }
a { background-color: rgb(206,146,18); }
div.DivClassName
{
background-color: #CE9212;
}
.BgClassName
{
background-color: #CE9212;
}
</style>
border-color css
<style>
span { border-color: #CE9212; }
span { border-color: rgb(206,146,18); }
td.TdClassName
{
border-color: #CE9212;
}
.TagClassName
{
border-color: #CE9212;
}
</style>