Shades of Gamboge #E9AB15
Tints of Gamboge #E9AB15
RGB
CMYK
RGB Variations
Color information
#E9AB15 (or 0xE9AB15) is known color: Gamboge. HEX triplet: E9, AB and 15. RGB value is (233,171,21). Sum of RGB (Red+Green+Blue) = 233+171+21=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AB15 is #1654EA. Grayscale: #ADADAD. Windows color (decimal): -1463531 or 1420265. OLE color: 1420265.
HSL color Cylindrical-coordinate representation of color #E9AB15: hue angle of 42.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9AB15 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.09 |
| HSL | 42.45º | 0.83% | 0.5% | - |
| HSV(B) | 42.45º | 0.91% | 0.91% | - |
| XYZ | 48.3 | 46.5 | 7.14 | - |
| YUV | 172.44 | 42.54 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 21 | 0 | 0.27 | 0.91 | 0.09 | 42.45 | 0.83 | 0.5 |
| Hex | E9 | AB | 15 | 0 | 1B | 5B | 9 | 2A | 53 | 32 |
| Octal | 351 | 253 | 25 | 0 | 33 | 133 | 11 | 52 | 123 | 62 |
| Binary | 11101001 | 10101011 | 10101 | 0 | 11011 | 1011011 | 1001 | 101010 | 1010011 | 110010 |
Color Harmonies of #E9AB15
Complementary color
Monochromatic Colors of #E9AB15
Black with #E9AB15
Text Example
Text Example
White with #E9AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB15; }
p { color: rgb(233,171,21); }
H1.HeaderClassName
{
color: #E9AB15;
}
.AnyTagClassName
{
color: #E9AB15;
}
</style>
background-color css
<style>
a { background-color: #E9AB15; }
a { background-color: rgb(233,171,21); }
div.DivClassName
{
background-color: #E9AB15;
}
.BgClassName
{
background-color: #E9AB15;
}
</style>
border-color css
<style>
span { border-color: #E9AB15; }
span { border-color: rgb(233,171,21); }
td.TdClassName
{
border-color: #E9AB15;
}
.TagClassName
{
border-color: #E9AB15;
}
</style>