Shades of Gamboge #CEA902
Tints of Gamboge #CEA902
RGB
CMYK
RGB Variations
Color information
#CEA902 (or 0xCEA902) is known color: Gamboge. HEX triplet: CE, A9 and 02. RGB value is (206,169,2). Sum of RGB (Red+Green+Blue) = 206+169+2=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA902 is #3156FD. Grayscale: #A1A1A1. Windows color (decimal): -3233534 or 174542. OLE color: 174542.
HSL color Cylindrical-coordinate representation of color #CEA902: hue angle of 49.12º 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 #CEA902 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.19 |
| HSL | 49.12º | 0.98% | 0.41% | - |
| HSV(B) | 49.12º | 0.99% | 0.81% | - |
| XYZ | 39.65 | 41.5 | 5.98 | - |
| YUV | 161.03 | 38.26 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 2 | 0 | 0.18 | 0.99 | 0.19 | 49.12 | 0.98 | 0.41 |
| Hex | CE | A9 | 2 | 0 | 12 | 63 | 13 | 31 | 62 | 29 |
| Octal | 316 | 251 | 2 | 0 | 22 | 143 | 23 | 61 | 142 | 51 |
| Binary | 11001110 | 10101001 | 10 | 0 | 10010 | 1100011 | 10011 | 110001 | 1100010 | 101001 |
Color Harmonies of #CEA902
Complementary color
Monochromatic Colors of #CEA902
Black with #CEA902
Text Example
Text Example
White with #CEA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA902; }
p { color: rgb(206,169,2); }
H1.HeaderClassName
{
color: #CEA902;
}
.AnyTagClassName
{
color: #CEA902;
}
</style>
background-color css
<style>
a { background-color: #CEA902; }
a { background-color: rgb(206,169,2); }
div.DivClassName
{
background-color: #CEA902;
}
.BgClassName
{
background-color: #CEA902;
}
</style>
border-color css
<style>
span { border-color: #CEA902; }
span { border-color: rgb(206,169,2); }
td.TdClassName
{
border-color: #CEA902;
}
.TagClassName
{
border-color: #CEA902;
}
</style>