Shades of Gamboge #E6A70E
Tints of Gamboge #E6A70E
RGB
CMYK
RGB Variations
Color information
#E6A70E (or 0xE6A70E) is known color: Gamboge. HEX triplet: E6, A7 and 0E. RGB value is (230,167,14). Sum of RGB (Red+Green+Blue) = 230+167+14=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A70E is #1958F1. Grayscale: #A9A9A9. Windows color (decimal): -1661170 or 960486. OLE color: 960486.
HSL color Cylindrical-coordinate representation of color #E6A70E: hue angle of 42.5º 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 #E6A70E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.10 |
| HSL | 42.5º | 0.89% | 0.48% | - |
| HSV(B) | 42.5º | 0.94% | 0.9% | - |
| XYZ | 46.53 | 44.49 | 6.55 | - |
| YUV | 168.4 | 40.87 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 14 | 0 | 0.27 | 0.94 | 0.10 | 42.5 | 0.89 | 0.48 |
| Hex | E6 | A7 | E | 0 | 1B | 5E | A | 2A | 59 | 30 |
| Octal | 346 | 247 | 16 | 0 | 33 | 136 | 12 | 52 | 131 | 60 |
| Binary | 11100110 | 10100111 | 1110 | 0 | 11011 | 1011110 | 1010 | 101010 | 1011001 | 110000 |
Color Harmonies of #E6A70E
Complementary color
Monochromatic Colors of #E6A70E
Black with #E6A70E
Text Example
Text Example
White with #E6A70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A70E; }
p { color: rgb(230,167,14); }
H1.HeaderClassName
{
color: #E6A70E;
}
.AnyTagClassName
{
color: #E6A70E;
}
</style>
background-color css
<style>
a { background-color: #E6A70E; }
a { background-color: rgb(230,167,14); }
div.DivClassName
{
background-color: #E6A70E;
}
.BgClassName
{
background-color: #E6A70E;
}
</style>
border-color css
<style>
span { border-color: #E6A70E; }
span { border-color: rgb(230,167,14); }
td.TdClassName
{
border-color: #E6A70E;
}
.TagClassName
{
border-color: #E6A70E;
}
</style>