Shades of Gamboge #E1A00C
Tints of Gamboge #E1A00C
RGB
CMYK
RGB Variations
Color information
#E1A00C (or 0xE1A00C) is known color: Gamboge. HEX triplet: E1, A0 and 0C. RGB value is (225,160,12). Sum of RGB (Red+Green+Blue) = 225+160+12=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A00C is #1E5FF3. Grayscale: #A3A3A3. Windows color (decimal): -1990644 or 827617. OLE color: 827617.
HSL color Cylindrical-coordinate representation of color #E1A00C: hue angle of 41.69º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1A00C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.12 |
| HSL | 41.69º | 0.9% | 0.46% | - |
| HSV(B) | 41.69º | 0.95% | 0.88% | - |
| XYZ | 43.69 | 41.18 | 5.99 | - |
| YUV | 162.56 | 43.03 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 12 | 0 | 0.29 | 0.95 | 0.12 | 41.69 | 0.9 | 0.46 |
| Hex | E1 | A0 | C | 0 | 1D | 5F | C | 2A | 5A | 2E |
| Octal | 341 | 240 | 14 | 0 | 35 | 137 | 14 | 52 | 132 | 56 |
| Binary | 11100001 | 10100000 | 1100 | 0 | 11101 | 1011111 | 1100 | 101010 | 1011010 | 101110 |
Color Harmonies of #E1A00C
Complementary color
Monochromatic Colors of #E1A00C
Black with #E1A00C
Text Example
Text Example
White with #E1A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A00C; }
p { color: rgb(225,160,12); }
H1.HeaderClassName
{
color: #E1A00C;
}
.AnyTagClassName
{
color: #E1A00C;
}
</style>
background-color css
<style>
a { background-color: #E1A00C; }
a { background-color: rgb(225,160,12); }
div.DivClassName
{
background-color: #E1A00C;
}
.BgClassName
{
background-color: #E1A00C;
}
</style>
border-color css
<style>
span { border-color: #E1A00C; }
span { border-color: rgb(225,160,12); }
td.TdClassName
{
border-color: #E1A00C;
}
.TagClassName
{
border-color: #E1A00C;
}
</style>