Shades of Gamboge #E0A10D
Tints of Gamboge #E0A10D
RGB
CMYK
RGB Variations
Color information
#E0A10D (or 0xE0A10D) is known color: Gamboge. HEX triplet: E0, A1 and 0D. RGB value is (224,161,13). Sum of RGB (Red+Green+Blue) = 224+161+13=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A10D is #1F5EF2. Grayscale: #A3A3A3. Windows color (decimal): -2055923 or 893408. OLE color: 893408.
HSL color Cylindrical-coordinate representation of color #E0A10D: hue angle of 42.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0A10D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.12 |
| HSL | 42.09º | 0.89% | 0.46% | - |
| HSV(B) | 42.09º | 0.94% | 0.88% | - |
| XYZ | 43.56 | 41.37 | 6.07 | - |
| YUV | 162.97 | 43.37 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 13 | 0 | 0.28 | 0.94 | 0.12 | 42.09 | 0.89 | 0.46 |
| Hex | E0 | A1 | D | 0 | 1C | 5E | C | 2A | 59 | 2E |
| Octal | 340 | 241 | 15 | 0 | 34 | 136 | 14 | 52 | 131 | 56 |
| Binary | 11100000 | 10100001 | 1101 | 0 | 11100 | 1011110 | 1100 | 101010 | 1011001 | 101110 |
Color Harmonies of #E0A10D
Complementary color
Monochromatic Colors of #E0A10D
Black with #E0A10D
Text Example
Text Example
White with #E0A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A10D; }
p { color: rgb(224,161,13); }
H1.HeaderClassName
{
color: #E0A10D;
}
.AnyTagClassName
{
color: #E0A10D;
}
</style>
background-color css
<style>
a { background-color: #E0A10D; }
a { background-color: rgb(224,161,13); }
div.DivClassName
{
background-color: #E0A10D;
}
.BgClassName
{
background-color: #E0A10D;
}
</style>
border-color css
<style>
span { border-color: #E0A10D; }
span { border-color: rgb(224,161,13); }
td.TdClassName
{
border-color: #E0A10D;
}
.TagClassName
{
border-color: #E0A10D;
}
</style>