Shades of Gamboge #CE950A
Tints of Gamboge #CE950A
RGB
CMYK
RGB Variations
Color information
#CE950A (or 0xCE950A) is known color: Gamboge. HEX triplet: CE, 95 and 0A. RGB value is (206,149,10). Sum of RGB (Red+Green+Blue) = 206+149+10=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE950A is #316AF5. Grayscale: #969696. Windows color (decimal): -3238646 or 693710. OLE color: 693710.
HSL color Cylindrical-coordinate representation of color #CE950A: hue angle of 42.55º 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 #CE950A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 10 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.19 |
| HSL | 42.55º | 0.91% | 0.42% | - |
| HSV(B) | 42.55º | 0.95% | 0.81% | - |
| XYZ | 36.26 | 34.64 | 5.06 | - |
| YUV | 150.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 10 | 0 | 0.28 | 0.95 | 0.19 | 42.55 | 0.91 | 0.42 |
| Hex | CE | 95 | A | 0 | 1C | 5F | 13 | 2B | 5B | 2A |
| Octal | 316 | 225 | 12 | 0 | 34 | 137 | 23 | 53 | 133 | 52 |
| Binary | 11001110 | 10010101 | 1010 | 0 | 11100 | 1011111 | 10011 | 101011 | 1011011 | 101010 |
Color Harmonies of #CE950A
Complementary color
Monochromatic Colors of #CE950A
Black with #CE950A
Text Example
Text Example
White with #CE950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE950A; }
p { color: rgb(206,149,10); }
H1.HeaderClassName
{
color: #CE950A;
}
.AnyTagClassName
{
color: #CE950A;
}
</style>
background-color css
<style>
a { background-color: #CE950A; }
a { background-color: rgb(206,149,10); }
div.DivClassName
{
background-color: #CE950A;
}
.BgClassName
{
background-color: #CE950A;
}
</style>
border-color css
<style>
span { border-color: #CE950A; }
span { border-color: rgb(206,149,10); }
td.TdClassName
{
border-color: #CE950A;
}
.TagClassName
{
border-color: #CE950A;
}
</style>