Shades of Gamboge #CE9A01
Tints of Gamboge #CE9A01
RGB
CMYK
RGB Variations
Color information
#CE9A01 (or 0xCE9A01) is known color: Gamboge. HEX triplet: CE, 9A and 01. RGB value is (206,154,1). Sum of RGB (Red+Green+Blue) = 206+154+1=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A01 is #3165FE. Grayscale: #989898. Windows color (decimal): -3237375 or 105166. OLE color: 105166.
HSL color Cylindrical-coordinate representation of color #CE9A01: hue angle of 44.78º 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 #CE9A01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.19 |
| HSL | 44.78º | 0.99% | 0.41% | - |
| HSV(B) | 44.78º | 1% | 0.81% | - |
| XYZ | 37.01 | 36.24 | 5.07 | - |
| YUV | 152.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 1 | 0 | 0.25 | 1.00 | 0.19 | 44.78 | 0.99 | 0.41 |
| Hex | CE | 9A | 1 | 0 | 19 | 64 | 13 | 2D | 63 | 29 |
| Octal | 316 | 232 | 1 | 0 | 31 | 144 | 23 | 55 | 143 | 51 |
| Binary | 11001110 | 10011010 | 1 | 0 | 11001 | 1100100 | 10011 | 101101 | 1100011 | 101001 |
Color Harmonies of #CE9A01
Complementary color
Monochromatic Colors of #CE9A01
Black with #CE9A01
Text Example
Text Example
White with #CE9A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A01; }
p { color: rgb(206,154,1); }
H1.HeaderClassName
{
color: #CE9A01;
}
.AnyTagClassName
{
color: #CE9A01;
}
</style>
background-color css
<style>
a { background-color: #CE9A01; }
a { background-color: rgb(206,154,1); }
div.DivClassName
{
background-color: #CE9A01;
}
.BgClassName
{
background-color: #CE9A01;
}
</style>
border-color css
<style>
span { border-color: #CE9A01; }
span { border-color: rgb(206,154,1); }
td.TdClassName
{
border-color: #CE9A01;
}
.TagClassName
{
border-color: #CE9A01;
}
</style>