Shades of Gamboge #E9AC10
Tints of Gamboge #E9AC10
RGB
CMYK
RGB Variations
Color information
#E9AC10 (or 0xE9AC10) is known color: Gamboge. HEX triplet: E9, AC and 10. RGB value is (233,172,16). Sum of RGB (Red+Green+Blue) = 233+172+16=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC10 is #1653EF. Grayscale: #ADADAD. Windows color (decimal): -1463280 or 1092841. OLE color: 1092841.
HSL color Cylindrical-coordinate representation of color #E9AC10: hue angle of 43.13º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9AC10 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 16 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.09 |
| HSL | 43.13º | 0.87% | 0.49% | - |
| HSV(B) | 43.13º | 0.93% | 0.91% | - |
| XYZ | 48.45 | 46.87 | 6.98 | - |
| YUV | 172.46 | 39.71 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 16 | 0 | 0.26 | 0.93 | 0.09 | 43.13 | 0.87 | 0.49 |
| Hex | E9 | AC | 10 | 0 | 1A | 5D | 9 | 2B | 57 | 31 |
| Octal | 351 | 254 | 20 | 0 | 32 | 135 | 11 | 53 | 127 | 61 |
| Binary | 11101001 | 10101100 | 10000 | 0 | 11010 | 1011101 | 1001 | 101011 | 1010111 | 110001 |
Color Harmonies of #E9AC10
Complementary color
Monochromatic Colors of #E9AC10
Black with #E9AC10
Text Example
Text Example
White with #E9AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC10; }
p { color: rgb(233,172,16); }
H1.HeaderClassName
{
color: #E9AC10;
}
.AnyTagClassName
{
color: #E9AC10;
}
</style>
background-color css
<style>
a { background-color: #E9AC10; }
a { background-color: rgb(233,172,16); }
div.DivClassName
{
background-color: #E9AC10;
}
.BgClassName
{
background-color: #E9AC10;
}
</style>
border-color css
<style>
span { border-color: #E9AC10; }
span { border-color: rgb(233,172,16); }
td.TdClassName
{
border-color: #E9AC10;
}
.TagClassName
{
border-color: #E9AC10;
}
</style>