Shades of Gamboge #EAA610
Tints of Gamboge #EAA610
RGB
CMYK
RGB Variations
Color information
#EAA610 (or 0xEAA610) is known color: Gamboge. HEX triplet: EA, A6 and 10. RGB value is (234,166,16). Sum of RGB (Red+Green+Blue) = 234+166+16=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA610 is #1559EF. Grayscale: #A9A9A9. Windows color (decimal): -1399280 or 1091306. OLE color: 1091306.
HSL color Cylindrical-coordinate representation of color #EAA610: hue angle of 41.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAA610 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.08 |
| HSL | 41.28º | 0.87% | 0.49% | - |
| HSV(B) | 41.28º | 0.93% | 0.92% | - |
| XYZ | 47.66 | 44.8 | 6.63 | - |
| YUV | 169.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 16 | 0 | 0.29 | 0.93 | 0.08 | 41.28 | 0.87 | 0.49 |
| Hex | EA | A6 | 10 | 0 | 1D | 5D | 8 | 29 | 57 | 31 |
| Octal | 352 | 246 | 20 | 0 | 35 | 135 | 10 | 51 | 127 | 61 |
| Binary | 11101010 | 10100110 | 10000 | 0 | 11101 | 1011101 | 1000 | 101001 | 1010111 | 110001 |
Color Harmonies of #EAA610
Complementary color
Monochromatic Colors of #EAA610
Black with #EAA610
Text Example
Text Example
White with #EAA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA610; }
p { color: rgb(234,166,16); }
H1.HeaderClassName
{
color: #EAA610;
}
.AnyTagClassName
{
color: #EAA610;
}
</style>
background-color css
<style>
a { background-color: #EAA610; }
a { background-color: rgb(234,166,16); }
div.DivClassName
{
background-color: #EAA610;
}
.BgClassName
{
background-color: #EAA610;
}
</style>
border-color css
<style>
span { border-color: #EAA610; }
span { border-color: rgb(234,166,16); }
td.TdClassName
{
border-color: #EAA610;
}
.TagClassName
{
border-color: #EAA610;
}
</style>