Shades of Gamboge #EAA60E
Tints of Gamboge #EAA60E
RGB
CMYK
RGB Variations
Color information
#EAA60E (or 0xEAA60E) is known color: Gamboge. HEX triplet: EA, A6 and 0E. RGB value is (234,166,14). Sum of RGB (Red+Green+Blue) = 234+166+14=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA60E is #1559F1. Grayscale: #A9A9A9. Windows color (decimal): -1399282 or 960234. OLE color: 960234.
HSL color Cylindrical-coordinate representation of color #EAA60E: hue angle of 41.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAA60E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.08 |
| HSL | 41.45º | 0.89% | 0.49% | - |
| HSV(B) | 41.45º | 0.94% | 0.92% | - |
| XYZ | 47.65 | 44.8 | 6.55 | - |
| YUV | 169 | 40.53 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 14 | 0 | 0.29 | 0.94 | 0.08 | 41.45 | 0.89 | 0.49 |
| Hex | EA | A6 | E | 0 | 1D | 5E | 8 | 29 | 59 | 31 |
| Octal | 352 | 246 | 16 | 0 | 35 | 136 | 10 | 51 | 131 | 61 |
| Binary | 11101010 | 10100110 | 1110 | 0 | 11101 | 1011110 | 1000 | 101001 | 1011001 | 110001 |
Color Harmonies of #EAA60E
Complementary color
Monochromatic Colors of #EAA60E
Black with #EAA60E
Text Example
Text Example
White with #EAA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA60E; }
p { color: rgb(234,166,14); }
H1.HeaderClassName
{
color: #EAA60E;
}
.AnyTagClassName
{
color: #EAA60E;
}
</style>
background-color css
<style>
a { background-color: #EAA60E; }
a { background-color: rgb(234,166,14); }
div.DivClassName
{
background-color: #EAA60E;
}
.BgClassName
{
background-color: #EAA60E;
}
</style>
border-color css
<style>
span { border-color: #EAA60E; }
span { border-color: rgb(234,166,14); }
td.TdClassName
{
border-color: #EAA60E;
}
.TagClassName
{
border-color: #EAA60E;
}
</style>