Shades of Gamboge #EAA706
Tints of Gamboge #EAA706
RGB
CMYK
RGB Variations
Color information
#EAA706 (or 0xEAA706) is known color: Gamboge. HEX triplet: EA, A7 and 06. RGB value is (234,167,6). Sum of RGB (Red+Green+Blue) = 234+167+6=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA706 is #1558F9. Grayscale: #A9A9A9. Windows color (decimal): -1399034 or 436202. OLE color: 436202.
HSL color Cylindrical-coordinate representation of color #EAA706: hue angle of 42.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAA706 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.08 |
| HSL | 42.37º | 0.95% | 0.47% | - |
| HSV(B) | 42.37º | 0.97% | 0.92% | - |
| XYZ | 47.78 | 45.14 | 6.37 | - |
| YUV | 168.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 6 | 0 | 0.29 | 0.97 | 0.08 | 42.37 | 0.95 | 0.47 |
| Hex | EA | A7 | 6 | 0 | 1D | 61 | 8 | 2A | 5F | 2F |
| Octal | 352 | 247 | 6 | 0 | 35 | 141 | 10 | 52 | 137 | 57 |
| Binary | 11101010 | 10100111 | 110 | 0 | 11101 | 1100001 | 1000 | 101010 | 1011111 | 101111 |
Color Harmonies of #EAA706
Complementary color
Monochromatic Colors of #EAA706
Black with #EAA706
Text Example
Text Example
White with #EAA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA706; }
p { color: rgb(234,167,6); }
H1.HeaderClassName
{
color: #EAA706;
}
.AnyTagClassName
{
color: #EAA706;
}
</style>
background-color css
<style>
a { background-color: #EAA706; }
a { background-color: rgb(234,167,6); }
div.DivClassName
{
background-color: #EAA706;
}
.BgClassName
{
background-color: #EAA706;
}
</style>
border-color css
<style>
span { border-color: #EAA706; }
span { border-color: rgb(234,167,6); }
td.TdClassName
{
border-color: #EAA706;
}
.TagClassName
{
border-color: #EAA706;
}
</style>