Shades of Gamboge #E1A003
Tints of Gamboge #E1A003
RGB
CMYK
RGB Variations
Color information
#E1A003 (or 0xE1A003) is known color: Gamboge. HEX triplet: E1, A0 and 03. RGB value is (225,160,3). Sum of RGB (Red+Green+Blue) = 225+160+3=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A003 is #1E5FFC. Grayscale: #A2A2A2. Windows color (decimal): -1990653 or 237793. OLE color: 237793.
HSL color Cylindrical-coordinate representation of color #E1A003: hue angle of 42.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1A003 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.12 |
| HSL | 42.43º | 0.97% | 0.45% | - |
| HSV(B) | 42.43º | 0.99% | 0.88% | - |
| XYZ | 43.64 | 41.16 | 5.73 | - |
| YUV | 161.54 | 38.53 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 3 | 0 | 0.29 | 0.99 | 0.12 | 42.43 | 0.97 | 0.45 |
| Hex | E1 | A0 | 3 | 0 | 1D | 63 | C | 2A | 61 | 2D |
| Octal | 341 | 240 | 3 | 0 | 35 | 143 | 14 | 52 | 141 | 55 |
| Binary | 11100001 | 10100000 | 11 | 0 | 11101 | 1100011 | 1100 | 101010 | 1100001 | 101101 |
Color Harmonies of #E1A003
Complementary color
Monochromatic Colors of #E1A003
Black with #E1A003
Text Example
Text Example
White with #E1A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A003; }
p { color: rgb(225,160,3); }
H1.HeaderClassName
{
color: #E1A003;
}
.AnyTagClassName
{
color: #E1A003;
}
</style>
background-color css
<style>
a { background-color: #E1A003; }
a { background-color: rgb(225,160,3); }
div.DivClassName
{
background-color: #E1A003;
}
.BgClassName
{
background-color: #E1A003;
}
</style>
border-color css
<style>
span { border-color: #E1A003; }
span { border-color: rgb(225,160,3); }
td.TdClassName
{
border-color: #E1A003;
}
.TagClassName
{
border-color: #E1A003;
}
</style>