Shades of Gamboge #E9AB0A
Tints of Gamboge #E9AB0A
RGB
CMYK
RGB Variations
Color information
#E9AB0A (or 0xE9AB0A) is known color: Gamboge. HEX triplet: E9, AB and 0A. RGB value is (233,171,10). Sum of RGB (Red+Green+Blue) = 233+171+10=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AB0A is #1654F5. Grayscale: #ABABAB. Windows color (decimal): -1463542 or 699369. OLE color: 699369.
HSL color Cylindrical-coordinate representation of color #E9AB0A: hue angle of 43.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9AB0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.09 |
| HSL | 43.32º | 0.92% | 0.48% | - |
| HSV(B) | 43.32º | 0.96% | 0.91% | - |
| XYZ | 48.22 | 46.47 | 6.72 | - |
| YUV | 171.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 10 | 0 | 0.27 | 0.96 | 0.09 | 43.32 | 0.92 | 0.48 |
| Hex | E9 | AB | A | 0 | 1B | 60 | 9 | 2B | 5C | 30 |
| Octal | 351 | 253 | 12 | 0 | 33 | 140 | 11 | 53 | 134 | 60 |
| Binary | 11101001 | 10101011 | 1010 | 0 | 11011 | 1100000 | 1001 | 101011 | 1011100 | 110000 |
Color Harmonies of #E9AB0A
Complementary color
Monochromatic Colors of #E9AB0A
Black with #E9AB0A
Text Example
Text Example
White with #E9AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB0A; }
p { color: rgb(233,171,10); }
H1.HeaderClassName
{
color: #E9AB0A;
}
.AnyTagClassName
{
color: #E9AB0A;
}
</style>
background-color css
<style>
a { background-color: #E9AB0A; }
a { background-color: rgb(233,171,10); }
div.DivClassName
{
background-color: #E9AB0A;
}
.BgClassName
{
background-color: #E9AB0A;
}
</style>
border-color css
<style>
span { border-color: #E9AB0A; }
span { border-color: rgb(233,171,10); }
td.TdClassName
{
border-color: #E9AB0A;
}
.TagClassName
{
border-color: #E9AB0A;
}
</style>