Shades of Gamboge #EAA711
Tints of Gamboge #EAA711
RGB
CMYK
RGB Variations
Color information
#EAA711 (or 0xEAA711) is known color: Gamboge. HEX triplet: EA, A7 and 11. RGB value is (234,167,17). Sum of RGB (Red+Green+Blue) = 234+167+17=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA711 is #1558EE. Grayscale: #AAAAAA. Windows color (decimal): -1399023 or 1157098. OLE color: 1157098.
HSL color Cylindrical-coordinate representation of color #EAA711: hue angle of 41.47º degrees, saturation: 0.86, 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 #EAA711 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.08 |
| HSL | 41.47º | 0.86% | 0.49% | - |
| HSV(B) | 41.47º | 0.93% | 0.92% | - |
| XYZ | 47.85 | 45.17 | 6.73 | - |
| YUV | 169.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 17 | 0 | 0.29 | 0.93 | 0.08 | 41.47 | 0.86 | 0.49 |
| Hex | EA | A7 | 11 | 0 | 1D | 5D | 8 | 29 | 56 | 31 |
| Octal | 352 | 247 | 21 | 0 | 35 | 135 | 10 | 51 | 126 | 61 |
| Binary | 11101010 | 10100111 | 10001 | 0 | 11101 | 1011101 | 1000 | 101001 | 1010110 | 110001 |
Color Harmonies of #EAA711
Complementary color
Monochromatic Colors of #EAA711
Black with #EAA711
Text Example
Text Example
White with #EAA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA711; }
p { color: rgb(234,167,17); }
H1.HeaderClassName
{
color: #EAA711;
}
.AnyTagClassName
{
color: #EAA711;
}
</style>
background-color css
<style>
a { background-color: #EAA711; }
a { background-color: rgb(234,167,17); }
div.DivClassName
{
background-color: #EAA711;
}
.BgClassName
{
background-color: #EAA711;
}
</style>
border-color css
<style>
span { border-color: #EAA711; }
span { border-color: rgb(234,167,17); }
td.TdClassName
{
border-color: #EAA711;
}
.TagClassName
{
border-color: #EAA711;
}
</style>