Shades of Gamboge #CE9A03
Tints of Gamboge #CE9A03
RGB
CMYK
RGB Variations
Color information
#CE9A03 (or 0xCE9A03) is known color: Gamboge. HEX triplet: CE, 9A and 03. RGB value is (206,154,3). Sum of RGB (Red+Green+Blue) = 206+154+3=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A03 is #3165FC. Grayscale: #989898. Windows color (decimal): -3237373 or 236238. OLE color: 236238.
HSL color Cylindrical-coordinate representation of color #CE9A03: hue angle of 44.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE9A03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.19 |
| HSL | 44.63º | 0.97% | 0.41% | - |
| HSV(B) | 44.63º | 0.99% | 0.81% | - |
| XYZ | 37.03 | 36.24 | 5.13 | - |
| YUV | 152.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 3 | 0 | 0.25 | 0.99 | 0.19 | 44.63 | 0.97 | 0.41 |
| Hex | CE | 9A | 3 | 0 | 19 | 63 | 13 | 2D | 61 | 29 |
| Octal | 316 | 232 | 3 | 0 | 31 | 143 | 23 | 55 | 141 | 51 |
| Binary | 11001110 | 10011010 | 11 | 0 | 11001 | 1100011 | 10011 | 101101 | 1100001 | 101001 |
Color Harmonies of #CE9A03
Complementary color
Monochromatic Colors of #CE9A03
Black with #CE9A03
Text Example
Text Example
White with #CE9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A03; }
p { color: rgb(206,154,3); }
H1.HeaderClassName
{
color: #CE9A03;
}
.AnyTagClassName
{
color: #CE9A03;
}
</style>
background-color css
<style>
a { background-color: #CE9A03; }
a { background-color: rgb(206,154,3); }
div.DivClassName
{
background-color: #CE9A03;
}
.BgClassName
{
background-color: #CE9A03;
}
</style>
border-color css
<style>
span { border-color: #CE9A03; }
span { border-color: rgb(206,154,3); }
td.TdClassName
{
border-color: #CE9A03;
}
.TagClassName
{
border-color: #CE9A03;
}
</style>