Shades of Gamboge #E5A812
Tints of Gamboge #E5A812
RGB
CMYK
RGB Variations
Color information
#E5A812 (or 0xE5A812) is known color: Gamboge. HEX triplet: E5, A8 and 12. RGB value is (229,168,18). Sum of RGB (Red+Green+Blue) = 229+168+18=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A812 is #1A57ED. Grayscale: #A9A9A9. Windows color (decimal): -1726446 or 1222885. OLE color: 1222885.
HSL color Cylindrical-coordinate representation of color #E5A812: hue angle of 42.65º 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 #E5A812 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.10 |
| HSL | 42.65º | 0.85% | 0.48% | - |
| HSV(B) | 42.65º | 0.92% | 0.9% | - |
| XYZ | 46.42 | 44.71 | 6.75 | - |
| YUV | 169.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 18 | 0 | 0.27 | 0.92 | 0.10 | 42.65 | 0.85 | 0.48 |
| Hex | E5 | A8 | 12 | 0 | 1B | 5C | A | 2B | 55 | 30 |
| Octal | 345 | 250 | 22 | 0 | 33 | 134 | 12 | 53 | 125 | 60 |
| Binary | 11100101 | 10101000 | 10010 | 0 | 11011 | 1011100 | 1010 | 101011 | 1010101 | 110000 |
Color Harmonies of #E5A812
Complementary color
Monochromatic Colors of #E5A812
Black with #E5A812
Text Example
Text Example
White with #E5A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A812; }
p { color: rgb(229,168,18); }
H1.HeaderClassName
{
color: #E5A812;
}
.AnyTagClassName
{
color: #E5A812;
}
</style>
background-color css
<style>
a { background-color: #E5A812; }
a { background-color: rgb(229,168,18); }
div.DivClassName
{
background-color: #E5A812;
}
.BgClassName
{
background-color: #E5A812;
}
</style>
border-color css
<style>
span { border-color: #E5A812; }
span { border-color: rgb(229,168,18); }
td.TdClassName
{
border-color: #E5A812;
}
.TagClassName
{
border-color: #E5A812;
}
</style>