Shades of Gamboge #E7AB16
Tints of Gamboge #E7AB16
RGB
CMYK
RGB Variations
Color information
#E7AB16 (or 0xE7AB16) is known color: Gamboge. HEX triplet: E7, AB and 16. RGB value is (231,171,22). Sum of RGB (Red+Green+Blue) = 231+171+22=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB16 is #1854E9. Grayscale: #ACACAC. Windows color (decimal): -1594602 or 1485799. OLE color: 1485799.
HSL color Cylindrical-coordinate representation of color #E7AB16: hue angle of 42.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7AB16 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.09 |
| HSL | 42.78º | 0.83% | 0.5% | - |
| HSV(B) | 42.78º | 0.9% | 0.91% | - |
| XYZ | 47.66 | 46.17 | 7.16 | - |
| YUV | 171.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 22 | 0 | 0.26 | 0.90 | 0.09 | 42.78 | 0.83 | 0.5 |
| Hex | E7 | AB | 16 | 0 | 1A | 5A | 9 | 2B | 53 | 32 |
| Octal | 347 | 253 | 26 | 0 | 32 | 132 | 11 | 53 | 123 | 62 |
| Binary | 11100111 | 10101011 | 10110 | 0 | 11010 | 1011010 | 1001 | 101011 | 1010011 | 110010 |
Color Harmonies of #E7AB16
Complementary color
Monochromatic Colors of #E7AB16
Black with #E7AB16
Text Example
Text Example
White with #E7AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB16; }
p { color: rgb(231,171,22); }
H1.HeaderClassName
{
color: #E7AB16;
}
.AnyTagClassName
{
color: #E7AB16;
}
</style>
background-color css
<style>
a { background-color: #E7AB16; }
a { background-color: rgb(231,171,22); }
div.DivClassName
{
background-color: #E7AB16;
}
.BgClassName
{
background-color: #E7AB16;
}
</style>
border-color css
<style>
span { border-color: #E7AB16; }
span { border-color: rgb(231,171,22); }
td.TdClassName
{
border-color: #E7AB16;
}
.TagClassName
{
border-color: #E7AB16;
}
</style>