Shades of Gamboge #CE980D
Tints of Gamboge #CE980D
RGB
CMYK
RGB Variations
Color information
#CE980D (or 0xCE980D) is known color: Gamboge. HEX triplet: CE, 98 and 0D. RGB value is (206,152,13). Sum of RGB (Red+Green+Blue) = 206+152+13=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE980D is #3167F2. Grayscale: #989898. Windows color (decimal): -3237875 or 891086. OLE color: 891086.
HSL color Cylindrical-coordinate representation of color #CE980D: hue angle of 43.21º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE980D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.19 |
| HSL | 43.21º | 0.88% | 0.43% | - |
| HSV(B) | 43.21º | 0.94% | 0.81% | - |
| XYZ | 36.75 | 35.61 | 5.32 | - |
| YUV | 152.3 | 49.39 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 13 | 0 | 0.26 | 0.94 | 0.19 | 43.21 | 0.88 | 0.43 |
| Hex | CE | 98 | D | 0 | 1A | 5E | 13 | 2B | 58 | 2B |
| Octal | 316 | 230 | 15 | 0 | 32 | 136 | 23 | 53 | 130 | 53 |
| Binary | 11001110 | 10011000 | 1101 | 0 | 11010 | 1011110 | 10011 | 101011 | 1011000 | 101011 |
Color Harmonies of #CE980D
Complementary color
Monochromatic Colors of #CE980D
Black with #CE980D
Text Example
Text Example
White with #CE980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE980D; }
p { color: rgb(206,152,13); }
H1.HeaderClassName
{
color: #CE980D;
}
.AnyTagClassName
{
color: #CE980D;
}
</style>
background-color css
<style>
a { background-color: #CE980D; }
a { background-color: rgb(206,152,13); }
div.DivClassName
{
background-color: #CE980D;
}
.BgClassName
{
background-color: #CE980D;
}
</style>
border-color css
<style>
span { border-color: #CE980D; }
span { border-color: rgb(206,152,13); }
td.TdClassName
{
border-color: #CE980D;
}
.TagClassName
{
border-color: #CE980D;
}
</style>