Shades of Gamboge #CE940B
Tints of Gamboge #CE940B
RGB
CMYK
RGB Variations
Color information
#CE940B (or 0xCE940B) is known color: Gamboge. HEX triplet: CE, 94 and 0B. RGB value is (206,148,11). Sum of RGB (Red+Green+Blue) = 206+148+11=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE940B is #316BF4. Grayscale: #969696. Windows color (decimal): -3238901 or 758990. OLE color: 758990.
HSL color Cylindrical-coordinate representation of color #CE940B: hue angle of 42.15º 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 #CE940B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.19 |
| HSL | 42.15º | 0.9% | 0.43% | - |
| HSV(B) | 42.15º | 0.95% | 0.81% | - |
| XYZ | 36.1 | 34.33 | 5.04 | - |
| YUV | 149.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 11 | 0 | 0.28 | 0.95 | 0.19 | 42.15 | 0.9 | 0.43 |
| Hex | CE | 94 | B | 0 | 1C | 5F | 13 | 2A | 5A | 2B |
| Octal | 316 | 224 | 13 | 0 | 34 | 137 | 23 | 52 | 132 | 53 |
| Binary | 11001110 | 10010100 | 1011 | 0 | 11100 | 1011111 | 10011 | 101010 | 1011010 | 101011 |
Color Harmonies of #CE940B
Complementary color
Monochromatic Colors of #CE940B
Black with #CE940B
Text Example
Text Example
White with #CE940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE940B; }
p { color: rgb(206,148,11); }
H1.HeaderClassName
{
color: #CE940B;
}
.AnyTagClassName
{
color: #CE940B;
}
</style>
background-color css
<style>
a { background-color: #CE940B; }
a { background-color: rgb(206,148,11); }
div.DivClassName
{
background-color: #CE940B;
}
.BgClassName
{
background-color: #CE940B;
}
</style>
border-color css
<style>
span { border-color: #CE940B; }
span { border-color: rgb(206,148,11); }
td.TdClassName
{
border-color: #CE940B;
}
.TagClassName
{
border-color: #CE940B;
}
</style>