Shades of Gamboge #CEA305
Tints of Gamboge #CEA305
RGB
CMYK
RGB Variations
Color information
#CEA305 (or 0xCEA305) is known color: Gamboge. HEX triplet: CE, A3 and 05. RGB value is (206,163,5). Sum of RGB (Red+Green+Blue) = 206+163+5=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA305 is #315CFA. Grayscale: #9E9E9E. Windows color (decimal): -3235067 or 369614. OLE color: 369614.
HSL color Cylindrical-coordinate representation of color #CEA305: hue angle of 47.16º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEA305 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.19 |
| HSL | 47.16º | 0.95% | 0.41% | - |
| HSV(B) | 47.16º | 0.98% | 0.81% | - |
| XYZ | 38.58 | 39.33 | 5.7 | - |
| YUV | 157.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 5 | 0 | 0.21 | 0.98 | 0.19 | 47.16 | 0.95 | 0.41 |
| Hex | CE | A3 | 5 | 0 | 15 | 62 | 13 | 2F | 5F | 29 |
| Octal | 316 | 243 | 5 | 0 | 25 | 142 | 23 | 57 | 137 | 51 |
| Binary | 11001110 | 10100011 | 101 | 0 | 10101 | 1100010 | 10011 | 101111 | 1011111 | 101001 |
Color Harmonies of #CEA305
Complementary color
Monochromatic Colors of #CEA305
Black with #CEA305
Text Example
Text Example
White with #CEA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA305; }
p { color: rgb(206,163,5); }
H1.HeaderClassName
{
color: #CEA305;
}
.AnyTagClassName
{
color: #CEA305;
}
</style>
background-color css
<style>
a { background-color: #CEA305; }
a { background-color: rgb(206,163,5); }
div.DivClassName
{
background-color: #CEA305;
}
.BgClassName
{
background-color: #CEA305;
}
</style>
border-color css
<style>
span { border-color: #CEA305; }
span { border-color: rgb(206,163,5); }
td.TdClassName
{
border-color: #CEA305;
}
.TagClassName
{
border-color: #CEA305;
}
</style>