Shades of Gamboge #E8AB02
Tints of Gamboge #E8AB02
RGB
CMYK
RGB Variations
Color information
#E8AB02 (or 0xE8AB02) is known color: Gamboge. HEX triplet: E8, AB and 02. RGB value is (232,171,2). Sum of RGB (Red+Green+Blue) = 232+171+2=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AB02 is #1754FD. Grayscale: #AAAAAA. Windows color (decimal): -1529086 or 175080. OLE color: 175080.
HSL color Cylindrical-coordinate representation of color #E8AB02: hue angle of 44.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8AB02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.09 |
| HSL | 44.09º | 0.98% | 0.46% | - |
| HSV(B) | 44.09º | 0.99% | 0.91% | - |
| XYZ | 47.85 | 46.29 | 6.47 | - |
| YUV | 169.97 | 33.21 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 2 | 0 | 0.26 | 0.99 | 0.09 | 44.09 | 0.98 | 0.46 |
| Hex | E8 | AB | 2 | 0 | 1A | 63 | 9 | 2C | 62 | 2E |
| Octal | 350 | 253 | 2 | 0 | 32 | 143 | 11 | 54 | 142 | 56 |
| Binary | 11101000 | 10101011 | 10 | 0 | 11010 | 1100011 | 1001 | 101100 | 1100010 | 101110 |
Color Harmonies of #E8AB02
Complementary color
Monochromatic Colors of #E8AB02
Black with #E8AB02
Text Example
Text Example
White with #E8AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB02; }
p { color: rgb(232,171,2); }
H1.HeaderClassName
{
color: #E8AB02;
}
.AnyTagClassName
{
color: #E8AB02;
}
</style>
background-color css
<style>
a { background-color: #E8AB02; }
a { background-color: rgb(232,171,2); }
div.DivClassName
{
background-color: #E8AB02;
}
.BgClassName
{
background-color: #E8AB02;
}
</style>
border-color css
<style>
span { border-color: #E8AB02; }
span { border-color: rgb(232,171,2); }
td.TdClassName
{
border-color: #E8AB02;
}
.TagClassName
{
border-color: #E8AB02;
}
</style>