Shades of Gamboge #E2A216
Tints of Gamboge #E2A216
RGB
CMYK
RGB Variations
Color information
#E2A216 (or 0xE2A216) is known color: Gamboge. HEX triplet: E2, A2 and 16. RGB value is (226,162,22). Sum of RGB (Red+Green+Blue) = 226+162+22=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A216 is #1D5DE9. Grayscale: #A5A5A5. Windows color (decimal): -1924586 or 1483490. OLE color: 1483490.
HSL color Cylindrical-coordinate representation of color #E2A216: hue angle of 41.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2A216 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.11 |
| HSL | 41.18º | 0.82% | 0.49% | - |
| HSV(B) | 41.18º | 0.9% | 0.89% | - |
| XYZ | 44.43 | 42.07 | 6.54 | - |
| YUV | 165.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 22 | 0 | 0.28 | 0.90 | 0.11 | 41.18 | 0.82 | 0.49 |
| Hex | E2 | A2 | 16 | 0 | 1C | 5A | B | 29 | 52 | 31 |
| Octal | 342 | 242 | 26 | 0 | 34 | 132 | 13 | 51 | 122 | 61 |
| Binary | 11100010 | 10100010 | 10110 | 0 | 11100 | 1011010 | 1011 | 101001 | 1010010 | 110001 |
Color Harmonies of #E2A216
Complementary color
Monochromatic Colors of #E2A216
Black with #E2A216
Text Example
Text Example
White with #E2A216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A216; }
p { color: rgb(226,162,22); }
H1.HeaderClassName
{
color: #E2A216;
}
.AnyTagClassName
{
color: #E2A216;
}
</style>
background-color css
<style>
a { background-color: #E2A216; }
a { background-color: rgb(226,162,22); }
div.DivClassName
{
background-color: #E2A216;
}
.BgClassName
{
background-color: #E2A216;
}
</style>
border-color css
<style>
span { border-color: #E2A216; }
span { border-color: rgb(226,162,22); }
td.TdClassName
{
border-color: #E2A216;
}
.TagClassName
{
border-color: #E2A216;
}
</style>