Shades of Gamboge #E1AB08
Tints of Gamboge #E1AB08
RGB
CMYK
RGB Variations
Color information
#E1AB08 (or 0xE1AB08) is known color: Gamboge. HEX triplet: E1, AB and 08. RGB value is (225,171,8). Sum of RGB (Red+Green+Blue) = 225+171+8=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB08 is #1E54F7. Grayscale: #A9A9A9. Windows color (decimal): -1987832 or 568289. OLE color: 568289.
HSL color Cylindrical-coordinate representation of color #E1AB08: hue angle of 45.07º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1AB08 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.12 |
| HSL | 45.07º | 0.93% | 0.46% | - |
| HSV(B) | 45.07º | 0.96% | 0.88% | - |
| XYZ | 45.66 | 45.15 | 6.54 | - |
| YUV | 168.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 8 | 0 | 0.24 | 0.96 | 0.12 | 45.07 | 0.93 | 0.46 |
| Hex | E1 | AB | 8 | 0 | 18 | 60 | C | 2D | 5D | 2E |
| Octal | 341 | 253 | 10 | 0 | 30 | 140 | 14 | 55 | 135 | 56 |
| Binary | 11100001 | 10101011 | 1000 | 0 | 11000 | 1100000 | 1100 | 101101 | 1011101 | 101110 |
Color Harmonies of #E1AB08
Complementary color
Monochromatic Colors of #E1AB08
Black with #E1AB08
Text Example
Text Example
White with #E1AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB08; }
p { color: rgb(225,171,8); }
H1.HeaderClassName
{
color: #E1AB08;
}
.AnyTagClassName
{
color: #E1AB08;
}
</style>
background-color css
<style>
a { background-color: #E1AB08; }
a { background-color: rgb(225,171,8); }
div.DivClassName
{
background-color: #E1AB08;
}
.BgClassName
{
background-color: #E1AB08;
}
</style>
border-color css
<style>
span { border-color: #E1AB08; }
span { border-color: rgb(225,171,8); }
td.TdClassName
{
border-color: #E1AB08;
}
.TagClassName
{
border-color: #E1AB08;
}
</style>