Shades of Gamboge #E68D0C
Tints of Gamboge #E68D0C
RGB
CMYK
RGB Variations
Color information
#E68D0C (or 0xE68D0C) is known color: Gamboge. HEX triplet: E6, 8D and 0C. RGB value is (230,141,12). Sum of RGB (Red+Green+Blue) = 230+141+12=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68D0C is #1972F3. Grayscale: #999999. Windows color (decimal): -1667828 or 822758. OLE color: 822758.
HSL color Cylindrical-coordinate representation of color #E68D0C: hue angle of 35.5º 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 #E68D0C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.10 |
| HSL | 35.5º | 0.9% | 0.47% | - |
| HSV(B) | 35.5º | 0.95% | 0.9% | - |
| XYZ | 42.22 | 35.9 | 5.05 | - |
| YUV | 152.91 | 48.49 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 12 | 0 | 0.39 | 0.95 | 0.10 | 35.5 | 0.9 | 0.47 |
| Hex | E6 | 8D | C | 0 | 27 | 5F | A | 24 | 5A | 2F |
| Octal | 346 | 215 | 14 | 0 | 47 | 137 | 12 | 44 | 132 | 57 |
| Binary | 11100110 | 10001101 | 1100 | 0 | 100111 | 1011111 | 1010 | 100100 | 1011010 | 101111 |
Color Harmonies of #E68D0C
Complementary color
Monochromatic Colors of #E68D0C
Black with #E68D0C
Text Example
Text Example
White with #E68D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D0C; }
p { color: rgb(230,141,12); }
H1.HeaderClassName
{
color: #E68D0C;
}
.AnyTagClassName
{
color: #E68D0C;
}
</style>
background-color css
<style>
a { background-color: #E68D0C; }
a { background-color: rgb(230,141,12); }
div.DivClassName
{
background-color: #E68D0C;
}
.BgClassName
{
background-color: #E68D0C;
}
</style>
border-color css
<style>
span { border-color: #E68D0C; }
span { border-color: rgb(230,141,12); }
td.TdClassName
{
border-color: #E68D0C;
}
.TagClassName
{
border-color: #E68D0C;
}
</style>