Shades of Gamboge #CE970B
Tints of Gamboge #CE970B
RGB
CMYK
RGB Variations
Color information
#CE970B (or 0xCE970B) is known color: Gamboge. HEX triplet: CE, 97 and 0B. RGB value is (206,151,11). Sum of RGB (Red+Green+Blue) = 206+151+11=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE970B is #3168F4. Grayscale: #989898. Windows color (decimal): -3238133 or 759758. OLE color: 759758.
HSL color Cylindrical-coordinate representation of color #CE970B: hue angle of 43.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE970B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.19 |
| HSL | 43.08º | 0.9% | 0.43% | - |
| HSV(B) | 43.08º | 0.95% | 0.81% | - |
| XYZ | 36.58 | 35.28 | 5.2 | - |
| YUV | 151.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 11 | 0 | 0.27 | 0.95 | 0.19 | 43.08 | 0.9 | 0.43 |
| Hex | CE | 97 | B | 0 | 1B | 5F | 13 | 2B | 5A | 2B |
| Octal | 316 | 227 | 13 | 0 | 33 | 137 | 23 | 53 | 132 | 53 |
| Binary | 11001110 | 10010111 | 1011 | 0 | 11011 | 1011111 | 10011 | 101011 | 1011010 | 101011 |
Color Harmonies of #CE970B
Complementary color
Monochromatic Colors of #CE970B
Black with #CE970B
Text Example
Text Example
White with #CE970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE970B; }
p { color: rgb(206,151,11); }
H1.HeaderClassName
{
color: #CE970B;
}
.AnyTagClassName
{
color: #CE970B;
}
</style>
background-color css
<style>
a { background-color: #CE970B; }
a { background-color: rgb(206,151,11); }
div.DivClassName
{
background-color: #CE970B;
}
.BgClassName
{
background-color: #CE970B;
}
</style>
border-color css
<style>
span { border-color: #CE970B; }
span { border-color: rgb(206,151,11); }
td.TdClassName
{
border-color: #CE970B;
}
.TagClassName
{
border-color: #CE970B;
}
</style>