Shades of Gamboge #EAA60B
Tints of Gamboge #EAA60B
RGB
CMYK
RGB Variations
Color information
#EAA60B (or 0xEAA60B) is known color: Gamboge. HEX triplet: EA, A6 and 0B. RGB value is (234,166,11). Sum of RGB (Red+Green+Blue) = 234+166+11=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA60B is #1559F4. Grayscale: #A9A9A9. Windows color (decimal): -1399285 or 763626. OLE color: 763626.
HSL color Cylindrical-coordinate representation of color #EAA60B: hue angle of 41.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAA60B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.08 |
| HSL | 41.7º | 0.91% | 0.48% | - |
| HSV(B) | 41.7º | 0.95% | 0.92% | - |
| XYZ | 47.63 | 44.79 | 6.45 | - |
| YUV | 168.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 11 | 0 | 0.29 | 0.95 | 0.08 | 41.7 | 0.91 | 0.48 |
| Hex | EA | A6 | B | 0 | 1D | 5F | 8 | 2A | 5B | 30 |
| Octal | 352 | 246 | 13 | 0 | 35 | 137 | 10 | 52 | 133 | 60 |
| Binary | 11101010 | 10100110 | 1011 | 0 | 11101 | 1011111 | 1000 | 101010 | 1011011 | 110000 |
Color Harmonies of #EAA60B
Complementary color
Monochromatic Colors of #EAA60B
Black with #EAA60B
Text Example
Text Example
White with #EAA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA60B; }
p { color: rgb(234,166,11); }
H1.HeaderClassName
{
color: #EAA60B;
}
.AnyTagClassName
{
color: #EAA60B;
}
</style>
background-color css
<style>
a { background-color: #EAA60B; }
a { background-color: rgb(234,166,11); }
div.DivClassName
{
background-color: #EAA60B;
}
.BgClassName
{
background-color: #EAA60B;
}
</style>
border-color css
<style>
span { border-color: #EAA60B; }
span { border-color: rgb(234,166,11); }
td.TdClassName
{
border-color: #EAA60B;
}
.TagClassName
{
border-color: #EAA60B;
}
</style>