Shades of Gamboge #E1AB07
Tints of Gamboge #E1AB07
RGB
CMYK
RGB Variations
Color information
#E1AB07 (or 0xE1AB07) is known color: Gamboge. HEX triplet: E1, AB and 07. RGB value is (225,171,7). Sum of RGB (Red+Green+Blue) = 225+171+7=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB07 is #1E54F8. Grayscale: #A9A9A9. Windows color (decimal): -1987833 or 502753. OLE color: 502753.
HSL color Cylindrical-coordinate representation of color #E1AB07: hue angle of 45.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1AB07 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.12 |
| HSL | 45.14º | 0.94% | 0.45% | - |
| HSV(B) | 45.14º | 0.97% | 0.88% | - |
| XYZ | 45.65 | 45.15 | 6.51 | - |
| YUV | 168.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 7 | 0 | 0.24 | 0.97 | 0.12 | 45.14 | 0.94 | 0.45 |
| Hex | E1 | AB | 7 | 0 | 18 | 61 | C | 2D | 5E | 2D |
| Octal | 341 | 253 | 7 | 0 | 30 | 141 | 14 | 55 | 136 | 55 |
| Binary | 11100001 | 10101011 | 111 | 0 | 11000 | 1100001 | 1100 | 101101 | 1011110 | 101101 |
Color Harmonies of #E1AB07
Complementary color
Monochromatic Colors of #E1AB07
Black with #E1AB07
Text Example
Text Example
White with #E1AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB07; }
p { color: rgb(225,171,7); }
H1.HeaderClassName
{
color: #E1AB07;
}
.AnyTagClassName
{
color: #E1AB07;
}
</style>
background-color css
<style>
a { background-color: #E1AB07; }
a { background-color: rgb(225,171,7); }
div.DivClassName
{
background-color: #E1AB07;
}
.BgClassName
{
background-color: #E1AB07;
}
</style>
border-color css
<style>
span { border-color: #E1AB07; }
span { border-color: rgb(225,171,7); }
td.TdClassName
{
border-color: #E1AB07;
}
.TagClassName
{
border-color: #E1AB07;
}
</style>