Shades of Gamboge #E5A70D
Tints of Gamboge #E5A70D
RGB
CMYK
RGB Variations
Color information
#E5A70D (or 0xE5A70D) is known color: Gamboge. HEX triplet: E5, A7 and 0D. RGB value is (229,167,13). Sum of RGB (Red+Green+Blue) = 229+167+13=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A70D is #1A58F2. Grayscale: #A8A8A8. Windows color (decimal): -1726707 or 894949. OLE color: 894949.
HSL color Cylindrical-coordinate representation of color #E5A70D: hue angle of 42.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5A70D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.10 |
| HSL | 42.78º | 0.89% | 0.47% | - |
| HSV(B) | 42.78º | 0.94% | 0.9% | - |
| XYZ | 46.2 | 44.32 | 6.5 | - |
| YUV | 167.98 | 40.54 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 13 | 0 | 0.27 | 0.94 | 0.10 | 42.78 | 0.89 | 0.47 |
| Hex | E5 | A7 | D | 0 | 1B | 5E | A | 2B | 59 | 2F |
| Octal | 345 | 247 | 15 | 0 | 33 | 136 | 12 | 53 | 131 | 57 |
| Binary | 11100101 | 10100111 | 1101 | 0 | 11011 | 1011110 | 1010 | 101011 | 1011001 | 101111 |
Color Harmonies of #E5A70D
Complementary color
Monochromatic Colors of #E5A70D
Black with #E5A70D
Text Example
Text Example
White with #E5A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A70D; }
p { color: rgb(229,167,13); }
H1.HeaderClassName
{
color: #E5A70D;
}
.AnyTagClassName
{
color: #E5A70D;
}
</style>
background-color css
<style>
a { background-color: #E5A70D; }
a { background-color: rgb(229,167,13); }
div.DivClassName
{
background-color: #E5A70D;
}
.BgClassName
{
background-color: #E5A70D;
}
</style>
border-color css
<style>
span { border-color: #E5A70D; }
span { border-color: rgb(229,167,13); }
td.TdClassName
{
border-color: #E5A70D;
}
.TagClassName
{
border-color: #E5A70D;
}
</style>