Shades of Gamboge #E2A002
Tints of Gamboge #E2A002
RGB
CMYK
RGB Variations
Color information
#E2A002 (or 0xE2A002) is known color: Gamboge. HEX triplet: E2, A0 and 02. RGB value is (226,160,2). Sum of RGB (Red+Green+Blue) = 226+160+2=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A002 is #1D5FFD. Grayscale: #A2A2A2. Windows color (decimal): -1925118 or 172258. OLE color: 172258.
HSL color Cylindrical-coordinate representation of color #E2A002: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2A002 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.11 |
| HSL | 42.32º | 0.98% | 0.45% | - |
| HSV(B) | 42.32º | 0.99% | 0.89% | - |
| XYZ | 43.95 | 41.31 | 5.72 | - |
| YUV | 161.72 | 37.87 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 2 | 0 | 0.29 | 0.99 | 0.11 | 42.32 | 0.98 | 0.45 |
| Hex | E2 | A0 | 2 | 0 | 1D | 63 | B | 2A | 62 | 2D |
| Octal | 342 | 240 | 2 | 0 | 35 | 143 | 13 | 52 | 142 | 55 |
| Binary | 11100010 | 10100000 | 10 | 0 | 11101 | 1100011 | 1011 | 101010 | 1100010 | 101101 |
Color Harmonies of #E2A002
Complementary color
Monochromatic Colors of #E2A002
Black with #E2A002
Text Example
Text Example
White with #E2A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A002; }
p { color: rgb(226,160,2); }
H1.HeaderClassName
{
color: #E2A002;
}
.AnyTagClassName
{
color: #E2A002;
}
</style>
background-color css
<style>
a { background-color: #E2A002; }
a { background-color: rgb(226,160,2); }
div.DivClassName
{
background-color: #E2A002;
}
.BgClassName
{
background-color: #E2A002;
}
</style>
border-color css
<style>
span { border-color: #E2A002; }
span { border-color: rgb(226,160,2); }
td.TdClassName
{
border-color: #E2A002;
}
.TagClassName
{
border-color: #E2A002;
}
</style>