Shades of Gamboge #CEA009
Tints of Gamboge #CEA009
RGB
CMYK
RGB Variations
Color information
#CEA009 (or 0xCEA009) is known color: Gamboge. HEX triplet: CE, A0 and 09. RGB value is (206,160,9). Sum of RGB (Red+Green+Blue) = 206+160+9=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA009 is #315FF6. Grayscale: #9D9D9D. Windows color (decimal): -3235831 or 630990. OLE color: 630990.
HSL color Cylindrical-coordinate representation of color #CEA009: hue angle of 45.99º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA009 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.19 |
| HSL | 45.99º | 0.92% | 0.42% | - |
| HSV(B) | 45.99º | 0.96% | 0.81% | - |
| XYZ | 38.07 | 38.28 | 5.64 | - |
| YUV | 156.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 9 | 0 | 0.22 | 0.96 | 0.19 | 45.99 | 0.92 | 0.42 |
| Hex | CE | A0 | 9 | 0 | 16 | 60 | 13 | 2E | 5C | 2A |
| Octal | 316 | 240 | 11 | 0 | 26 | 140 | 23 | 56 | 134 | 52 |
| Binary | 11001110 | 10100000 | 1001 | 0 | 10110 | 1100000 | 10011 | 101110 | 1011100 | 101010 |
Color Harmonies of #CEA009
Complementary color
Monochromatic Colors of #CEA009
Black with #CEA009
Text Example
Text Example
White with #CEA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA009; }
p { color: rgb(206,160,9); }
H1.HeaderClassName
{
color: #CEA009;
}
.AnyTagClassName
{
color: #CEA009;
}
</style>
background-color css
<style>
a { background-color: #CEA009; }
a { background-color: rgb(206,160,9); }
div.DivClassName
{
background-color: #CEA009;
}
.BgClassName
{
background-color: #CEA009;
}
</style>
border-color css
<style>
span { border-color: #CEA009; }
span { border-color: rgb(206,160,9); }
td.TdClassName
{
border-color: #CEA009;
}
.TagClassName
{
border-color: #CEA009;
}
</style>