Shades of Gamboge #E68B0E
Tints of Gamboge #E68B0E
RGB
CMYK
RGB Variations
Color information
#E68B0E (or 0xE68B0E) is known color: Gamboge. HEX triplet: E6, 8B and 0E. RGB value is (230,139,14). Sum of RGB (Red+Green+Blue) = 230+139+14=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68B0E is #1974F1. Grayscale: #989898. Windows color (decimal): -1668338 or 953318. OLE color: 953318.
HSL color Cylindrical-coordinate representation of color #E68B0E: hue angle of 34.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E68B0E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.10 |
| HSL | 34.72º | 0.89% | 0.48% | - |
| HSV(B) | 34.72º | 0.94% | 0.9% | - |
| XYZ | 41.95 | 35.32 | 5.02 | - |
| YUV | 151.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 14 | 0 | 0.40 | 0.94 | 0.10 | 34.72 | 0.89 | 0.48 |
| Hex | E6 | 8B | E | 0 | 28 | 5E | A | 23 | 59 | 30 |
| Octal | 346 | 213 | 16 | 0 | 50 | 136 | 12 | 43 | 131 | 60 |
| Binary | 11100110 | 10001011 | 1110 | 0 | 101000 | 1011110 | 1010 | 100011 | 1011001 | 110000 |
Color Harmonies of #E68B0E
Complementary color
Monochromatic Colors of #E68B0E
Black with #E68B0E
Text Example
Text Example
White with #E68B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B0E; }
p { color: rgb(230,139,14); }
H1.HeaderClassName
{
color: #E68B0E;
}
.AnyTagClassName
{
color: #E68B0E;
}
</style>
background-color css
<style>
a { background-color: #E68B0E; }
a { background-color: rgb(230,139,14); }
div.DivClassName
{
background-color: #E68B0E;
}
.BgClassName
{
background-color: #E68B0E;
}
</style>
border-color css
<style>
span { border-color: #E68B0E; }
span { border-color: rgb(230,139,14); }
td.TdClassName
{
border-color: #E68B0E;
}
.TagClassName
{
border-color: #E68B0E;
}
</style>