Shades of Gamboge #CE910C
Tints of Gamboge #CE910C
RGB
CMYK
RGB Variations
Color information
#CE910C (or 0xCE910C) is known color: Gamboge. HEX triplet: CE, 91 and 0C. RGB value is (206,145,12). Sum of RGB (Red+Green+Blue) = 206+145+12=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE910C is #316EF3. Grayscale: #949494. Windows color (decimal): -3239668 or 823758. OLE color: 823758.
HSL color Cylindrical-coordinate representation of color #CE910C: hue angle of 41.13º degrees, saturation: 0.89, 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 #CE910C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.19 |
| HSL | 41.13º | 0.89% | 0.43% | - |
| HSV(B) | 41.13º | 0.94% | 0.81% | - |
| XYZ | 35.65 | 33.4 | 4.92 | - |
| YUV | 148.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 12 | 0 | 0.30 | 0.94 | 0.19 | 41.13 | 0.89 | 0.43 |
| Hex | CE | 91 | C | 0 | 1E | 5E | 13 | 29 | 59 | 2B |
| Octal | 316 | 221 | 14 | 0 | 36 | 136 | 23 | 51 | 131 | 53 |
| Binary | 11001110 | 10010001 | 1100 | 0 | 11110 | 1011110 | 10011 | 101001 | 1011001 | 101011 |
Color Harmonies of #CE910C
Complementary color
Monochromatic Colors of #CE910C
Black with #CE910C
Text Example
Text Example
White with #CE910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE910C; }
p { color: rgb(206,145,12); }
H1.HeaderClassName
{
color: #CE910C;
}
.AnyTagClassName
{
color: #CE910C;
}
</style>
background-color css
<style>
a { background-color: #CE910C; }
a { background-color: rgb(206,145,12); }
div.DivClassName
{
background-color: #CE910C;
}
.BgClassName
{
background-color: #CE910C;
}
</style>
border-color css
<style>
span { border-color: #CE910C; }
span { border-color: rgb(206,145,12); }
td.TdClassName
{
border-color: #CE910C;
}
.TagClassName
{
border-color: #CE910C;
}
</style>