Shades of Gamboge #E5A612
Tints of Gamboge #E5A612
RGB
CMYK
RGB Variations
Color information
#E5A612 (or 0xE5A612) is known color: Gamboge. HEX triplet: E5, A6 and 12. RGB value is (229,166,18). Sum of RGB (Red+Green+Blue) = 229+166+18=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A612 is #1A59ED. Grayscale: #A8A8A8. Windows color (decimal): -1726958 or 1222373. OLE color: 1222373.
HSL color Cylindrical-coordinate representation of color #E5A612: hue angle of 42.09º 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 #E5A612 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 18 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.10 |
| HSL | 42.09º | 0.85% | 0.48% | - |
| HSV(B) | 42.09º | 0.92% | 0.9% | - |
| XYZ | 46.06 | 43.97 | 6.63 | - |
| YUV | 167.97 | 43.37 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 18 | 0 | 0.28 | 0.92 | 0.10 | 42.09 | 0.85 | 0.48 |
| Hex | E5 | A6 | 12 | 0 | 1C | 5C | A | 2A | 55 | 30 |
| Octal | 345 | 246 | 22 | 0 | 34 | 134 | 12 | 52 | 125 | 60 |
| Binary | 11100101 | 10100110 | 10010 | 0 | 11100 | 1011100 | 1010 | 101010 | 1010101 | 110000 |
Color Harmonies of #E5A612
Complementary color
Monochromatic Colors of #E5A612
Black with #E5A612
Text Example
Text Example
White with #E5A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A612; }
p { color: rgb(229,166,18); }
H1.HeaderClassName
{
color: #E5A612;
}
.AnyTagClassName
{
color: #E5A612;
}
</style>
background-color css
<style>
a { background-color: #E5A612; }
a { background-color: rgb(229,166,18); }
div.DivClassName
{
background-color: #E5A612;
}
.BgClassName
{
background-color: #E5A612;
}
</style>
border-color css
<style>
span { border-color: #E5A612; }
span { border-color: rgb(229,166,18); }
td.TdClassName
{
border-color: #E5A612;
}
.TagClassName
{
border-color: #E5A612;
}
</style>