Shades of Gamboge #CE950F
Tints of Gamboge #CE950F
RGB
CMYK
RGB Variations
Color information
#CE950F (or 0xCE950F) is known color: Gamboge. HEX triplet: CE, 95 and 0F. RGB value is (206,149,15). Sum of RGB (Red+Green+Blue) = 206+149+15=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE950F is #316AF0. Grayscale: #979797. Windows color (decimal): -3238641 or 1021390. OLE color: 1021390.
HSL color Cylindrical-coordinate representation of color #CE950F: hue angle of 42.09º degrees, saturation: 0.86, 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 #CE950F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.19 |
| HSL | 42.09º | 0.86% | 0.43% | - |
| HSV(B) | 42.09º | 0.93% | 0.81% | - |
| XYZ | 36.29 | 34.65 | 5.23 | - |
| YUV | 150.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 15 | 0 | 0.28 | 0.93 | 0.19 | 42.09 | 0.86 | 0.43 |
| Hex | CE | 95 | F | 0 | 1C | 5D | 13 | 2A | 56 | 2B |
| Octal | 316 | 225 | 17 | 0 | 34 | 135 | 23 | 52 | 126 | 53 |
| Binary | 11001110 | 10010101 | 1111 | 0 | 11100 | 1011101 | 10011 | 101010 | 1010110 | 101011 |
Color Harmonies of #CE950F
Complementary color
Monochromatic Colors of #CE950F
Black with #CE950F
Text Example
Text Example
White with #CE950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE950F; }
p { color: rgb(206,149,15); }
H1.HeaderClassName
{
color: #CE950F;
}
.AnyTagClassName
{
color: #CE950F;
}
</style>
background-color css
<style>
a { background-color: #CE950F; }
a { background-color: rgb(206,149,15); }
div.DivClassName
{
background-color: #CE950F;
}
.BgClassName
{
background-color: #CE950F;
}
</style>
border-color css
<style>
span { border-color: #CE950F; }
span { border-color: rgb(206,149,15); }
td.TdClassName
{
border-color: #CE950F;
}
.TagClassName
{
border-color: #CE950F;
}
</style>