Shades of Gamboge #E1A90C
Tints of Gamboge #E1A90C
RGB
CMYK
RGB Variations
Color information
#E1A90C (or 0xE1A90C) is known color: Gamboge. HEX triplet: E1, A9 and 0C. RGB value is (225,169,12). Sum of RGB (Red+Green+Blue) = 225+169+12=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A90C is #1E56F3. Grayscale: #A8A8A8. Windows color (decimal): -1988340 or 829921. OLE color: 829921.
HSL color Cylindrical-coordinate representation of color #E1A90C: hue angle of 44.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1A90C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.12 |
| HSL | 44.23º | 0.9% | 0.46% | - |
| HSV(B) | 44.23º | 0.95% | 0.88% | - |
| XYZ | 45.31 | 44.41 | 6.53 | - |
| YUV | 167.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 12 | 0 | 0.25 | 0.95 | 0.12 | 44.23 | 0.9 | 0.46 |
| Hex | E1 | A9 | C | 0 | 19 | 5F | C | 2C | 5A | 2E |
| Octal | 341 | 251 | 14 | 0 | 31 | 137 | 14 | 54 | 132 | 56 |
| Binary | 11100001 | 10101001 | 1100 | 0 | 11001 | 1011111 | 1100 | 101100 | 1011010 | 101110 |
Color Harmonies of #E1A90C
Complementary color
Monochromatic Colors of #E1A90C
Black with #E1A90C
Text Example
Text Example
White with #E1A90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A90C; }
p { color: rgb(225,169,12); }
H1.HeaderClassName
{
color: #E1A90C;
}
.AnyTagClassName
{
color: #E1A90C;
}
</style>
background-color css
<style>
a { background-color: #E1A90C; }
a { background-color: rgb(225,169,12); }
div.DivClassName
{
background-color: #E1A90C;
}
.BgClassName
{
background-color: #E1A90C;
}
</style>
border-color css
<style>
span { border-color: #E1A90C; }
span { border-color: rgb(225,169,12); }
td.TdClassName
{
border-color: #E1A90C;
}
.TagClassName
{
border-color: #E1A90C;
}
</style>