Shades of Gamboge #CEA00B
Tints of Gamboge #CEA00B
RGB
CMYK
RGB Variations
Color information
#CEA00B (or 0xCEA00B) is known color: Gamboge. HEX triplet: CE, A0 and 0B. RGB value is (206,160,11). Sum of RGB (Red+Green+Blue) = 206+160+11=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA00B is #315FF4. Grayscale: #9D9D9D. Windows color (decimal): -3235829 or 762062. OLE color: 762062.
HSL color Cylindrical-coordinate representation of color #CEA00B: hue angle of 45.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEA00B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.19 |
| HSL | 45.85º | 0.9% | 0.43% | - |
| HSV(B) | 45.85º | 0.95% | 0.81% | - |
| XYZ | 38.08 | 38.29 | 5.7 | - |
| YUV | 156.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 11 | 0 | 0.22 | 0.95 | 0.19 | 45.85 | 0.9 | 0.43 |
| Hex | CE | A0 | B | 0 | 16 | 5F | 13 | 2E | 5A | 2B |
| Octal | 316 | 240 | 13 | 0 | 26 | 137 | 23 | 56 | 132 | 53 |
| Binary | 11001110 | 10100000 | 1011 | 0 | 10110 | 1011111 | 10011 | 101110 | 1011010 | 101011 |
Color Harmonies of #CEA00B
Complementary color
Monochromatic Colors of #CEA00B
Black with #CEA00B
Text Example
Text Example
White with #CEA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA00B; }
p { color: rgb(206,160,11); }
H1.HeaderClassName
{
color: #CEA00B;
}
.AnyTagClassName
{
color: #CEA00B;
}
</style>
background-color css
<style>
a { background-color: #CEA00B; }
a { background-color: rgb(206,160,11); }
div.DivClassName
{
background-color: #CEA00B;
}
.BgClassName
{
background-color: #CEA00B;
}
</style>
border-color css
<style>
span { border-color: #CEA00B; }
span { border-color: rgb(206,160,11); }
td.TdClassName
{
border-color: #CEA00B;
}
.TagClassName
{
border-color: #CEA00B;
}
</style>