Shades of Gamboge #CEA202
Tints of Gamboge #CEA202
RGB
CMYK
RGB Variations
Color information
#CEA202 (or 0xCEA202) is known color: Gamboge. HEX triplet: CE, A2 and 02. RGB value is (206,162,2). Sum of RGB (Red+Green+Blue) = 206+162+2=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA202 is #315DFD. Grayscale: #9D9D9D. Windows color (decimal): -3235326 or 172750. OLE color: 172750.
HSL color Cylindrical-coordinate representation of color #CEA202: hue angle of 47.06º 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 #CEA202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.19 |
| HSL | 47.06º | 0.98% | 0.41% | - |
| HSV(B) | 47.06º | 0.99% | 0.81% | - |
| XYZ | 38.38 | 38.97 | 5.56 | - |
| YUV | 156.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 2 | 0 | 0.21 | 0.99 | 0.19 | 47.06 | 0.98 | 0.41 |
| Hex | CE | A2 | 2 | 0 | 15 | 63 | 13 | 2F | 62 | 29 |
| Octal | 316 | 242 | 2 | 0 | 25 | 143 | 23 | 57 | 142 | 51 |
| Binary | 11001110 | 10100010 | 10 | 0 | 10101 | 1100011 | 10011 | 101111 | 1100010 | 101001 |
Color Harmonies of #CEA202
Complementary color
Monochromatic Colors of #CEA202
Black with #CEA202
Text Example
Text Example
White with #CEA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA202; }
p { color: rgb(206,162,2); }
H1.HeaderClassName
{
color: #CEA202;
}
.AnyTagClassName
{
color: #CEA202;
}
</style>
background-color css
<style>
a { background-color: #CEA202; }
a { background-color: rgb(206,162,2); }
div.DivClassName
{
background-color: #CEA202;
}
.BgClassName
{
background-color: #CEA202;
}
</style>
border-color css
<style>
span { border-color: #CEA202; }
span { border-color: rgb(206,162,2); }
td.TdClassName
{
border-color: #CEA202;
}
.TagClassName
{
border-color: #CEA202;
}
</style>