Shades of Gamboge #CE970A
Tints of Gamboge #CE970A
RGB
CMYK
RGB Variations
Color information
#CE970A (or 0xCE970A) is known color: Gamboge. HEX triplet: CE, 97 and 0A. RGB value is (206,151,10). Sum of RGB (Red+Green+Blue) = 206+151+10=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE970A is #3168F5. Grayscale: #979797. Windows color (decimal): -3238134 or 694222. OLE color: 694222.
HSL color Cylindrical-coordinate representation of color #CE970A: hue angle of 43.16º 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 #CE970A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.19 |
| HSL | 43.16º | 0.91% | 0.42% | - |
| HSV(B) | 43.16º | 0.95% | 0.81% | - |
| XYZ | 36.58 | 35.28 | 5.17 | - |
| YUV | 151.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 10 | 0 | 0.27 | 0.95 | 0.19 | 43.16 | 0.91 | 0.42 |
| Hex | CE | 97 | A | 0 | 1B | 5F | 13 | 2B | 5B | 2A |
| Octal | 316 | 227 | 12 | 0 | 33 | 137 | 23 | 53 | 133 | 52 |
| Binary | 11001110 | 10010111 | 1010 | 0 | 11011 | 1011111 | 10011 | 101011 | 1011011 | 101010 |
Color Harmonies of #CE970A
Complementary color
Monochromatic Colors of #CE970A
Black with #CE970A
Text Example
Text Example
White with #CE970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE970A; }
p { color: rgb(206,151,10); }
H1.HeaderClassName
{
color: #CE970A;
}
.AnyTagClassName
{
color: #CE970A;
}
</style>
background-color css
<style>
a { background-color: #CE970A; }
a { background-color: rgb(206,151,10); }
div.DivClassName
{
background-color: #CE970A;
}
.BgClassName
{
background-color: #CE970A;
}
</style>
border-color css
<style>
span { border-color: #CE970A; }
span { border-color: rgb(206,151,10); }
td.TdClassName
{
border-color: #CE970A;
}
.TagClassName
{
border-color: #CE970A;
}
</style>