Shades of Gamboge #CE930A
Tints of Gamboge #CE930A
RGB
CMYK
RGB Variations
Color information
#CE930A (or 0xCE930A) is known color: Gamboge. HEX triplet: CE, 93 and 0A. RGB value is (206,147,10). Sum of RGB (Red+Green+Blue) = 206+147+10=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE930A is #316CF5. Grayscale: #959595. Windows color (decimal): -3239158 or 693198. OLE color: 693198.
HSL color Cylindrical-coordinate representation of color #CE930A: hue angle of 41.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE930A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.19 |
| HSL | 41.94º | 0.91% | 0.42% | - |
| HSV(B) | 41.94º | 0.95% | 0.81% | - |
| XYZ | 35.94 | 34.01 | 4.96 | - |
| YUV | 149.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 10 | 0 | 0.29 | 0.95 | 0.19 | 41.94 | 0.91 | 0.42 |
| Hex | CE | 93 | A | 0 | 1D | 5F | 13 | 2A | 5B | 2A |
| Octal | 316 | 223 | 12 | 0 | 35 | 137 | 23 | 52 | 133 | 52 |
| Binary | 11001110 | 10010011 | 1010 | 0 | 11101 | 1011111 | 10011 | 101010 | 1011011 | 101010 |
Color Harmonies of #CE930A
Complementary color
Monochromatic Colors of #CE930A
Black with #CE930A
Text Example
Text Example
White with #CE930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE930A; }
p { color: rgb(206,147,10); }
H1.HeaderClassName
{
color: #CE930A;
}
.AnyTagClassName
{
color: #CE930A;
}
</style>
background-color css
<style>
a { background-color: #CE930A; }
a { background-color: rgb(206,147,10); }
div.DivClassName
{
background-color: #CE930A;
}
.BgClassName
{
background-color: #CE930A;
}
</style>
border-color css
<style>
span { border-color: #CE930A; }
span { border-color: rgb(206,147,10); }
td.TdClassName
{
border-color: #CE930A;
}
.TagClassName
{
border-color: #CE930A;
}
</style>