Shades of Gamboge #CE9F04
Tints of Gamboge #CE9F04
RGB
CMYK
RGB Variations
Color information
#CE9F04 (or 0xCE9F04) is known color: Gamboge. HEX triplet: CE, 9F and 04. RGB value is (206,159,4). Sum of RGB (Red+Green+Blue) = 206+159+4=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F04 is #3160FB. Grayscale: #9C9C9C. Windows color (decimal): -3236092 or 303054. OLE color: 303054.
HSL color Cylindrical-coordinate representation of color #CE9F04: hue angle of 46.04º degrees, saturation: 0.96, 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 #CE9F04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.19 |
| HSL | 46.04º | 0.96% | 0.41% | - |
| HSV(B) | 46.04º | 0.98% | 0.81% | - |
| XYZ | 37.87 | 37.93 | 5.44 | - |
| YUV | 155.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 4 | 0 | 0.23 | 0.98 | 0.19 | 46.04 | 0.96 | 0.41 |
| Hex | CE | 9F | 4 | 0 | 17 | 62 | 13 | 2E | 60 | 29 |
| Octal | 316 | 237 | 4 | 0 | 27 | 142 | 23 | 56 | 140 | 51 |
| Binary | 11001110 | 10011111 | 100 | 0 | 10111 | 1100010 | 10011 | 101110 | 1100000 | 101001 |
Color Harmonies of #CE9F04
Complementary color
Monochromatic Colors of #CE9F04
Black with #CE9F04
Text Example
Text Example
White with #CE9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F04; }
p { color: rgb(206,159,4); }
H1.HeaderClassName
{
color: #CE9F04;
}
.AnyTagClassName
{
color: #CE9F04;
}
</style>
background-color css
<style>
a { background-color: #CE9F04; }
a { background-color: rgb(206,159,4); }
div.DivClassName
{
background-color: #CE9F04;
}
.BgClassName
{
background-color: #CE9F04;
}
</style>
border-color css
<style>
span { border-color: #CE9F04; }
span { border-color: rgb(206,159,4); }
td.TdClassName
{
border-color: #CE9F04;
}
.TagClassName
{
border-color: #CE9F04;
}
</style>