Shades of Gamboge #E5A112
Tints of Gamboge #E5A112
RGB
CMYK
RGB Variations
Color information
#E5A112 (or 0xE5A112) is known color: Gamboge. HEX triplet: E5, A1 and 12. RGB value is (229,161,18). Sum of RGB (Red+Green+Blue) = 229+161+18=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A112 is #1A5EED. Grayscale: #A5A5A5. Windows color (decimal): -1728238 or 1221093. OLE color: 1221093.
HSL color Cylindrical-coordinate representation of color #E5A112: hue angle of 40.66º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5A112 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.10 |
| HSL | 40.66º | 0.85% | 0.48% | - |
| HSV(B) | 40.66º | 0.92% | 0.9% | - |
| XYZ | 45.17 | 42.19 | 6.34 | - |
| YUV | 165.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 18 | 0 | 0.30 | 0.92 | 0.10 | 40.66 | 0.85 | 0.48 |
| Hex | E5 | A1 | 12 | 0 | 1E | 5C | A | 29 | 55 | 30 |
| Octal | 345 | 241 | 22 | 0 | 36 | 134 | 12 | 51 | 125 | 60 |
| Binary | 11100101 | 10100001 | 10010 | 0 | 11110 | 1011100 | 1010 | 101001 | 1010101 | 110000 |
Color Harmonies of #E5A112
Complementary color
Monochromatic Colors of #E5A112
Black with #E5A112
Text Example
Text Example
White with #E5A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A112; }
p { color: rgb(229,161,18); }
H1.HeaderClassName
{
color: #E5A112;
}
.AnyTagClassName
{
color: #E5A112;
}
</style>
background-color css
<style>
a { background-color: #E5A112; }
a { background-color: rgb(229,161,18); }
div.DivClassName
{
background-color: #E5A112;
}
.BgClassName
{
background-color: #E5A112;
}
</style>
border-color css
<style>
span { border-color: #E5A112; }
span { border-color: rgb(229,161,18); }
td.TdClassName
{
border-color: #E5A112;
}
.TagClassName
{
border-color: #E5A112;
}
</style>