Shades of Gamboge #CEA702
Tints of Gamboge #CEA702
RGB
CMYK
RGB Variations
Color information
#CEA702 (or 0xCEA702) is known color: Gamboge. HEX triplet: CE, A7 and 02. RGB value is (206,167,2). Sum of RGB (Red+Green+Blue) = 206+167+2=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA702 is #3158FD. Grayscale: #A0A0A0. Windows color (decimal): -3234046 or 174030. OLE color: 174030.
HSL color Cylindrical-coordinate representation of color #CEA702: hue angle of 48.53º 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 #CEA702 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.19 |
| HSL | 48.53º | 0.98% | 0.41% | - |
| HSV(B) | 48.53º | 0.99% | 0.81% | - |
| XYZ | 39.28 | 40.76 | 5.86 | - |
| YUV | 159.85 | 38.92 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 2 | 0 | 0.19 | 0.99 | 0.19 | 48.53 | 0.98 | 0.41 |
| Hex | CE | A7 | 2 | 0 | 13 | 63 | 13 | 31 | 62 | 29 |
| Octal | 316 | 247 | 2 | 0 | 23 | 143 | 23 | 61 | 142 | 51 |
| Binary | 11001110 | 10100111 | 10 | 0 | 10011 | 1100011 | 10011 | 110001 | 1100010 | 101001 |
Color Harmonies of #CEA702
Complementary color
Monochromatic Colors of #CEA702
Black with #CEA702
Text Example
Text Example
White with #CEA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA702; }
p { color: rgb(206,167,2); }
H1.HeaderClassName
{
color: #CEA702;
}
.AnyTagClassName
{
color: #CEA702;
}
</style>
background-color css
<style>
a { background-color: #CEA702; }
a { background-color: rgb(206,167,2); }
div.DivClassName
{
background-color: #CEA702;
}
.BgClassName
{
background-color: #CEA702;
}
</style>
border-color css
<style>
span { border-color: #CEA702; }
span { border-color: rgb(206,167,2); }
td.TdClassName
{
border-color: #CEA702;
}
.TagClassName
{
border-color: #CEA702;
}
</style>