Shades of Gamboge #E2A310
Tints of Gamboge #E2A310
RGB
CMYK
RGB Variations
Color information
#E2A310 (or 0xE2A310) is known color: Gamboge. HEX triplet: E2, A3 and 10. RGB value is (226,163,16). Sum of RGB (Red+Green+Blue) = 226+163+16=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A310 is #1D5CEF. Grayscale: #A5A5A5. Windows color (decimal): -1924336 or 1090530. OLE color: 1090530.
HSL color Cylindrical-coordinate representation of color #E2A310: hue angle of 42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2A310 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.11 |
| HSL | 42º | 0.87% | 0.47% | - |
| HSV(B) | 42º | 0.93% | 0.89% | - |
| XYZ | 44.55 | 42.4 | 6.33 | - |
| YUV | 165.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 16 | 0 | 0.28 | 0.93 | 0.11 | 42 | 0.87 | 0.47 |
| Hex | E2 | A3 | 10 | 0 | 1C | 5D | B | 2A | 57 | 2F |
| Octal | 342 | 243 | 20 | 0 | 34 | 135 | 13 | 52 | 127 | 57 |
| Binary | 11100010 | 10100011 | 10000 | 0 | 11100 | 1011101 | 1011 | 101010 | 1010111 | 101111 |
Color Harmonies of #E2A310
Complementary color
Monochromatic Colors of #E2A310
Black with #E2A310
Text Example
Text Example
White with #E2A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A310; }
p { color: rgb(226,163,16); }
H1.HeaderClassName
{
color: #E2A310;
}
.AnyTagClassName
{
color: #E2A310;
}
</style>
background-color css
<style>
a { background-color: #E2A310; }
a { background-color: rgb(226,163,16); }
div.DivClassName
{
background-color: #E2A310;
}
.BgClassName
{
background-color: #E2A310;
}
</style>
border-color css
<style>
span { border-color: #E2A310; }
span { border-color: rgb(226,163,16); }
td.TdClassName
{
border-color: #E2A310;
}
.TagClassName
{
border-color: #E2A310;
}
</style>