Shades of Gamboge #CEA802
Tints of Gamboge #CEA802
RGB
CMYK
RGB Variations
Color information
#CEA802 (or 0xCEA802) is known color: Gamboge. HEX triplet: CE, A8 and 02. RGB value is (206,168,2). Sum of RGB (Red+Green+Blue) = 206+168+2=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA802 is #3157FD. Grayscale: #A1A1A1. Windows color (decimal): -3233790 or 174286. OLE color: 174286.
HSL color Cylindrical-coordinate representation of color #CEA802: hue angle of 48.82º 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 #CEA802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.19 |
| HSL | 48.82º | 0.98% | 0.41% | - |
| HSV(B) | 48.82º | 0.99% | 0.81% | - |
| XYZ | 39.47 | 41.13 | 5.92 | - |
| YUV | 160.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 2 | 0 | 0.18 | 0.99 | 0.19 | 48.82 | 0.98 | 0.41 |
| Hex | CE | A8 | 2 | 0 | 12 | 63 | 13 | 31 | 62 | 29 |
| Octal | 316 | 250 | 2 | 0 | 22 | 143 | 23 | 61 | 142 | 51 |
| Binary | 11001110 | 10101000 | 10 | 0 | 10010 | 1100011 | 10011 | 110001 | 1100010 | 101001 |
Color Harmonies of #CEA802
Complementary color
Monochromatic Colors of #CEA802
Black with #CEA802
Text Example
Text Example
White with #CEA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA802; }
p { color: rgb(206,168,2); }
H1.HeaderClassName
{
color: #CEA802;
}
.AnyTagClassName
{
color: #CEA802;
}
</style>
background-color css
<style>
a { background-color: #CEA802; }
a { background-color: rgb(206,168,2); }
div.DivClassName
{
background-color: #CEA802;
}
.BgClassName
{
background-color: #CEA802;
}
</style>
border-color css
<style>
span { border-color: #CEA802; }
span { border-color: rgb(206,168,2); }
td.TdClassName
{
border-color: #CEA802;
}
.TagClassName
{
border-color: #CEA802;
}
</style>