Shades of Gamboge #EAA211
Tints of Gamboge #EAA211
RGB
CMYK
RGB Variations
Color information
#EAA211 (or 0xEAA211) is known color: Gamboge. HEX triplet: EA, A2 and 11. RGB value is (234,162,17). Sum of RGB (Red+Green+Blue) = 234+162+17=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA211 is #155DEE. Grayscale: #A7A7A7. Windows color (decimal): -1400303 or 1155818. OLE color: 1155818.
HSL color Cylindrical-coordinate representation of color #EAA211: hue angle of 40.09º 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 #EAA211 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.08 |
| HSL | 40.09º | 0.86% | 0.49% | - |
| HSV(B) | 40.09º | 0.93% | 0.92% | - |
| XYZ | 46.95 | 43.37 | 6.43 | - |
| YUV | 167 | 43.35 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 17 | 0 | 0.31 | 0.93 | 0.08 | 40.09 | 0.86 | 0.49 |
| Hex | EA | A2 | 11 | 0 | 1F | 5D | 8 | 28 | 56 | 31 |
| Octal | 352 | 242 | 21 | 0 | 37 | 135 | 10 | 50 | 126 | 61 |
| Binary | 11101010 | 10100010 | 10001 | 0 | 11111 | 1011101 | 1000 | 101000 | 1010110 | 110001 |
Color Harmonies of #EAA211
Complementary color
Monochromatic Colors of #EAA211
Black with #EAA211
Text Example
Text Example
White with #EAA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA211; }
p { color: rgb(234,162,17); }
H1.HeaderClassName
{
color: #EAA211;
}
.AnyTagClassName
{
color: #EAA211;
}
</style>
background-color css
<style>
a { background-color: #EAA211; }
a { background-color: rgb(234,162,17); }
div.DivClassName
{
background-color: #EAA211;
}
.BgClassName
{
background-color: #EAA211;
}
</style>
border-color css
<style>
span { border-color: #EAA211; }
span { border-color: rgb(234,162,17); }
td.TdClassName
{
border-color: #EAA211;
}
.TagClassName
{
border-color: #EAA211;
}
</style>