Shades of Gamboge #CE9F02
Tints of Gamboge #CE9F02
RGB
CMYK
RGB Variations
Color information
#CE9F02 (or 0xCE9F02) is known color: Gamboge. HEX triplet: CE, 9F and 02. RGB value is (206,159,2). Sum of RGB (Red+Green+Blue) = 206+159+2=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F02 is #3160FD. Grayscale: #9B9B9B. Windows color (decimal): -3236094 or 171982. OLE color: 171982.
HSL color Cylindrical-coordinate representation of color #CE9F02: hue angle of 46.18º degrees, saturation: 0.98, 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 #CE9F02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.19 |
| HSL | 46.18º | 0.98% | 0.41% | - |
| HSV(B) | 46.18º | 0.99% | 0.81% | - |
| XYZ | 37.86 | 37.92 | 5.38 | - |
| YUV | 155.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 2 | 0 | 0.23 | 0.99 | 0.19 | 46.18 | 0.98 | 0.41 |
| Hex | CE | 9F | 2 | 0 | 17 | 63 | 13 | 2E | 62 | 29 |
| Octal | 316 | 237 | 2 | 0 | 27 | 143 | 23 | 56 | 142 | 51 |
| Binary | 11001110 | 10011111 | 10 | 0 | 10111 | 1100011 | 10011 | 101110 | 1100010 | 101001 |
Color Harmonies of #CE9F02
Complementary color
Monochromatic Colors of #CE9F02
Black with #CE9F02
Text Example
Text Example
White with #CE9F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F02; }
p { color: rgb(206,159,2); }
H1.HeaderClassName
{
color: #CE9F02;
}
.AnyTagClassName
{
color: #CE9F02;
}
</style>
background-color css
<style>
a { background-color: #CE9F02; }
a { background-color: rgb(206,159,2); }
div.DivClassName
{
background-color: #CE9F02;
}
.BgClassName
{
background-color: #CE9F02;
}
</style>
border-color css
<style>
span { border-color: #CE9F02; }
span { border-color: rgb(206,159,2); }
td.TdClassName
{
border-color: #CE9F02;
}
.TagClassName
{
border-color: #CE9F02;
}
</style>