Shades of Gamboge #E1A90D
Tints of Gamboge #E1A90D
RGB
CMYK
RGB Variations
Color information
#E1A90D (or 0xE1A90D) is known color: Gamboge. HEX triplet: E1, A9 and 0D. RGB value is (225,169,13). Sum of RGB (Red+Green+Blue) = 225+169+13=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A90D is #1E56F2. Grayscale: #A8A8A8. Windows color (decimal): -1988339 or 895457. OLE color: 895457.
HSL color Cylindrical-coordinate representation of color #E1A90D: hue angle of 44.15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1A90D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.12 |
| HSL | 44.15º | 0.89% | 0.47% | - |
| HSV(B) | 44.15º | 0.94% | 0.88% | - |
| XYZ | 45.31 | 44.41 | 6.57 | - |
| YUV | 167.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 13 | 0 | 0.25 | 0.94 | 0.12 | 44.15 | 0.89 | 0.47 |
| Hex | E1 | A9 | D | 0 | 19 | 5E | C | 2C | 59 | 2F |
| Octal | 341 | 251 | 15 | 0 | 31 | 136 | 14 | 54 | 131 | 57 |
| Binary | 11100001 | 10101001 | 1101 | 0 | 11001 | 1011110 | 1100 | 101100 | 1011001 | 101111 |
Color Harmonies of #E1A90D
Complementary color
Monochromatic Colors of #E1A90D
Black with #E1A90D
Text Example
Text Example
White with #E1A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A90D; }
p { color: rgb(225,169,13); }
H1.HeaderClassName
{
color: #E1A90D;
}
.AnyTagClassName
{
color: #E1A90D;
}
</style>
background-color css
<style>
a { background-color: #E1A90D; }
a { background-color: rgb(225,169,13); }
div.DivClassName
{
background-color: #E1A90D;
}
.BgClassName
{
background-color: #E1A90D;
}
</style>
border-color css
<style>
span { border-color: #E1A90D; }
span { border-color: rgb(225,169,13); }
td.TdClassName
{
border-color: #E1A90D;
}
.TagClassName
{
border-color: #E1A90D;
}
</style>