Shades of Gamboge #E9AB02
Tints of Gamboge #E9AB02
RGB
CMYK
RGB Variations
Color information
#E9AB02 (or 0xE9AB02) is known color: Gamboge. HEX triplet: E9, AB and 02. RGB value is (233,171,2). Sum of RGB (Red+Green+Blue) = 233+171+2=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AB02 is #1654FD. Grayscale: #ABABAB. Windows color (decimal): -1463550 or 175081. OLE color: 175081.
HSL color Cylindrical-coordinate representation of color #E9AB02: hue angle of 43.9º 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 #E9AB02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.09 |
| HSL | 43.9º | 0.98% | 0.46% | - |
| HSV(B) | 43.9º | 0.99% | 0.91% | - |
| XYZ | 48.18 | 46.45 | 6.48 | - |
| YUV | 170.27 | 33.04 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 2 | 0 | 0.27 | 0.99 | 0.09 | 43.9 | 0.98 | 0.46 |
| Hex | E9 | AB | 2 | 0 | 1B | 63 | 9 | 2C | 62 | 2E |
| Octal | 351 | 253 | 2 | 0 | 33 | 143 | 11 | 54 | 142 | 56 |
| Binary | 11101001 | 10101011 | 10 | 0 | 11011 | 1100011 | 1001 | 101100 | 1100010 | 101110 |
Color Harmonies of #E9AB02
Complementary color
Monochromatic Colors of #E9AB02
Black with #E9AB02
Text Example
Text Example
White with #E9AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB02; }
p { color: rgb(233,171,2); }
H1.HeaderClassName
{
color: #E9AB02;
}
.AnyTagClassName
{
color: #E9AB02;
}
</style>
background-color css
<style>
a { background-color: #E9AB02; }
a { background-color: rgb(233,171,2); }
div.DivClassName
{
background-color: #E9AB02;
}
.BgClassName
{
background-color: #E9AB02;
}
</style>
border-color css
<style>
span { border-color: #E9AB02; }
span { border-color: rgb(233,171,2); }
td.TdClassName
{
border-color: #E9AB02;
}
.TagClassName
{
border-color: #E9AB02;
}
</style>