Shades of Gamboge #E68C0C
Tints of Gamboge #E68C0C
RGB
CMYK
RGB Variations
Color information
#E68C0C (or 0xE68C0C) is known color: Gamboge. HEX triplet: E6, 8C and 0C. RGB value is (230,140,12). Sum of RGB (Red+Green+Blue) = 230+140+12=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C0C is #1973F3. Grayscale: #989898. Windows color (decimal): -1668084 or 822502. OLE color: 822502.
HSL color Cylindrical-coordinate representation of color #E68C0C: hue angle of 35.23º 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 #E68C0C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.10 |
| HSL | 35.23º | 0.9% | 0.47% | - |
| HSV(B) | 35.23º | 0.95% | 0.9% | - |
| XYZ | 42.08 | 35.61 | 5 | - |
| YUV | 152.32 | 48.82 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 12 | 0 | 0.39 | 0.95 | 0.10 | 35.23 | 0.9 | 0.47 |
| Hex | E6 | 8C | C | 0 | 27 | 5F | A | 23 | 5A | 2F |
| Octal | 346 | 214 | 14 | 0 | 47 | 137 | 12 | 43 | 132 | 57 |
| Binary | 11100110 | 10001100 | 1100 | 0 | 100111 | 1011111 | 1010 | 100011 | 1011010 | 101111 |
Color Harmonies of #E68C0C
Complementary color
Monochromatic Colors of #E68C0C
Black with #E68C0C
Text Example
Text Example
White with #E68C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C0C; }
p { color: rgb(230,140,12); }
H1.HeaderClassName
{
color: #E68C0C;
}
.AnyTagClassName
{
color: #E68C0C;
}
</style>
background-color css
<style>
a { background-color: #E68C0C; }
a { background-color: rgb(230,140,12); }
div.DivClassName
{
background-color: #E68C0C;
}
.BgClassName
{
background-color: #E68C0C;
}
</style>
border-color css
<style>
span { border-color: #E68C0C; }
span { border-color: rgb(230,140,12); }
td.TdClassName
{
border-color: #E68C0C;
}
.TagClassName
{
border-color: #E68C0C;
}
</style>