Shades of Gamboge #CE9509
Tints of Gamboge #CE9509
RGB
CMYK
RGB Variations
Color information
#CE9509 (or 0xCE9509) is known color: Gamboge. HEX triplet: CE, 95 and 09. RGB value is (206,149,9). Sum of RGB (Red+Green+Blue) = 206+149+9=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9509 is #316AF6. Grayscale: #969696. Windows color (decimal): -3238647 or 628174. OLE color: 628174.
HSL color Cylindrical-coordinate representation of color #CE9509: hue angle of 42.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE9509 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.19 |
| HSL | 42.64º | 0.92% | 0.42% | - |
| HSV(B) | 42.64º | 0.96% | 0.81% | - |
| XYZ | 36.25 | 34.64 | 5.03 | - |
| YUV | 150.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 9 | 0 | 0.28 | 0.96 | 0.19 | 42.64 | 0.92 | 0.42 |
| Hex | CE | 95 | 9 | 0 | 1C | 60 | 13 | 2B | 5C | 2A |
| Octal | 316 | 225 | 11 | 0 | 34 | 140 | 23 | 53 | 134 | 52 |
| Binary | 11001110 | 10010101 | 1001 | 0 | 11100 | 1100000 | 10011 | 101011 | 1011100 | 101010 |
Color Harmonies of #CE9509
Complementary color
Monochromatic Colors of #CE9509
Black with #CE9509
Text Example
Text Example
White with #CE9509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9509; }
p { color: rgb(206,149,9); }
H1.HeaderClassName
{
color: #CE9509;
}
.AnyTagClassName
{
color: #CE9509;
}
</style>
background-color css
<style>
a { background-color: #CE9509; }
a { background-color: rgb(206,149,9); }
div.DivClassName
{
background-color: #CE9509;
}
.BgClassName
{
background-color: #CE9509;
}
</style>
border-color css
<style>
span { border-color: #CE9509; }
span { border-color: rgb(206,149,9); }
td.TdClassName
{
border-color: #CE9509;
}
.TagClassName
{
border-color: #CE9509;
}
</style>