Shades of Gamboge #CE9803
Tints of Gamboge #CE9803
RGB
CMYK
RGB Variations
Color information
#CE9803 (or 0xCE9803) is known color: Gamboge. HEX triplet: CE, 98 and 03. RGB value is (206,152,3). Sum of RGB (Red+Green+Blue) = 206+152+3=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9803 is #3167FC. Grayscale: #979797. Windows color (decimal): -3237885 or 235726. OLE color: 235726.
HSL color Cylindrical-coordinate representation of color #CE9803: hue angle of 44.04º degrees, saturation: 0.97, 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 #CE9803 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.19 |
| HSL | 44.04º | 0.97% | 0.41% | - |
| HSV(B) | 44.04º | 0.99% | 0.81% | - |
| XYZ | 36.7 | 35.58 | 5.02 | - |
| YUV | 151.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 3 | 0 | 0.26 | 0.99 | 0.19 | 44.04 | 0.97 | 0.41 |
| Hex | CE | 98 | 3 | 0 | 1A | 63 | 13 | 2C | 61 | 29 |
| Octal | 316 | 230 | 3 | 0 | 32 | 143 | 23 | 54 | 141 | 51 |
| Binary | 11001110 | 10011000 | 11 | 0 | 11010 | 1100011 | 10011 | 101100 | 1100001 | 101001 |
Color Harmonies of #CE9803
Complementary color
Monochromatic Colors of #CE9803
Black with #CE9803
Text Example
Text Example
White with #CE9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9803; }
p { color: rgb(206,152,3); }
H1.HeaderClassName
{
color: #CE9803;
}
.AnyTagClassName
{
color: #CE9803;
}
</style>
background-color css
<style>
a { background-color: #CE9803; }
a { background-color: rgb(206,152,3); }
div.DivClassName
{
background-color: #CE9803;
}
.BgClassName
{
background-color: #CE9803;
}
</style>
border-color css
<style>
span { border-color: #CE9803; }
span { border-color: rgb(206,152,3); }
td.TdClassName
{
border-color: #CE9803;
}
.TagClassName
{
border-color: #CE9803;
}
</style>