Shades of Gamboge #E5A002
Tints of Gamboge #E5A002
RGB
CMYK
RGB Variations
Color information
#E5A002 (or 0xE5A002) is known color: Gamboge. HEX triplet: E5, A0 and 02. RGB value is (229,160,2). Sum of RGB (Red+Green+Blue) = 229+160+2=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A002 is #1A5FFD. Grayscale: #A3A3A3. Windows color (decimal): -1728510 or 172261. OLE color: 172261.
HSL color Cylindrical-coordinate representation of color #E5A002: hue angle of 41.76º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5A002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.10 |
| HSL | 41.76º | 0.98% | 0.45% | - |
| HSV(B) | 41.76º | 0.99% | 0.9% | - |
| XYZ | 44.89 | 41.8 | 5.76 | - |
| YUV | 162.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 2 | 0 | 0.30 | 0.99 | 0.10 | 41.76 | 0.98 | 0.45 |
| Hex | E5 | A0 | 2 | 0 | 1E | 63 | A | 2A | 62 | 2D |
| Octal | 345 | 240 | 2 | 0 | 36 | 143 | 12 | 52 | 142 | 55 |
| Binary | 11100101 | 10100000 | 10 | 0 | 11110 | 1100011 | 1010 | 101010 | 1100010 | 101101 |
Color Harmonies of #E5A002
Complementary color
Monochromatic Colors of #E5A002
Black with #E5A002
Text Example
Text Example
White with #E5A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A002; }
p { color: rgb(229,160,2); }
H1.HeaderClassName
{
color: #E5A002;
}
.AnyTagClassName
{
color: #E5A002;
}
</style>
background-color css
<style>
a { background-color: #E5A002; }
a { background-color: rgb(229,160,2); }
div.DivClassName
{
background-color: #E5A002;
}
.BgClassName
{
background-color: #E5A002;
}
</style>
border-color css
<style>
span { border-color: #E5A002; }
span { border-color: rgb(229,160,2); }
td.TdClassName
{
border-color: #E5A002;
}
.TagClassName
{
border-color: #E5A002;
}
</style>