Shades of Gamboge #E1A70D
Tints of Gamboge #E1A70D
RGB
CMYK
RGB Variations
Color information
#E1A70D (or 0xE1A70D) is known color: Gamboge. HEX triplet: E1, A7 and 0D. RGB value is (225,167,13). Sum of RGB (Red+Green+Blue) = 225+167+13=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A70D is #1E58F2. Grayscale: #A7A7A7. Windows color (decimal): -1988851 or 894945. OLE color: 894945.
HSL color Cylindrical-coordinate representation of color #E1A70D: hue angle of 43.58º 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 #E1A70D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.12 |
| HSL | 43.58º | 0.89% | 0.47% | - |
| HSV(B) | 43.58º | 0.94% | 0.88% | - |
| XYZ | 44.94 | 43.67 | 6.44 | - |
| YUV | 166.79 | 41.22 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 13 | 0 | 0.26 | 0.94 | 0.12 | 43.58 | 0.89 | 0.47 |
| Hex | E1 | A7 | D | 0 | 1A | 5E | C | 2C | 59 | 2F |
| Octal | 341 | 247 | 15 | 0 | 32 | 136 | 14 | 54 | 131 | 57 |
| Binary | 11100001 | 10100111 | 1101 | 0 | 11010 | 1011110 | 1100 | 101100 | 1011001 | 101111 |
Color Harmonies of #E1A70D
Complementary color
Monochromatic Colors of #E1A70D
Black with #E1A70D
Text Example
Text Example
White with #E1A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A70D; }
p { color: rgb(225,167,13); }
H1.HeaderClassName
{
color: #E1A70D;
}
.AnyTagClassName
{
color: #E1A70D;
}
</style>
background-color css
<style>
a { background-color: #E1A70D; }
a { background-color: rgb(225,167,13); }
div.DivClassName
{
background-color: #E1A70D;
}
.BgClassName
{
background-color: #E1A70D;
}
</style>
border-color css
<style>
span { border-color: #E1A70D; }
span { border-color: rgb(225,167,13); }
td.TdClassName
{
border-color: #E1A70D;
}
.TagClassName
{
border-color: #E1A70D;
}
</style>