Shades of Gamboge #CEA000
Tints of Gamboge #CEA000
RGB
CMYK
RGB Variations
Color information
#CEA000 (or 0xCEA000) is known color: Gamboge. HEX triplet: CE, A0 and 00. RGB value is (206,160,0). Sum of RGB (Red+Green+Blue) = 206+160+0=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA000 is #315FFF. Grayscale: #9C9C9C. Windows color (decimal): -3235840 or 41166. OLE color: 41166.
HSL color Cylindrical-coordinate representation of color #CEA000: hue angle of 46.6º 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 #CEA000 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.19 |
| HSL | 46.6º | 1% | 0.4% | - |
| HSV(B) | 46.6º | 1% | 0.81% | - |
| XYZ | 38.02 | 38.26 | 5.38 | - |
| YUV | 155.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 0 | 0 | 0.22 | 1 | 0.19 | 46.6 | 1 | 0.4 |
| Hex | CE | A0 | 0 | 0 | 16 | 64 | 13 | 2F | 64 | 28 |
| Octal | 316 | 240 | 0 | 0 | 26 | 144 | 23 | 57 | 144 | 50 |
| Binary | 11001110 | 10100000 | 0 | 0 | 10110 | 1100100 | 10011 | 101111 | 1100100 | 101000 |
Color Harmonies of #CEA000
Complementary color
Monochromatic Colors of #CEA000
Black with #CEA000
Text Example
Text Example
White with #CEA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA000; }
p { color: rgb(206,160,0); }
H1.HeaderClassName
{
color: #CEA000;
}
.AnyTagClassName
{
color: #CEA000;
}
</style>
background-color css
<style>
a { background-color: #CEA000; }
a { background-color: rgb(206,160,0); }
div.DivClassName
{
background-color: #CEA000;
}
.BgClassName
{
background-color: #CEA000;
}
</style>
border-color css
<style>
span { border-color: #CEA000; }
span { border-color: rgb(206,160,0); }
td.TdClassName
{
border-color: #CEA000;
}
.TagClassName
{
border-color: #CEA000;
}
</style>