Shades of Gamboge #CE960E
Tints of Gamboge #CE960E
RGB
CMYK
RGB Variations
Color information
#CE960E (or 0xCE960E) is known color: Gamboge. HEX triplet: CE, 96 and 0E. RGB value is (206,150,14). Sum of RGB (Red+Green+Blue) = 206+150+14=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE960E is #3169F1. Grayscale: #979797. Windows color (decimal): -3238386 or 956110. OLE color: 956110.
HSL color Cylindrical-coordinate representation of color #CE960E: hue angle of 42.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE960E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 14 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.19 |
| HSL | 42.5º | 0.87% | 0.43% | - |
| HSV(B) | 42.5º | 0.93% | 0.81% | - |
| XYZ | 36.44 | 34.97 | 5.24 | - |
| YUV | 151.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 14 | 0 | 0.27 | 0.93 | 0.19 | 42.5 | 0.87 | 0.43 |
| Hex | CE | 96 | E | 0 | 1B | 5D | 13 | 2A | 57 | 2B |
| Octal | 316 | 226 | 16 | 0 | 33 | 135 | 23 | 52 | 127 | 53 |
| Binary | 11001110 | 10010110 | 1110 | 0 | 11011 | 1011101 | 10011 | 101010 | 1010111 | 101011 |
Color Harmonies of #CE960E
Complementary color
Monochromatic Colors of #CE960E
Black with #CE960E
Text Example
Text Example
White with #CE960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE960E; }
p { color: rgb(206,150,14); }
H1.HeaderClassName
{
color: #CE960E;
}
.AnyTagClassName
{
color: #CE960E;
}
</style>
background-color css
<style>
a { background-color: #CE960E; }
a { background-color: rgb(206,150,14); }
div.DivClassName
{
background-color: #CE960E;
}
.BgClassName
{
background-color: #CE960E;
}
</style>
border-color css
<style>
span { border-color: #CE960E; }
span { border-color: rgb(206,150,14); }
td.TdClassName
{
border-color: #CE960E;
}
.TagClassName
{
border-color: #CE960E;
}
</style>