Shades of Gamboge #CEA201
Tints of Gamboge #CEA201
RGB
CMYK
RGB Variations
Color information
#CEA201 (or 0xCEA201) is known color: Gamboge. HEX triplet: CE, A2 and 01. RGB value is (206,162,1). Sum of RGB (Red+Green+Blue) = 206+162+1=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA201 is #315DFE. Grayscale: #9D9D9D. Windows color (decimal): -3235327 or 107214. OLE color: 107214.
HSL color Cylindrical-coordinate representation of color #CEA201: hue angle of 47.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEA201 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.19 |
| HSL | 47.12º | 0.99% | 0.41% | - |
| HSV(B) | 47.12º | 1% | 0.81% | - |
| XYZ | 38.38 | 38.96 | 5.53 | - |
| YUV | 156.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 1 | 0 | 0.21 | 1.00 | 0.19 | 47.12 | 0.99 | 0.41 |
| Hex | CE | A2 | 1 | 0 | 15 | 64 | 13 | 2F | 63 | 29 |
| Octal | 316 | 242 | 1 | 0 | 25 | 144 | 23 | 57 | 143 | 51 |
| Binary | 11001110 | 10100010 | 1 | 0 | 10101 | 1100100 | 10011 | 101111 | 1100011 | 101001 |
Color Harmonies of #CEA201
Complementary color
Monochromatic Colors of #CEA201
Black with #CEA201
Text Example
Text Example
White with #CEA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA201; }
p { color: rgb(206,162,1); }
H1.HeaderClassName
{
color: #CEA201;
}
.AnyTagClassName
{
color: #CEA201;
}
</style>
background-color css
<style>
a { background-color: #CEA201; }
a { background-color: rgb(206,162,1); }
div.DivClassName
{
background-color: #CEA201;
}
.BgClassName
{
background-color: #CEA201;
}
</style>
border-color css
<style>
span { border-color: #CEA201; }
span { border-color: rgb(206,162,1); }
td.TdClassName
{
border-color: #CEA201;
}
.TagClassName
{
border-color: #CEA201;
}
</style>