Shades of Gamboge #E0AA0C
Tints of Gamboge #E0AA0C
RGB
CMYK
RGB Variations
Color information
#E0AA0C (or 0xE0AA0C) is known color: Gamboge. HEX triplet: E0, AA and 0C. RGB value is (224,170,12). Sum of RGB (Red+Green+Blue) = 224+170+12=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AA0C is #1F55F3. Grayscale: #A8A8A8. Windows color (decimal): -2053620 or 830176. OLE color: 830176.
HSL color Cylindrical-coordinate representation of color #E0AA0C: hue angle of 44.72º 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 #E0AA0C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.12 |
| HSL | 44.72º | 0.9% | 0.46% | - |
| HSV(B) | 44.72º | 0.95% | 0.88% | - |
| XYZ | 45.18 | 44.62 | 6.58 | - |
| YUV | 168.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 12 | 0 | 0.24 | 0.95 | 0.12 | 44.72 | 0.9 | 0.46 |
| Hex | E0 | AA | C | 0 | 18 | 5F | C | 2D | 5A | 2E |
| Octal | 340 | 252 | 14 | 0 | 30 | 137 | 14 | 55 | 132 | 56 |
| Binary | 11100000 | 10101010 | 1100 | 0 | 11000 | 1011111 | 1100 | 101101 | 1011010 | 101110 |
Color Harmonies of #E0AA0C
Complementary color
Monochromatic Colors of #E0AA0C
Black with #E0AA0C
Text Example
Text Example
White with #E0AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA0C; }
p { color: rgb(224,170,12); }
H1.HeaderClassName
{
color: #E0AA0C;
}
.AnyTagClassName
{
color: #E0AA0C;
}
</style>
background-color css
<style>
a { background-color: #E0AA0C; }
a { background-color: rgb(224,170,12); }
div.DivClassName
{
background-color: #E0AA0C;
}
.BgClassName
{
background-color: #E0AA0C;
}
</style>
border-color css
<style>
span { border-color: #E0AA0C; }
span { border-color: rgb(224,170,12); }
td.TdClassName
{
border-color: #E0AA0C;
}
.TagClassName
{
border-color: #E0AA0C;
}
</style>