Shades of Gamboge #E5AB06
Tints of Gamboge #E5AB06
RGB
CMYK
RGB Variations
Color information
#E5AB06 (or 0xE5AB06) is known color: Gamboge. HEX triplet: E5, AB and 06. RGB value is (229,171,6). Sum of RGB (Red+Green+Blue) = 229+171+6=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB06 is #1A54F9. Grayscale: #AAAAAA. Windows color (decimal): -1725690 or 437221. OLE color: 437221.
HSL color Cylindrical-coordinate representation of color #E5AB06: hue angle of 44.39º degrees, saturation: 0.95, 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 #E5AB06 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.10 |
| HSL | 44.39º | 0.95% | 0.46% | - |
| HSV(B) | 44.39º | 0.97% | 0.9% | - |
| XYZ | 46.91 | 45.8 | 6.54 | - |
| YUV | 169.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 6 | 0 | 0.25 | 0.97 | 0.10 | 44.39 | 0.95 | 0.46 |
| Hex | E5 | AB | 6 | 0 | 19 | 61 | A | 2C | 5F | 2E |
| Octal | 345 | 253 | 6 | 0 | 31 | 141 | 12 | 54 | 137 | 56 |
| Binary | 11100101 | 10101011 | 110 | 0 | 11001 | 1100001 | 1010 | 101100 | 1011111 | 101110 |
Color Harmonies of #E5AB06
Complementary color
Monochromatic Colors of #E5AB06
Black with #E5AB06
Text Example
Text Example
White with #E5AB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB06; }
p { color: rgb(229,171,6); }
H1.HeaderClassName
{
color: #E5AB06;
}
.AnyTagClassName
{
color: #E5AB06;
}
</style>
background-color css
<style>
a { background-color: #E5AB06; }
a { background-color: rgb(229,171,6); }
div.DivClassName
{
background-color: #E5AB06;
}
.BgClassName
{
background-color: #E5AB06;
}
</style>
border-color css
<style>
span { border-color: #E5AB06; }
span { border-color: rgb(229,171,6); }
td.TdClassName
{
border-color: #E5AB06;
}
.TagClassName
{
border-color: #E5AB06;
}
</style>