Shades of Gamboge #E5AA10
Tints of Gamboge #E5AA10
RGB
CMYK
RGB Variations
Color information
#E5AA10 (or 0xE5AA10) is known color: Gamboge. HEX triplet: E5, AA and 10. RGB value is (229,170,16). Sum of RGB (Red+Green+Blue) = 229+170+16=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA10 is #1A55EF. Grayscale: #AAAAAA. Windows color (decimal): -1725936 or 1092325. OLE color: 1092325.
HSL color Cylindrical-coordinate representation of color #E5AA10: hue angle of 43.38º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5AA10 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 16 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.10 |
| HSL | 43.38º | 0.87% | 0.48% | - |
| HSV(B) | 43.38º | 0.93% | 0.9% | - |
| XYZ | 46.78 | 45.44 | 6.8 | - |
| YUV | 170.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 16 | 0 | 0.26 | 0.93 | 0.10 | 43.38 | 0.87 | 0.48 |
| Hex | E5 | AA | 10 | 0 | 1A | 5D | A | 2B | 57 | 30 |
| Octal | 345 | 252 | 20 | 0 | 32 | 135 | 12 | 53 | 127 | 60 |
| Binary | 11100101 | 10101010 | 10000 | 0 | 11010 | 1011101 | 1010 | 101011 | 1010111 | 110000 |
Color Harmonies of #E5AA10
Complementary color
Monochromatic Colors of #E5AA10
Black with #E5AA10
Text Example
Text Example
White with #E5AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA10; }
p { color: rgb(229,170,16); }
H1.HeaderClassName
{
color: #E5AA10;
}
.AnyTagClassName
{
color: #E5AA10;
}
</style>
background-color css
<style>
a { background-color: #E5AA10; }
a { background-color: rgb(229,170,16); }
div.DivClassName
{
background-color: #E5AA10;
}
.BgClassName
{
background-color: #E5AA10;
}
</style>
border-color css
<style>
span { border-color: #E5AA10; }
span { border-color: rgb(229,170,16); }
td.TdClassName
{
border-color: #E5AA10;
}
.TagClassName
{
border-color: #E5AA10;
}
</style>