Shades of Gamboge #CE9A0D
Tints of Gamboge #CE9A0D
RGB
CMYK
RGB Variations
Color information
#CE9A0D (or 0xCE9A0D) is known color: Gamboge. HEX triplet: CE, 9A and 0D. RGB value is (206,154,13). Sum of RGB (Red+Green+Blue) = 206+154+13=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A0D is #3165F2. Grayscale: #9A9A9A. Windows color (decimal): -3237363 or 891598. OLE color: 891598.
HSL color Cylindrical-coordinate representation of color #CE9A0D: hue angle of 43.83º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE9A0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.19 |
| HSL | 43.83º | 0.88% | 0.43% | - |
| HSV(B) | 43.83º | 0.94% | 0.81% | - |
| XYZ | 37.08 | 36.26 | 5.43 | - |
| YUV | 153.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 13 | 0 | 0.25 | 0.94 | 0.19 | 43.83 | 0.88 | 0.43 |
| Hex | CE | 9A | D | 0 | 19 | 5E | 13 | 2C | 58 | 2B |
| Octal | 316 | 232 | 15 | 0 | 31 | 136 | 23 | 54 | 130 | 53 |
| Binary | 11001110 | 10011010 | 1101 | 0 | 11001 | 1011110 | 10011 | 101100 | 1011000 | 101011 |
Color Harmonies of #CE9A0D
Complementary color
Monochromatic Colors of #CE9A0D
Black with #CE9A0D
Text Example
Text Example
White with #CE9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A0D; }
p { color: rgb(206,154,13); }
H1.HeaderClassName
{
color: #CE9A0D;
}
.AnyTagClassName
{
color: #CE9A0D;
}
</style>
background-color css
<style>
a { background-color: #CE9A0D; }
a { background-color: rgb(206,154,13); }
div.DivClassName
{
background-color: #CE9A0D;
}
.BgClassName
{
background-color: #CE9A0D;
}
</style>
border-color css
<style>
span { border-color: #CE9A0D; }
span { border-color: rgb(206,154,13); }
td.TdClassName
{
border-color: #CE9A0D;
}
.TagClassName
{
border-color: #CE9A0D;
}
</style>