Shades of Gamboge #E68C0F
Tints of Gamboge #E68C0F
RGB
CMYK
RGB Variations
Color information
#E68C0F (or 0xE68C0F) is known color: Gamboge. HEX triplet: E6, 8C and 0F. RGB value is (230,140,15). Sum of RGB (Red+Green+Blue) = 230+140+15=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C0F is #1973F0. Grayscale: #999999. Windows color (decimal): -1668081 or 1019110. OLE color: 1019110.
HSL color Cylindrical-coordinate representation of color #E68C0F: hue angle of 34.88º degrees, saturation: 0.88, 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 #E68C0F is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 15 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.10 |
| HSL | 34.88º | 0.88% | 0.48% | - |
| HSV(B) | 34.88º | 0.93% | 0.9% | - |
| XYZ | 42.1 | 35.61 | 5.11 | - |
| YUV | 152.66 | 50.32 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 15 | 0 | 0.39 | 0.93 | 0.10 | 34.88 | 0.88 | 0.48 |
| Hex | E6 | 8C | F | 0 | 27 | 5D | A | 23 | 58 | 30 |
| Octal | 346 | 214 | 17 | 0 | 47 | 135 | 12 | 43 | 130 | 60 |
| Binary | 11100110 | 10001100 | 1111 | 0 | 100111 | 1011101 | 1010 | 100011 | 1011000 | 110000 |
Color Harmonies of #E68C0F
Complementary color
Monochromatic Colors of #E68C0F
Black with #E68C0F
Text Example
Text Example
White with #E68C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C0F; }
p { color: rgb(230,140,15); }
H1.HeaderClassName
{
color: #E68C0F;
}
.AnyTagClassName
{
color: #E68C0F;
}
</style>
background-color css
<style>
a { background-color: #E68C0F; }
a { background-color: rgb(230,140,15); }
div.DivClassName
{
background-color: #E68C0F;
}
.BgClassName
{
background-color: #E68C0F;
}
</style>
border-color css
<style>
span { border-color: #E68C0F; }
span { border-color: rgb(230,140,15); }
td.TdClassName
{
border-color: #E68C0F;
}
.TagClassName
{
border-color: #E68C0F;
}
</style>