Shades of Gamboge #E8AB14
Tints of Gamboge #E8AB14
RGB
CMYK
RGB Variations
Color information
#E8AB14 (or 0xE8AB14) is known color: Gamboge. HEX triplet: E8, AB and 14. RGB value is (232,171,20). Sum of RGB (Red+Green+Blue) = 232+171+20=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AB14 is #1754EB. Grayscale: #ACACAC. Windows color (decimal): -1529068 or 1354728. OLE color: 1354728.
HSL color Cylindrical-coordinate representation of color #E8AB14: hue angle of 42.74º 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 #E8AB14 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.09 |
| HSL | 42.74º | 0.84% | 0.49% | - |
| HSV(B) | 42.74º | 0.91% | 0.91% | - |
| XYZ | 47.97 | 46.33 | 7.08 | - |
| YUV | 172.03 | 42.21 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 20 | 0 | 0.26 | 0.91 | 0.09 | 42.74 | 0.84 | 0.49 |
| Hex | E8 | AB | 14 | 0 | 1A | 5B | 9 | 2B | 54 | 31 |
| Octal | 350 | 253 | 24 | 0 | 32 | 133 | 11 | 53 | 124 | 61 |
| Binary | 11101000 | 10101011 | 10100 | 0 | 11010 | 1011011 | 1001 | 101011 | 1010100 | 110001 |
Color Harmonies of #E8AB14
Complementary color
Monochromatic Colors of #E8AB14
Black with #E8AB14
Text Example
Text Example
White with #E8AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB14; }
p { color: rgb(232,171,20); }
H1.HeaderClassName
{
color: #E8AB14;
}
.AnyTagClassName
{
color: #E8AB14;
}
</style>
background-color css
<style>
a { background-color: #E8AB14; }
a { background-color: rgb(232,171,20); }
div.DivClassName
{
background-color: #E8AB14;
}
.BgClassName
{
background-color: #E8AB14;
}
</style>
border-color css
<style>
span { border-color: #E8AB14; }
span { border-color: rgb(232,171,20); }
td.TdClassName
{
border-color: #E8AB14;
}
.TagClassName
{
border-color: #E8AB14;
}
</style>