Shades of Gamboge #E9A10D
Tints of Gamboge #E9A10D
RGB
CMYK
RGB Variations
Color information
#E9A10D (or 0xE9A10D) is known color: Gamboge. HEX triplet: E9, A1 and 0D. RGB value is (233,161,13). Sum of RGB (Red+Green+Blue) = 233+161+13=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A10D is #165EF2. Grayscale: #A6A6A6. Windows color (decimal): -1466099 or 893417. OLE color: 893417.
HSL color Cylindrical-coordinate representation of color #E9A10D: hue angle of 40.36º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9A10D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.09 |
| HSL | 40.36º | 0.89% | 0.48% | - |
| HSV(B) | 40.36º | 0.94% | 0.91% | - |
| XYZ | 46.42 | 42.84 | 6.2 | - |
| YUV | 165.66 | 41.85 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 13 | 0 | 0.31 | 0.94 | 0.09 | 40.36 | 0.89 | 0.48 |
| Hex | E9 | A1 | D | 0 | 1F | 5E | 9 | 28 | 59 | 30 |
| Octal | 351 | 241 | 15 | 0 | 37 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11101001 | 10100001 | 1101 | 0 | 11111 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E9A10D
Complementary color
Monochromatic Colors of #E9A10D
Black with #E9A10D
Text Example
Text Example
White with #E9A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A10D; }
p { color: rgb(233,161,13); }
H1.HeaderClassName
{
color: #E9A10D;
}
.AnyTagClassName
{
color: #E9A10D;
}
</style>
background-color css
<style>
a { background-color: #E9A10D; }
a { background-color: rgb(233,161,13); }
div.DivClassName
{
background-color: #E9A10D;
}
.BgClassName
{
background-color: #E9A10D;
}
</style>
border-color css
<style>
span { border-color: #E9A10D; }
span { border-color: rgb(233,161,13); }
td.TdClassName
{
border-color: #E9A10D;
}
.TagClassName
{
border-color: #E9A10D;
}
</style>