Shades of Gamboge #E2A60D
Tints of Gamboge #E2A60D
RGB
CMYK
RGB Variations
Color information
#E2A60D (or 0xE2A60D) is known color: Gamboge. HEX triplet: E2, A6 and 0D. RGB value is (226,166,13). Sum of RGB (Red+Green+Blue) = 226+166+13=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A60D is #1D59F2. Grayscale: #A7A7A7. Windows color (decimal): -1923571 or 894690. OLE color: 894690.
HSL color Cylindrical-coordinate representation of color #E2A60D: hue angle of 43.1º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2A60D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 166 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.11 |
| HSL | 43.1º | 0.89% | 0.47% | - |
| HSV(B) | 43.1º | 0.94% | 0.89% | - |
| XYZ | 45.07 | 43.47 | 6.4 | - |
| YUV | 166.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 13 | 0 | 0.27 | 0.94 | 0.11 | 43.1 | 0.89 | 0.47 |
| Hex | E2 | A6 | D | 0 | 1B | 5E | B | 2B | 59 | 2F |
| Octal | 342 | 246 | 15 | 0 | 33 | 136 | 13 | 53 | 131 | 57 |
| Binary | 11100010 | 10100110 | 1101 | 0 | 11011 | 1011110 | 1011 | 101011 | 1011001 | 101111 |
Color Harmonies of #E2A60D
Complementary color
Monochromatic Colors of #E2A60D
Black with #E2A60D
Text Example
Text Example
White with #E2A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A60D; }
p { color: rgb(226,166,13); }
H1.HeaderClassName
{
color: #E2A60D;
}
.AnyTagClassName
{
color: #E2A60D;
}
</style>
background-color css
<style>
a { background-color: #E2A60D; }
a { background-color: rgb(226,166,13); }
div.DivClassName
{
background-color: #E2A60D;
}
.BgClassName
{
background-color: #E2A60D;
}
</style>
border-color css
<style>
span { border-color: #E2A60D; }
span { border-color: rgb(226,166,13); }
td.TdClassName
{
border-color: #E2A60D;
}
.TagClassName
{
border-color: #E2A60D;
}
</style>