Shades of Gamboge #CE9F05
Tints of Gamboge #CE9F05
RGB
CMYK
RGB Variations
Color information
#CE9F05 (or 0xCE9F05) is known color: Gamboge. HEX triplet: CE, 9F and 05. RGB value is (206,159,5). Sum of RGB (Red+Green+Blue) = 206+159+5=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F05 is #3160FA. Grayscale: #9C9C9C. Windows color (decimal): -3236091 or 368590. OLE color: 368590.
HSL color Cylindrical-coordinate representation of color #CE9F05: hue angle of 45.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE9F05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.19 |
| HSL | 45.97º | 0.95% | 0.41% | - |
| HSV(B) | 45.97º | 0.98% | 0.81% | - |
| XYZ | 37.88 | 37.93 | 5.47 | - |
| YUV | 155.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 5 | 0 | 0.23 | 0.98 | 0.19 | 45.97 | 0.95 | 0.41 |
| Hex | CE | 9F | 5 | 0 | 17 | 62 | 13 | 2E | 5F | 29 |
| Octal | 316 | 237 | 5 | 0 | 27 | 142 | 23 | 56 | 137 | 51 |
| Binary | 11001110 | 10011111 | 101 | 0 | 10111 | 1100010 | 10011 | 101110 | 1011111 | 101001 |
Color Harmonies of #CE9F05
Complementary color
Monochromatic Colors of #CE9F05
Black with #CE9F05
Text Example
Text Example
White with #CE9F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F05; }
p { color: rgb(206,159,5); }
H1.HeaderClassName
{
color: #CE9F05;
}
.AnyTagClassName
{
color: #CE9F05;
}
</style>
background-color css
<style>
a { background-color: #CE9F05; }
a { background-color: rgb(206,159,5); }
div.DivClassName
{
background-color: #CE9F05;
}
.BgClassName
{
background-color: #CE9F05;
}
</style>
border-color css
<style>
span { border-color: #CE9F05; }
span { border-color: rgb(206,159,5); }
td.TdClassName
{
border-color: #CE9F05;
}
.TagClassName
{
border-color: #CE9F05;
}
</style>