Shades of Gamboge #CEA004
Tints of Gamboge #CEA004
RGB
CMYK
RGB Variations
Color information
#CEA004 (or 0xCEA004) is known color: Gamboge. HEX triplet: CE, A0 and 04. RGB value is (206,160,4). Sum of RGB (Red+Green+Blue) = 206+160+4=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA004 is #315FFB. Grayscale: #9C9C9C. Windows color (decimal): -3235836 or 303310. OLE color: 303310.
HSL color Cylindrical-coordinate representation of color #CEA004: hue angle of 46.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEA004 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.19 |
| HSL | 46.34º | 0.96% | 0.41% | - |
| HSV(B) | 46.34º | 0.98% | 0.81% | - |
| XYZ | 38.05 | 38.27 | 5.5 | - |
| YUV | 155.97 | 42.24 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 4 | 0 | 0.22 | 0.98 | 0.19 | 46.34 | 0.96 | 0.41 |
| Hex | CE | A0 | 4 | 0 | 16 | 62 | 13 | 2E | 60 | 29 |
| Octal | 316 | 240 | 4 | 0 | 26 | 142 | 23 | 56 | 140 | 51 |
| Binary | 11001110 | 10100000 | 100 | 0 | 10110 | 1100010 | 10011 | 101110 | 1100000 | 101001 |
Color Harmonies of #CEA004
Complementary color
Monochromatic Colors of #CEA004
Black with #CEA004
Text Example
Text Example
White with #CEA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA004; }
p { color: rgb(206,160,4); }
H1.HeaderClassName
{
color: #CEA004;
}
.AnyTagClassName
{
color: #CEA004;
}
</style>
background-color css
<style>
a { background-color: #CEA004; }
a { background-color: rgb(206,160,4); }
div.DivClassName
{
background-color: #CEA004;
}
.BgClassName
{
background-color: #CEA004;
}
</style>
border-color css
<style>
span { border-color: #CEA004; }
span { border-color: rgb(206,160,4); }
td.TdClassName
{
border-color: #CEA004;
}
.TagClassName
{
border-color: #CEA004;
}
</style>