Shades of Gamboge #CF9E00
Tints of Gamboge #CF9E00
RGB
CMYK
RGB Variations
Color information
#CF9E00 (or 0xCF9E00) is known color: Gamboge. HEX triplet: CF, 9E and 00. RGB value is (207,158,0). Sum of RGB (Red+Green+Blue) = 207+158+0=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9E00 is #3061FF. Grayscale: #9B9B9B. Windows color (decimal): -3170816 or 40655. OLE color: 40655.
HSL color Cylindrical-coordinate representation of color #CF9E00: hue angle of 45.8º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9E00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.19 |
| HSL | 45.8º | 1% | 0.41% | - |
| HSV(B) | 45.8º | 1% | 0.81% | - |
| XYZ | 37.96 | 37.72 | 5.28 | - |
| YUV | 154.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 0 | 0 | 0.24 | 1 | 0.19 | 45.8 | 1 | 0.41 |
| Hex | CF | 9E | 0 | 0 | 18 | 64 | 13 | 2E | 64 | 29 |
| Octal | 317 | 236 | 0 | 0 | 30 | 144 | 23 | 56 | 144 | 51 |
| Binary | 11001111 | 10011110 | 0 | 0 | 11000 | 1100100 | 10011 | 101110 | 1100100 | 101001 |
Color Harmonies of #CF9E00
Complementary color
Monochromatic Colors of #CF9E00
Black with #CF9E00
Text Example
Text Example
White with #CF9E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E00; }
p { color: rgb(207,158,0); }
H1.HeaderClassName
{
color: #CF9E00;
}
.AnyTagClassName
{
color: #CF9E00;
}
</style>
background-color css
<style>
a { background-color: #CF9E00; }
a { background-color: rgb(207,158,0); }
div.DivClassName
{
background-color: #CF9E00;
}
.BgClassName
{
background-color: #CF9E00;
}
</style>
border-color css
<style>
span { border-color: #CF9E00; }
span { border-color: rgb(207,158,0); }
td.TdClassName
{
border-color: #CF9E00;
}
.TagClassName
{
border-color: #CF9E00;
}
</style>