Shades of Gamboge #E5AB16
Tints of Gamboge #E5AB16
RGB
CMYK
RGB Variations
Color information
#E5AB16 (or 0xE5AB16) is known color: Gamboge. HEX triplet: E5, AB and 16. RGB value is (229,171,22). Sum of RGB (Red+Green+Blue) = 229+171+22=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB16 is #1A54E9. Grayscale: #ACACAC. Windows color (decimal): -1725674 or 1485797. OLE color: 1485797.
HSL color Cylindrical-coordinate representation of color #E5AB16: hue angle of 43.19º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5AB16 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.10 |
| HSL | 43.19º | 0.82% | 0.49% | - |
| HSV(B) | 43.19º | 0.9% | 0.9% | - |
| XYZ | 47.02 | 45.84 | 7.13 | - |
| YUV | 171.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 22 | 0 | 0.25 | 0.90 | 0.10 | 43.19 | 0.82 | 0.49 |
| Hex | E5 | AB | 16 | 0 | 19 | 5A | A | 2B | 52 | 31 |
| Octal | 345 | 253 | 26 | 0 | 31 | 132 | 12 | 53 | 122 | 61 |
| Binary | 11100101 | 10101011 | 10110 | 0 | 11001 | 1011010 | 1010 | 101011 | 1010010 | 110001 |
Color Harmonies of #E5AB16
Complementary color
Monochromatic Colors of #E5AB16
Black with #E5AB16
Text Example
Text Example
White with #E5AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB16; }
p { color: rgb(229,171,22); }
H1.HeaderClassName
{
color: #E5AB16;
}
.AnyTagClassName
{
color: #E5AB16;
}
</style>
background-color css
<style>
a { background-color: #E5AB16; }
a { background-color: rgb(229,171,22); }
div.DivClassName
{
background-color: #E5AB16;
}
.BgClassName
{
background-color: #E5AB16;
}
</style>
border-color css
<style>
span { border-color: #E5AB16; }
span { border-color: rgb(229,171,22); }
td.TdClassName
{
border-color: #E5AB16;
}
.TagClassName
{
border-color: #E5AB16;
}
</style>