Shades of Gamboge #E3A210
Tints of Gamboge #E3A210
RGB
CMYK
RGB Variations
Color information
#E3A210 (or 0xE3A210) is known color: Gamboge. HEX triplet: E3, A2 and 10. RGB value is (227,162,16). Sum of RGB (Red+Green+Blue) = 227+162+16=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A210 is #1C5DEF. Grayscale: #A5A5A5. Windows color (decimal): -1859056 or 1090275. OLE color: 1090275.
HSL color Cylindrical-coordinate representation of color #E3A210: hue angle of 41.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3A210 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 162 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.11 |
| HSL | 41.52º | 0.87% | 0.48% | - |
| HSV(B) | 41.52º | 0.93% | 0.89% | - |
| XYZ | 44.69 | 42.21 | 6.28 | - |
| YUV | 164.79 | 44.03 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 16 | 0 | 0.29 | 0.93 | 0.11 | 41.52 | 0.87 | 0.48 |
| Hex | E3 | A2 | 10 | 0 | 1D | 5D | B | 2A | 57 | 30 |
| Octal | 343 | 242 | 20 | 0 | 35 | 135 | 13 | 52 | 127 | 60 |
| Binary | 11100011 | 10100010 | 10000 | 0 | 11101 | 1011101 | 1011 | 101010 | 1010111 | 110000 |
Color Harmonies of #E3A210
Complementary color
Monochromatic Colors of #E3A210
Black with #E3A210
Text Example
Text Example
White with #E3A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A210; }
p { color: rgb(227,162,16); }
H1.HeaderClassName
{
color: #E3A210;
}
.AnyTagClassName
{
color: #E3A210;
}
</style>
background-color css
<style>
a { background-color: #E3A210; }
a { background-color: rgb(227,162,16); }
div.DivClassName
{
background-color: #E3A210;
}
.BgClassName
{
background-color: #E3A210;
}
</style>
border-color css
<style>
span { border-color: #E3A210; }
span { border-color: rgb(227,162,16); }
td.TdClassName
{
border-color: #E3A210;
}
.TagClassName
{
border-color: #E3A210;
}
</style>