Shades of Gamboge #E6B10C
Tints of Gamboge #E6B10C
RGB
CMYK
RGB Variations
Color information
#E6B10C (or 0xE6B10C) is known color: Gamboge. HEX triplet: E6, B1 and 0C. RGB value is (230,177,12). Sum of RGB (Red+Green+Blue) = 230+177+12=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B10C is #194EF3. Grayscale: #AEAEAE. Windows color (decimal): -1658612 or 831974. OLE color: 831974.
HSL color Cylindrical-coordinate representation of color #E6B10C: hue angle of 45.41º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6B10C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.10 |
| HSL | 45.41º | 0.9% | 0.47% | - |
| HSV(B) | 45.41º | 0.95% | 0.9% | - |
| XYZ | 48.42 | 48.29 | 7.12 | - |
| YUV | 174.04 | 36.56 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 12 | 0 | 0.23 | 0.95 | 0.10 | 45.41 | 0.9 | 0.47 |
| Hex | E6 | B1 | C | 0 | 17 | 5F | A | 2D | 5A | 2F |
| Octal | 346 | 261 | 14 | 0 | 27 | 137 | 12 | 55 | 132 | 57 |
| Binary | 11100110 | 10110001 | 1100 | 0 | 10111 | 1011111 | 1010 | 101101 | 1011010 | 101111 |
Color Harmonies of #E6B10C
Complementary color
Monochromatic Colors of #E6B10C
Black with #E6B10C
Text Example
Text Example
White with #E6B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B10C; }
p { color: rgb(230,177,12); }
H1.HeaderClassName
{
color: #E6B10C;
}
.AnyTagClassName
{
color: #E6B10C;
}
</style>
background-color css
<style>
a { background-color: #E6B10C; }
a { background-color: rgb(230,177,12); }
div.DivClassName
{
background-color: #E6B10C;
}
.BgClassName
{
background-color: #E6B10C;
}
</style>
border-color css
<style>
span { border-color: #E6B10C; }
span { border-color: rgb(230,177,12); }
td.TdClassName
{
border-color: #E6B10C;
}
.TagClassName
{
border-color: #E6B10C;
}
</style>