Shades of Gamboge #CEA002
Tints of Gamboge #CEA002
RGB
CMYK
RGB Variations
Color information
#CEA002 (or 0xCEA002) is known color: Gamboge. HEX triplet: CE, A0 and 02. RGB value is (206,160,2). Sum of RGB (Red+Green+Blue) = 206+160+2=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA002 is #315FFD. Grayscale: #9C9C9C. Windows color (decimal): -3235838 or 172238. OLE color: 172238.
HSL color Cylindrical-coordinate representation of color #CEA002: hue angle of 46.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEA002 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.19 |
| HSL | 46.47º | 0.98% | 0.41% | - |
| HSV(B) | 46.47º | 0.99% | 0.81% | - |
| XYZ | 38.04 | 38.27 | 5.44 | - |
| YUV | 155.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 2 | 0 | 0.22 | 0.99 | 0.19 | 46.47 | 0.98 | 0.41 |
| Hex | CE | A0 | 2 | 0 | 16 | 63 | 13 | 2E | 62 | 29 |
| Octal | 316 | 240 | 2 | 0 | 26 | 143 | 23 | 56 | 142 | 51 |
| Binary | 11001110 | 10100000 | 10 | 0 | 10110 | 1100011 | 10011 | 101110 | 1100010 | 101001 |
Color Harmonies of #CEA002
Complementary color
Monochromatic Colors of #CEA002
Black with #CEA002
Text Example
Text Example
White with #CEA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA002; }
p { color: rgb(206,160,2); }
H1.HeaderClassName
{
color: #CEA002;
}
.AnyTagClassName
{
color: #CEA002;
}
</style>
background-color css
<style>
a { background-color: #CEA002; }
a { background-color: rgb(206,160,2); }
div.DivClassName
{
background-color: #CEA002;
}
.BgClassName
{
background-color: #CEA002;
}
</style>
border-color css
<style>
span { border-color: #CEA002; }
span { border-color: rgb(206,160,2); }
td.TdClassName
{
border-color: #CEA002;
}
.TagClassName
{
border-color: #CEA002;
}
</style>