Shades of Gamboge #E1A001
Tints of Gamboge #E1A001
RGB
CMYK
RGB Variations
Color information
#E1A001 (or 0xE1A001) is known color: Gamboge. HEX triplet: E1, A0 and 01. RGB value is (225,160,1). Sum of RGB (Red+Green+Blue) = 225+160+1=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A001 is #1E5FFE. Grayscale: #A2A2A2. Windows color (decimal): -1990655 or 106721. OLE color: 106721.
HSL color Cylindrical-coordinate representation of color #E1A001: hue angle of 42.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1A001 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.12 |
| HSL | 42.59º | 0.99% | 0.44% | - |
| HSV(B) | 42.59º | 1% | 0.88% | - |
| XYZ | 43.63 | 41.15 | 5.67 | - |
| YUV | 161.31 | 37.53 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 1 | 0 | 0.29 | 1.00 | 0.12 | 42.59 | 0.99 | 0.44 |
| Hex | E1 | A0 | 1 | 0 | 1D | 64 | C | 2B | 63 | 2C |
| Octal | 341 | 240 | 1 | 0 | 35 | 144 | 14 | 53 | 143 | 54 |
| Binary | 11100001 | 10100000 | 1 | 0 | 11101 | 1100100 | 1100 | 101011 | 1100011 | 101100 |
Color Harmonies of #E1A001
Complementary color
Monochromatic Colors of #E1A001
Black with #E1A001
Text Example
Text Example
White with #E1A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A001; }
p { color: rgb(225,160,1); }
H1.HeaderClassName
{
color: #E1A001;
}
.AnyTagClassName
{
color: #E1A001;
}
</style>
background-color css
<style>
a { background-color: #E1A001; }
a { background-color: rgb(225,160,1); }
div.DivClassName
{
background-color: #E1A001;
}
.BgClassName
{
background-color: #E1A001;
}
</style>
border-color css
<style>
span { border-color: #E1A001; }
span { border-color: rgb(225,160,1); }
td.TdClassName
{
border-color: #E1A001;
}
.TagClassName
{
border-color: #E1A001;
}
</style>