Shades of Gamboge #E0A112
Tints of Gamboge #E0A112
RGB
CMYK
RGB Variations
Color information
#E0A112 (or 0xE0A112) is known color: Gamboge. HEX triplet: E0, A1 and 12. RGB value is (224,161,18). Sum of RGB (Red+Green+Blue) = 224+161+18=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A112 is #1F5EED. Grayscale: #A4A4A4. Windows color (decimal): -2055918 or 1221088. OLE color: 1221088.
HSL color Cylindrical-coordinate representation of color #E0A112: hue angle of 41.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0A112 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 18 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.12 |
| HSL | 41.65º | 0.85% | 0.47% | - |
| HSV(B) | 41.65º | 0.92% | 0.88% | - |
| XYZ | 43.59 | 41.38 | 6.26 | - |
| YUV | 163.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 18 | 0 | 0.28 | 0.92 | 0.12 | 41.65 | 0.85 | 0.47 |
| Hex | E0 | A1 | 12 | 0 | 1C | 5C | C | 2A | 55 | 2F |
| Octal | 340 | 241 | 22 | 0 | 34 | 134 | 14 | 52 | 125 | 57 |
| Binary | 11100000 | 10100001 | 10010 | 0 | 11100 | 1011100 | 1100 | 101010 | 1010101 | 101111 |
Color Harmonies of #E0A112
Complementary color
Monochromatic Colors of #E0A112
Black with #E0A112
Text Example
Text Example
White with #E0A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A112; }
p { color: rgb(224,161,18); }
H1.HeaderClassName
{
color: #E0A112;
}
.AnyTagClassName
{
color: #E0A112;
}
</style>
background-color css
<style>
a { background-color: #E0A112; }
a { background-color: rgb(224,161,18); }
div.DivClassName
{
background-color: #E0A112;
}
.BgClassName
{
background-color: #E0A112;
}
</style>
border-color css
<style>
span { border-color: #E0A112; }
span { border-color: rgb(224,161,18); }
td.TdClassName
{
border-color: #E0A112;
}
.TagClassName
{
border-color: #E0A112;
}
</style>