Shades of Gamboge #E2AB11
Tints of Gamboge #E2AB11
RGB
CMYK
RGB Variations
Color information
#E2AB11 (or 0xE2AB11) is known color: Gamboge. HEX triplet: E2, AB and 11. RGB value is (226,171,17). Sum of RGB (Red+Green+Blue) = 226+171+17=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AB11 is #1D54EE. Grayscale: #AAAAAA. Windows color (decimal): -1922287 or 1158114. OLE color: 1158114.
HSL color Cylindrical-coordinate representation of color #E2AB11: hue angle of 44.21º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2AB11 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.11 |
| HSL | 44.21º | 0.86% | 0.48% | - |
| HSV(B) | 44.21º | 0.92% | 0.89% | - |
| XYZ | 46.03 | 45.34 | 6.85 | - |
| YUV | 169.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 17 | 0 | 0.24 | 0.92 | 0.11 | 44.21 | 0.86 | 0.48 |
| Hex | E2 | AB | 11 | 0 | 18 | 5C | B | 2C | 56 | 30 |
| Octal | 342 | 253 | 21 | 0 | 30 | 134 | 13 | 54 | 126 | 60 |
| Binary | 11100010 | 10101011 | 10001 | 0 | 11000 | 1011100 | 1011 | 101100 | 1010110 | 110000 |
Color Harmonies of #E2AB11
Complementary color
Monochromatic Colors of #E2AB11
Black with #E2AB11
Text Example
Text Example
White with #E2AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB11; }
p { color: rgb(226,171,17); }
H1.HeaderClassName
{
color: #E2AB11;
}
.AnyTagClassName
{
color: #E2AB11;
}
</style>
background-color css
<style>
a { background-color: #E2AB11; }
a { background-color: rgb(226,171,17); }
div.DivClassName
{
background-color: #E2AB11;
}
.BgClassName
{
background-color: #E2AB11;
}
</style>
border-color css
<style>
span { border-color: #E2AB11; }
span { border-color: rgb(226,171,17); }
td.TdClassName
{
border-color: #E2AB11;
}
.TagClassName
{
border-color: #E2AB11;
}
</style>