Shades of Gamboge #E7AB14
Tints of Gamboge #E7AB14
RGB
CMYK
RGB Variations
Color information
#E7AB14 (or 0xE7AB14) is known color: Gamboge. HEX triplet: E7, AB and 14. RGB value is (231,171,20). Sum of RGB (Red+Green+Blue) = 231+171+20=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB14 is #1854EB. Grayscale: #ACACAC. Windows color (decimal): -1594604 or 1354727. OLE color: 1354727.
HSL color Cylindrical-coordinate representation of color #E7AB14: hue angle of 42.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7AB14 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.09 |
| HSL | 42.94º | 0.84% | 0.49% | - |
| HSV(B) | 42.94º | 0.91% | 0.91% | - |
| XYZ | 47.64 | 46.17 | 7.06 | - |
| YUV | 171.73 | 42.38 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 20 | 0 | 0.26 | 0.91 | 0.09 | 42.94 | 0.84 | 0.49 |
| Hex | E7 | AB | 14 | 0 | 1A | 5B | 9 | 2B | 54 | 31 |
| Octal | 347 | 253 | 24 | 0 | 32 | 133 | 11 | 53 | 124 | 61 |
| Binary | 11100111 | 10101011 | 10100 | 0 | 11010 | 1011011 | 1001 | 101011 | 1010100 | 110001 |
Color Harmonies of #E7AB14
Complementary color
Monochromatic Colors of #E7AB14
Black with #E7AB14
Text Example
Text Example
White with #E7AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB14; }
p { color: rgb(231,171,20); }
H1.HeaderClassName
{
color: #E7AB14;
}
.AnyTagClassName
{
color: #E7AB14;
}
</style>
background-color css
<style>
a { background-color: #E7AB14; }
a { background-color: rgb(231,171,20); }
div.DivClassName
{
background-color: #E7AB14;
}
.BgClassName
{
background-color: #E7AB14;
}
</style>
border-color css
<style>
span { border-color: #E7AB14; }
span { border-color: rgb(231,171,20); }
td.TdClassName
{
border-color: #E7AB14;
}
.TagClassName
{
border-color: #E7AB14;
}
</style>