Shades of Gamboge #CEA304
Tints of Gamboge #CEA304
RGB
CMYK
RGB Variations
Color information
#CEA304 (or 0xCEA304) is known color: Gamboge. HEX triplet: CE, A3 and 04. RGB value is (206,163,4). Sum of RGB (Red+Green+Blue) = 206+163+4=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA304 is #315CFB. Grayscale: #9E9E9E. Windows color (decimal): -3235068 or 304078. OLE color: 304078.
HSL color Cylindrical-coordinate representation of color #CEA304: hue angle of 47.23º degrees, saturation: 0.96, 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 #CEA304 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.19 |
| HSL | 47.23º | 0.96% | 0.41% | - |
| HSV(B) | 47.23º | 0.98% | 0.81% | - |
| XYZ | 38.57 | 39.32 | 5.67 | - |
| YUV | 157.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 4 | 0 | 0.21 | 0.98 | 0.19 | 47.23 | 0.96 | 0.41 |
| Hex | CE | A3 | 4 | 0 | 15 | 62 | 13 | 2F | 60 | 29 |
| Octal | 316 | 243 | 4 | 0 | 25 | 142 | 23 | 57 | 140 | 51 |
| Binary | 11001110 | 10100011 | 100 | 0 | 10101 | 1100010 | 10011 | 101111 | 1100000 | 101001 |
Color Harmonies of #CEA304
Complementary color
Monochromatic Colors of #CEA304
Black with #CEA304
Text Example
Text Example
White with #CEA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA304; }
p { color: rgb(206,163,4); }
H1.HeaderClassName
{
color: #CEA304;
}
.AnyTagClassName
{
color: #CEA304;
}
</style>
background-color css
<style>
a { background-color: #CEA304; }
a { background-color: rgb(206,163,4); }
div.DivClassName
{
background-color: #CEA304;
}
.BgClassName
{
background-color: #CEA304;
}
</style>
border-color css
<style>
span { border-color: #CEA304; }
span { border-color: rgb(206,163,4); }
td.TdClassName
{
border-color: #CEA304;
}
.TagClassName
{
border-color: #CEA304;
}
</style>