Shades of Gamboge #CE9F0B
Tints of Gamboge #CE9F0B
RGB
CMYK
RGB Variations
Color information
#CE9F0B (or 0xCE9F0B) is known color: Gamboge. HEX triplet: CE, 9F and 0B. RGB value is (206,159,11). Sum of RGB (Red+Green+Blue) = 206+159+11=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F0B is #3160F4. Grayscale: #9C9C9C. Windows color (decimal): -3236085 or 761806. OLE color: 761806.
HSL color Cylindrical-coordinate representation of color #CE9F0B: hue angle of 45.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE9F0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.19 |
| HSL | 45.54º | 0.9% | 0.43% | - |
| HSV(B) | 45.54º | 0.95% | 0.81% | - |
| XYZ | 37.91 | 37.94 | 5.64 | - |
| YUV | 156.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 11 | 0 | 0.23 | 0.95 | 0.19 | 45.54 | 0.9 | 0.43 |
| Hex | CE | 9F | B | 0 | 17 | 5F | 13 | 2E | 5A | 2B |
| Octal | 316 | 237 | 13 | 0 | 27 | 137 | 23 | 56 | 132 | 53 |
| Binary | 11001110 | 10011111 | 1011 | 0 | 10111 | 1011111 | 10011 | 101110 | 1011010 | 101011 |
Color Harmonies of #CE9F0B
Complementary color
Monochromatic Colors of #CE9F0B
Black with #CE9F0B
Text Example
Text Example
White with #CE9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F0B; }
p { color: rgb(206,159,11); }
H1.HeaderClassName
{
color: #CE9F0B;
}
.AnyTagClassName
{
color: #CE9F0B;
}
</style>
background-color css
<style>
a { background-color: #CE9F0B; }
a { background-color: rgb(206,159,11); }
div.DivClassName
{
background-color: #CE9F0B;
}
.BgClassName
{
background-color: #CE9F0B;
}
</style>
border-color css
<style>
span { border-color: #CE9F0B; }
span { border-color: rgb(206,159,11); }
td.TdClassName
{
border-color: #CE9F0B;
}
.TagClassName
{
border-color: #CE9F0B;
}
</style>