Shades of Gamboge #E68C11
Tints of Gamboge #E68C11
RGB
CMYK
RGB Variations
Color information
#E68C11 (or 0xE68C11) is known color: Gamboge. HEX triplet: E6, 8C and 11. RGB value is (230,140,17). Sum of RGB (Red+Green+Blue) = 230+140+17=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C11 is #1973EE. Grayscale: #999999. Windows color (decimal): -1668079 or 1150182. OLE color: 1150182.
HSL color Cylindrical-coordinate representation of color #E68C11: hue angle of 34.65º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E68C11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.10 |
| HSL | 34.65º | 0.86% | 0.48% | - |
| HSV(B) | 34.65º | 0.93% | 0.9% | - |
| XYZ | 42.11 | 35.62 | 5.19 | - |
| YUV | 152.89 | 51.32 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 17 | 0 | 0.39 | 0.93 | 0.10 | 34.65 | 0.86 | 0.48 |
| Hex | E6 | 8C | 11 | 0 | 27 | 5D | A | 23 | 56 | 30 |
| Octal | 346 | 214 | 21 | 0 | 47 | 135 | 12 | 43 | 126 | 60 |
| Binary | 11100110 | 10001100 | 10001 | 0 | 100111 | 1011101 | 1010 | 100011 | 1010110 | 110000 |
Color Harmonies of #E68C11
Complementary color
Monochromatic Colors of #E68C11
Black with #E68C11
Text Example
Text Example
White with #E68C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C11; }
p { color: rgb(230,140,17); }
H1.HeaderClassName
{
color: #E68C11;
}
.AnyTagClassName
{
color: #E68C11;
}
</style>
background-color css
<style>
a { background-color: #E68C11; }
a { background-color: rgb(230,140,17); }
div.DivClassName
{
background-color: #E68C11;
}
.BgClassName
{
background-color: #E68C11;
}
</style>
border-color css
<style>
span { border-color: #E68C11; }
span { border-color: rgb(230,140,17); }
td.TdClassName
{
border-color: #E68C11;
}
.TagClassName
{
border-color: #E68C11;
}
</style>