Shades of Gamboge #CE9304
Tints of Gamboge #CE9304
RGB
CMYK
RGB Variations
Color information
#CE9304 (or 0xCE9304) is known color: Gamboge. HEX triplet: CE, 93 and 04. RGB value is (206,147,4). Sum of RGB (Red+Green+Blue) = 206+147+4=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9304 is #316CFB. Grayscale: #949494. Windows color (decimal): -3239164 or 299982. OLE color: 299982.
HSL color Cylindrical-coordinate representation of color #CE9304: hue angle of 42.48º 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 #CE9304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.19 |
| HSL | 42.48º | 0.96% | 0.41% | - |
| HSV(B) | 42.48º | 0.98% | 0.81% | - |
| XYZ | 35.91 | 34 | 4.78 | - |
| YUV | 148.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 4 | 0 | 0.29 | 0.98 | 0.19 | 42.48 | 0.96 | 0.41 |
| Hex | CE | 93 | 4 | 0 | 1D | 62 | 13 | 2A | 60 | 29 |
| Octal | 316 | 223 | 4 | 0 | 35 | 142 | 23 | 52 | 140 | 51 |
| Binary | 11001110 | 10010011 | 100 | 0 | 11101 | 1100010 | 10011 | 101010 | 1100000 | 101001 |
Color Harmonies of #CE9304
Complementary color
Monochromatic Colors of #CE9304
Black with #CE9304
Text Example
Text Example
White with #CE9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9304; }
p { color: rgb(206,147,4); }
H1.HeaderClassName
{
color: #CE9304;
}
.AnyTagClassName
{
color: #CE9304;
}
</style>
background-color css
<style>
a { background-color: #CE9304; }
a { background-color: rgb(206,147,4); }
div.DivClassName
{
background-color: #CE9304;
}
.BgClassName
{
background-color: #CE9304;
}
</style>
border-color css
<style>
span { border-color: #CE9304; }
span { border-color: rgb(206,147,4); }
td.TdClassName
{
border-color: #CE9304;
}
.TagClassName
{
border-color: #CE9304;
}
</style>