Shades of Gamboge #E1A60D
Tints of Gamboge #E1A60D
RGB
CMYK
RGB Variations
Color information
#E1A60D (or 0xE1A60D) is known color: Gamboge. HEX triplet: E1, A6 and 0D. RGB value is (225,166,13). Sum of RGB (Red+Green+Blue) = 225+166+13=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A60D is #1E59F2. Grayscale: #A6A6A6. Windows color (decimal): -1989107 or 894689. OLE color: 894689.
HSL color Cylindrical-coordinate representation of color #E1A60D: hue angle of 43.3º 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 #E1A60D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.12 |
| HSL | 43.3º | 0.89% | 0.47% | - |
| HSV(B) | 43.3º | 0.94% | 0.88% | - |
| XYZ | 44.76 | 43.31 | 6.38 | - |
| YUV | 166.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 13 | 0 | 0.26 | 0.94 | 0.12 | 43.3 | 0.89 | 0.47 |
| Hex | E1 | A6 | D | 0 | 1A | 5E | C | 2B | 59 | 2F |
| Octal | 341 | 246 | 15 | 0 | 32 | 136 | 14 | 53 | 131 | 57 |
| Binary | 11100001 | 10100110 | 1101 | 0 | 11010 | 1011110 | 1100 | 101011 | 1011001 | 101111 |
Color Harmonies of #E1A60D
Complementary color
Monochromatic Colors of #E1A60D
Black with #E1A60D
Text Example
Text Example
White with #E1A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A60D; }
p { color: rgb(225,166,13); }
H1.HeaderClassName
{
color: #E1A60D;
}
.AnyTagClassName
{
color: #E1A60D;
}
</style>
background-color css
<style>
a { background-color: #E1A60D; }
a { background-color: rgb(225,166,13); }
div.DivClassName
{
background-color: #E1A60D;
}
.BgClassName
{
background-color: #E1A60D;
}
</style>
border-color css
<style>
span { border-color: #E1A60D; }
span { border-color: rgb(225,166,13); }
td.TdClassName
{
border-color: #E1A60D;
}
.TagClassName
{
border-color: #E1A60D;
}
</style>