Shades of Gamboge #CE9901
Tints of Gamboge #CE9901
RGB
CMYK
RGB Variations
Color information
#CE9901 (or 0xCE9901) is known color: Gamboge. HEX triplet: CE, 99 and 01. RGB value is (206,153,1). Sum of RGB (Red+Green+Blue) = 206+153+1=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9901 is #3166FE. Grayscale: #989898. Windows color (decimal): -3237631 or 104910. OLE color: 104910.
HSL color Cylindrical-coordinate representation of color #CE9901: hue angle of 44.49º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE9901 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.19 |
| HSL | 44.49º | 0.99% | 0.41% | - |
| HSV(B) | 44.49º | 1% | 0.81% | - |
| XYZ | 36.85 | 35.91 | 5.02 | - |
| YUV | 151.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 1 | 0 | 0.26 | 1.00 | 0.19 | 44.49 | 0.99 | 0.41 |
| Hex | CE | 99 | 1 | 0 | 1A | 64 | 13 | 2C | 63 | 29 |
| Octal | 316 | 231 | 1 | 0 | 32 | 144 | 23 | 54 | 143 | 51 |
| Binary | 11001110 | 10011001 | 1 | 0 | 11010 | 1100100 | 10011 | 101100 | 1100011 | 101001 |
Color Harmonies of #CE9901
Complementary color
Monochromatic Colors of #CE9901
Black with #CE9901
Text Example
Text Example
White with #CE9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9901; }
p { color: rgb(206,153,1); }
H1.HeaderClassName
{
color: #CE9901;
}
.AnyTagClassName
{
color: #CE9901;
}
</style>
background-color css
<style>
a { background-color: #CE9901; }
a { background-color: rgb(206,153,1); }
div.DivClassName
{
background-color: #CE9901;
}
.BgClassName
{
background-color: #CE9901;
}
</style>
border-color css
<style>
span { border-color: #CE9901; }
span { border-color: rgb(206,153,1); }
td.TdClassName
{
border-color: #CE9901;
}
.TagClassName
{
border-color: #CE9901;
}
</style>