Shades of Gamboge #CF9E10
Tints of Gamboge #CF9E10
RGB
CMYK
RGB Variations
Color information
#CF9E10 (or 0xCF9E10) is known color: Gamboge. HEX triplet: CF, 9E and 10. RGB value is (207,158,16). Sum of RGB (Red+Green+Blue) = 207+158+16=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E10 is #3061EF. Grayscale: #9D9D9D. Windows color (decimal): -3170800 or 1089231. OLE color: 1089231.
HSL color Cylindrical-coordinate representation of color #CF9E10: hue angle of 44.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF9E10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.19 |
| HSL | 44.61º | 0.86% | 0.44% | - |
| HSV(B) | 44.61º | 0.92% | 0.81% | - |
| XYZ | 38.05 | 37.76 | 5.77 | - |
| YUV | 156.46 | 48.73 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 16 | 0 | 0.24 | 0.92 | 0.19 | 44.61 | 0.86 | 0.44 |
| Hex | CF | 9E | 10 | 0 | 18 | 5C | 13 | 2D | 56 | 2C |
| Octal | 317 | 236 | 20 | 0 | 30 | 134 | 23 | 55 | 126 | 54 |
| Binary | 11001111 | 10011110 | 10000 | 0 | 11000 | 1011100 | 10011 | 101101 | 1010110 | 101100 |
Color Harmonies of #CF9E10
Complementary color
Monochromatic Colors of #CF9E10
Black with #CF9E10
Text Example
Text Example
White with #CF9E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E10; }
p { color: rgb(207,158,16); }
H1.HeaderClassName
{
color: #CF9E10;
}
.AnyTagClassName
{
color: #CF9E10;
}
</style>
background-color css
<style>
a { background-color: #CF9E10; }
a { background-color: rgb(207,158,16); }
div.DivClassName
{
background-color: #CF9E10;
}
.BgClassName
{
background-color: #CF9E10;
}
</style>
border-color css
<style>
span { border-color: #CF9E10; }
span { border-color: rgb(207,158,16); }
td.TdClassName
{
border-color: #CF9E10;
}
.TagClassName
{
border-color: #CF9E10;
}
</style>