Shades of Gamboge #E69C0E
Tints of Gamboge #E69C0E
RGB
CMYK
RGB Variations
Color information
#E69C0E (or 0xE69C0E) is known color: Gamboge. HEX triplet: E6, 9C and 0E. RGB value is (230,156,14). Sum of RGB (Red+Green+Blue) = 230+156+14=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C0E is #1963F1. Grayscale: #A2A2A2. Windows color (decimal): -1663986 or 957670. OLE color: 957670.
HSL color Cylindrical-coordinate representation of color #E69C0E: hue angle of 39.44º 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 #E69C0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.10 |
| HSL | 39.44º | 0.89% | 0.48% | - |
| HSV(B) | 39.44º | 0.94% | 0.9% | - |
| XYZ | 44.6 | 40.63 | 5.91 | - |
| YUV | 161.94 | 44.52 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 14 | 0 | 0.32 | 0.94 | 0.10 | 39.44 | 0.89 | 0.48 |
| Hex | E6 | 9C | E | 0 | 20 | 5E | A | 27 | 59 | 30 |
| Octal | 346 | 234 | 16 | 0 | 40 | 136 | 12 | 47 | 131 | 60 |
| Binary | 11100110 | 10011100 | 1110 | 0 | 100000 | 1011110 | 1010 | 100111 | 1011001 | 110000 |
Color Harmonies of #E69C0E
Complementary color
Monochromatic Colors of #E69C0E
Black with #E69C0E
Text Example
Text Example
White with #E69C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C0E; }
p { color: rgb(230,156,14); }
H1.HeaderClassName
{
color: #E69C0E;
}
.AnyTagClassName
{
color: #E69C0E;
}
</style>
background-color css
<style>
a { background-color: #E69C0E; }
a { background-color: rgb(230,156,14); }
div.DivClassName
{
background-color: #E69C0E;
}
.BgClassName
{
background-color: #E69C0E;
}
</style>
border-color css
<style>
span { border-color: #E69C0E; }
span { border-color: rgb(230,156,14); }
td.TdClassName
{
border-color: #E69C0E;
}
.TagClassName
{
border-color: #E69C0E;
}
</style>