Shades of Gamboge #E5A012
Tints of Gamboge #E5A012
RGB
CMYK
RGB Variations
Color information
#E5A012 (or 0xE5A012) is known color: Gamboge. HEX triplet: E5, A0 and 12. RGB value is (229,160,18). Sum of RGB (Red+Green+Blue) = 229+160+18=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A012 is #1A5FED. Grayscale: #A5A5A5. Windows color (decimal): -1728494 or 1220837. OLE color: 1220837.
HSL color Cylindrical-coordinate representation of color #E5A012: hue angle of 40.38º 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 #E5A012 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.10 |
| HSL | 40.38º | 0.85% | 0.48% | - |
| HSV(B) | 40.38º | 0.92% | 0.9% | - |
| XYZ | 44.99 | 41.84 | 6.28 | - |
| YUV | 164.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 18 | 0 | 0.30 | 0.92 | 0.10 | 40.38 | 0.85 | 0.48 |
| Hex | E5 | A0 | 12 | 0 | 1E | 5C | A | 28 | 55 | 30 |
| Octal | 345 | 240 | 22 | 0 | 36 | 134 | 12 | 50 | 125 | 60 |
| Binary | 11100101 | 10100000 | 10010 | 0 | 11110 | 1011100 | 1010 | 101000 | 1010101 | 110000 |
Color Harmonies of #E5A012
Complementary color
Monochromatic Colors of #E5A012
Black with #E5A012
Text Example
Text Example
White with #E5A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A012; }
p { color: rgb(229,160,18); }
H1.HeaderClassName
{
color: #E5A012;
}
.AnyTagClassName
{
color: #E5A012;
}
</style>
background-color css
<style>
a { background-color: #E5A012; }
a { background-color: rgb(229,160,18); }
div.DivClassName
{
background-color: #E5A012;
}
.BgClassName
{
background-color: #E5A012;
}
</style>
border-color css
<style>
span { border-color: #E5A012; }
span { border-color: rgb(229,160,18); }
td.TdClassName
{
border-color: #E5A012;
}
.TagClassName
{
border-color: #E5A012;
}
</style>