Shades of Gamboge #E0A001
Tints of Gamboge #E0A001
RGB
CMYK
RGB Variations
Color information
#E0A001 (or 0xE0A001) is known color: Gamboge. HEX triplet: E0, A0 and 01. RGB value is (224,160,1). Sum of RGB (Red+Green+Blue) = 224+160+1=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A001 is #1F5FFE. Grayscale: #A1A1A1. Windows color (decimal): -2056191 or 106720. OLE color: 106720.
HSL color Cylindrical-coordinate representation of color #E0A001: hue angle of 42.78º 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 #E0A001 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.12 |
| HSL | 42.78º | 0.99% | 0.44% | - |
| HSV(B) | 42.78º | 1% | 0.88% | - |
| XYZ | 43.32 | 40.99 | 5.66 | - |
| YUV | 161.01 | 37.7 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 1 | 0 | 0.29 | 1.00 | 0.12 | 42.78 | 0.99 | 0.44 |
| Hex | E0 | A0 | 1 | 0 | 1D | 64 | C | 2B | 63 | 2C |
| Octal | 340 | 240 | 1 | 0 | 35 | 144 | 14 | 53 | 143 | 54 |
| Binary | 11100000 | 10100000 | 1 | 0 | 11101 | 1100100 | 1100 | 101011 | 1100011 | 101100 |
Color Harmonies of #E0A001
Complementary color
Monochromatic Colors of #E0A001
Black with #E0A001
Text Example
Text Example
White with #E0A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A001; }
p { color: rgb(224,160,1); }
H1.HeaderClassName
{
color: #E0A001;
}
.AnyTagClassName
{
color: #E0A001;
}
</style>
background-color css
<style>
a { background-color: #E0A001; }
a { background-color: rgb(224,160,1); }
div.DivClassName
{
background-color: #E0A001;
}
.BgClassName
{
background-color: #E0A001;
}
</style>
border-color css
<style>
span { border-color: #E0A001; }
span { border-color: rgb(224,160,1); }
td.TdClassName
{
border-color: #E0A001;
}
.TagClassName
{
border-color: #E0A001;
}
</style>