Shades of Gamboge #E5A10C
Tints of Gamboge #E5A10C
RGB
CMYK
RGB Variations
Color information
#E5A10C (or 0xE5A10C) is known color: Gamboge. HEX triplet: E5, A1 and 0C. RGB value is (229,161,12). Sum of RGB (Red+Green+Blue) = 229+161+12=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A10C is #1A5EF3. Grayscale: #A5A5A5. Windows color (decimal): -1728244 or 827877. OLE color: 827877.
HSL color Cylindrical-coordinate representation of color #E5A10C: hue angle of 41.2º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5A10C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.10 |
| HSL | 41.2º | 0.9% | 0.47% | - |
| HSV(B) | 41.2º | 0.95% | 0.9% | - |
| XYZ | 45.12 | 42.17 | 6.11 | - |
| YUV | 164.35 | 42.03 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 12 | 0 | 0.30 | 0.95 | 0.10 | 41.2 | 0.9 | 0.47 |
| Hex | E5 | A1 | C | 0 | 1E | 5F | A | 29 | 5A | 2F |
| Octal | 345 | 241 | 14 | 0 | 36 | 137 | 12 | 51 | 132 | 57 |
| Binary | 11100101 | 10100001 | 1100 | 0 | 11110 | 1011111 | 1010 | 101001 | 1011010 | 101111 |
Color Harmonies of #E5A10C
Complementary color
Monochromatic Colors of #E5A10C
Black with #E5A10C
Text Example
Text Example
White with #E5A10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A10C; }
p { color: rgb(229,161,12); }
H1.HeaderClassName
{
color: #E5A10C;
}
.AnyTagClassName
{
color: #E5A10C;
}
</style>
background-color css
<style>
a { background-color: #E5A10C; }
a { background-color: rgb(229,161,12); }
div.DivClassName
{
background-color: #E5A10C;
}
.BgClassName
{
background-color: #E5A10C;
}
</style>
border-color css
<style>
span { border-color: #E5A10C; }
span { border-color: rgb(229,161,12); }
td.TdClassName
{
border-color: #E5A10C;
}
.TagClassName
{
border-color: #E5A10C;
}
</style>