Shades of Gamboge #E5AB07
Tints of Gamboge #E5AB07
RGB
CMYK
RGB Variations
Color information
#E5AB07 (or 0xE5AB07) is known color: Gamboge. HEX triplet: E5, AB and 07. RGB value is (229,171,7). Sum of RGB (Red+Green+Blue) = 229+171+7=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB07 is #1A54F8. Grayscale: #AAAAAA. Windows color (decimal): -1725689 or 502757. OLE color: 502757.
HSL color Cylindrical-coordinate representation of color #E5AB07: hue angle of 44.32º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5AB07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.10 |
| HSL | 44.32º | 0.94% | 0.46% | - |
| HSV(B) | 44.32º | 0.97% | 0.9% | - |
| XYZ | 46.91 | 45.8 | 6.57 | - |
| YUV | 169.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 7 | 0 | 0.25 | 0.97 | 0.10 | 44.32 | 0.94 | 0.46 |
| Hex | E5 | AB | 7 | 0 | 19 | 61 | A | 2C | 5E | 2E |
| Octal | 345 | 253 | 7 | 0 | 31 | 141 | 12 | 54 | 136 | 56 |
| Binary | 11100101 | 10101011 | 111 | 0 | 11001 | 1100001 | 1010 | 101100 | 1011110 | 101110 |
Color Harmonies of #E5AB07
Complementary color
Monochromatic Colors of #E5AB07
Black with #E5AB07
Text Example
Text Example
White with #E5AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB07; }
p { color: rgb(229,171,7); }
H1.HeaderClassName
{
color: #E5AB07;
}
.AnyTagClassName
{
color: #E5AB07;
}
</style>
background-color css
<style>
a { background-color: #E5AB07; }
a { background-color: rgb(229,171,7); }
div.DivClassName
{
background-color: #E5AB07;
}
.BgClassName
{
background-color: #E5AB07;
}
</style>
border-color css
<style>
span { border-color: #E5AB07; }
span { border-color: rgb(229,171,7); }
td.TdClassName
{
border-color: #E5AB07;
}
.TagClassName
{
border-color: #E5AB07;
}
</style>