Shades of Gamboge #CE9B02
Tints of Gamboge #CE9B02
RGB
CMYK
RGB Variations
Color information
#CE9B02 (or 0xCE9B02) is known color: Gamboge. HEX triplet: CE, 9B and 02. RGB value is (206,155,2). Sum of RGB (Red+Green+Blue) = 206+155+2=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B02 is #3164FD. Grayscale: #999999. Windows color (decimal): -3237118 or 170958. OLE color: 170958.
HSL color Cylindrical-coordinate representation of color #CE9B02: hue angle of 45º 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 #CE9B02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.19 |
| HSL | 45º | 0.98% | 0.41% | - |
| HSV(B) | 45º | 0.99% | 0.81% | - |
| XYZ | 37.19 | 36.57 | 5.16 | - |
| YUV | 152.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 2 | 0 | 0.25 | 0.99 | 0.19 | 45 | 0.98 | 0.41 |
| Hex | CE | 9B | 2 | 0 | 19 | 63 | 13 | 2D | 62 | 29 |
| Octal | 316 | 233 | 2 | 0 | 31 | 143 | 23 | 55 | 142 | 51 |
| Binary | 11001110 | 10011011 | 10 | 0 | 11001 | 1100011 | 10011 | 101101 | 1100010 | 101001 |
Color Harmonies of #CE9B02
Complementary color
Monochromatic Colors of #CE9B02
Black with #CE9B02
Text Example
Text Example
White with #CE9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B02; }
p { color: rgb(206,155,2); }
H1.HeaderClassName
{
color: #CE9B02;
}
.AnyTagClassName
{
color: #CE9B02;
}
</style>
background-color css
<style>
a { background-color: #CE9B02; }
a { background-color: rgb(206,155,2); }
div.DivClassName
{
background-color: #CE9B02;
}
.BgClassName
{
background-color: #CE9B02;
}
</style>
border-color css
<style>
span { border-color: #CE9B02; }
span { border-color: rgb(206,155,2); }
td.TdClassName
{
border-color: #CE9B02;
}
.TagClassName
{
border-color: #CE9B02;
}
</style>