Shades of Gamboge #CE9B01
Tints of Gamboge #CE9B01
RGB
CMYK
RGB Variations
Color information
#CE9B01 (or 0xCE9B01) is known color: Gamboge. HEX triplet: CE, 9B and 01. RGB value is (206,155,1). Sum of RGB (Red+Green+Blue) = 206+155+1=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B01 is #3164FE. Grayscale: #999999. Windows color (decimal): -3237119 or 105422. OLE color: 105422.
HSL color Cylindrical-coordinate representation of color #CE9B01: hue angle of 45.07º 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 #CE9B01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.19 |
| HSL | 45.07º | 0.99% | 0.41% | - |
| HSV(B) | 45.07º | 1% | 0.81% | - |
| XYZ | 37.18 | 36.57 | 5.13 | - |
| YUV | 152.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 1 | 0 | 0.25 | 1.00 | 0.19 | 45.07 | 0.99 | 0.41 |
| Hex | CE | 9B | 1 | 0 | 19 | 64 | 13 | 2D | 63 | 29 |
| Octal | 316 | 233 | 1 | 0 | 31 | 144 | 23 | 55 | 143 | 51 |
| Binary | 11001110 | 10011011 | 1 | 0 | 11001 | 1100100 | 10011 | 101101 | 1100011 | 101001 |
Color Harmonies of #CE9B01
Complementary color
Monochromatic Colors of #CE9B01
Black with #CE9B01
Text Example
Text Example
White with #CE9B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B01; }
p { color: rgb(206,155,1); }
H1.HeaderClassName
{
color: #CE9B01;
}
.AnyTagClassName
{
color: #CE9B01;
}
</style>
background-color css
<style>
a { background-color: #CE9B01; }
a { background-color: rgb(206,155,1); }
div.DivClassName
{
background-color: #CE9B01;
}
.BgClassName
{
background-color: #CE9B01;
}
</style>
border-color css
<style>
span { border-color: #CE9B01; }
span { border-color: rgb(206,155,1); }
td.TdClassName
{
border-color: #CE9B01;
}
.TagClassName
{
border-color: #CE9B01;
}
</style>