Shades of Gamboge #E1AB10
Tints of Gamboge #E1AB10
RGB
CMYK
RGB Variations
Color information
#E1AB10 (or 0xE1AB10) is known color: Gamboge. HEX triplet: E1, AB and 10. RGB value is (225,171,16). Sum of RGB (Red+Green+Blue) = 225+171+16=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB10 is #1E54EF. Grayscale: #AAAAAA. Windows color (decimal): -1987824 or 1092577. OLE color: 1092577.
HSL color Cylindrical-coordinate representation of color #E1AB10: hue angle of 44.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1AB10 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.12 |
| HSL | 44.5º | 0.87% | 0.47% | - |
| HSV(B) | 44.5º | 0.93% | 0.88% | - |
| XYZ | 45.71 | 45.17 | 6.8 | - |
| YUV | 169.48 | 41.39 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 16 | 0 | 0.24 | 0.93 | 0.12 | 44.5 | 0.87 | 0.47 |
| Hex | E1 | AB | 10 | 0 | 18 | 5D | C | 2C | 57 | 2F |
| Octal | 341 | 253 | 20 | 0 | 30 | 135 | 14 | 54 | 127 | 57 |
| Binary | 11100001 | 10101011 | 10000 | 0 | 11000 | 1011101 | 1100 | 101100 | 1010111 | 101111 |
Color Harmonies of #E1AB10
Complementary color
Monochromatic Colors of #E1AB10
Black with #E1AB10
Text Example
Text Example
White with #E1AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB10; }
p { color: rgb(225,171,16); }
H1.HeaderClassName
{
color: #E1AB10;
}
.AnyTagClassName
{
color: #E1AB10;
}
</style>
background-color css
<style>
a { background-color: #E1AB10; }
a { background-color: rgb(225,171,16); }
div.DivClassName
{
background-color: #E1AB10;
}
.BgClassName
{
background-color: #E1AB10;
}
</style>
border-color css
<style>
span { border-color: #E1AB10; }
span { border-color: rgb(225,171,16); }
td.TdClassName
{
border-color: #E1AB10;
}
.TagClassName
{
border-color: #E1AB10;
}
</style>