Shades of Gamboge #E6A40E
Tints of Gamboge #E6A40E
RGB
CMYK
RGB Variations
Color information
#E6A40E (or 0xE6A40E) is known color: Gamboge. HEX triplet: E6, A4 and 0E. RGB value is (230,164,14). Sum of RGB (Red+Green+Blue) = 230+164+14=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A40E is #195BF1. Grayscale: #A7A7A7. Windows color (decimal): -1661938 or 959718. OLE color: 959718.
HSL color Cylindrical-coordinate representation of color #E6A40E: hue angle of 41.67º 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 #E6A40E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.10 |
| HSL | 41.67º | 0.89% | 0.48% | - |
| HSV(B) | 41.67º | 0.94% | 0.9% | - |
| XYZ | 45.99 | 43.41 | 6.37 | - |
| YUV | 166.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 14 | 0 | 0.29 | 0.94 | 0.10 | 41.67 | 0.89 | 0.48 |
| Hex | E6 | A4 | E | 0 | 1D | 5E | A | 2A | 59 | 30 |
| Octal | 346 | 244 | 16 | 0 | 35 | 136 | 12 | 52 | 131 | 60 |
| Binary | 11100110 | 10100100 | 1110 | 0 | 11101 | 1011110 | 1010 | 101010 | 1011001 | 110000 |
Color Harmonies of #E6A40E
Complementary color
Monochromatic Colors of #E6A40E
Black with #E6A40E
Text Example
Text Example
White with #E6A40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A40E; }
p { color: rgb(230,164,14); }
H1.HeaderClassName
{
color: #E6A40E;
}
.AnyTagClassName
{
color: #E6A40E;
}
</style>
background-color css
<style>
a { background-color: #E6A40E; }
a { background-color: rgb(230,164,14); }
div.DivClassName
{
background-color: #E6A40E;
}
.BgClassName
{
background-color: #E6A40E;
}
</style>
border-color css
<style>
span { border-color: #E6A40E; }
span { border-color: rgb(230,164,14); }
td.TdClassName
{
border-color: #E6A40E;
}
.TagClassName
{
border-color: #E6A40E;
}
</style>