Shades of Gamboge #CEA501
Tints of Gamboge #CEA501
RGB
CMYK
RGB Variations
Color information
#CEA501 (or 0xCEA501) is known color: Gamboge. HEX triplet: CE, A5 and 01. RGB value is (206,165,1). Sum of RGB (Red+Green+Blue) = 206+165+1=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA501 is #315AFE. Grayscale: #9F9F9F. Windows color (decimal): -3234559 or 107982. OLE color: 107982.
HSL color Cylindrical-coordinate representation of color #CEA501: hue angle of 48º 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 #CEA501 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.19 |
| HSL | 48º | 0.99% | 0.41% | - |
| HSV(B) | 48º | 1% | 0.81% | - |
| XYZ | 38.91 | 40.03 | 5.71 | - |
| YUV | 158.56 | 39.08 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 1 | 0 | 0.20 | 1.00 | 0.19 | 48 | 0.99 | 0.41 |
| Hex | CE | A5 | 1 | 0 | 14 | 64 | 13 | 30 | 63 | 29 |
| Octal | 316 | 245 | 1 | 0 | 24 | 144 | 23 | 60 | 143 | 51 |
| Binary | 11001110 | 10100101 | 1 | 0 | 10100 | 1100100 | 10011 | 110000 | 1100011 | 101001 |
Color Harmonies of #CEA501
Complementary color
Monochromatic Colors of #CEA501
Black with #CEA501
Text Example
Text Example
White with #CEA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA501; }
p { color: rgb(206,165,1); }
H1.HeaderClassName
{
color: #CEA501;
}
.AnyTagClassName
{
color: #CEA501;
}
</style>
background-color css
<style>
a { background-color: #CEA501; }
a { background-color: rgb(206,165,1); }
div.DivClassName
{
background-color: #CEA501;
}
.BgClassName
{
background-color: #CEA501;
}
</style>
border-color css
<style>
span { border-color: #CEA501; }
span { border-color: rgb(206,165,1); }
td.TdClassName
{
border-color: #CEA501;
}
.TagClassName
{
border-color: #CEA501;
}
</style>