Shades of Gamboge #E9A30D
Tints of Gamboge #E9A30D
RGB
CMYK
RGB Variations
Color information
#E9A30D (or 0xE9A30D) is known color: Gamboge. HEX triplet: E9, A3 and 0D. RGB value is (233,163,13). Sum of RGB (Red+Green+Blue) = 233+163+13=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A30D is #165CF2. Grayscale: #A7A7A7. Windows color (decimal): -1465587 or 893929. OLE color: 893929.
HSL color Cylindrical-coordinate representation of color #E9A30D: hue angle of 40.91º 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 #E9A30D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.09 |
| HSL | 40.91º | 0.89% | 0.48% | - |
| HSV(B) | 40.91º | 0.94% | 0.91% | - |
| XYZ | 46.77 | 43.55 | 6.32 | - |
| YUV | 166.83 | 41.19 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 13 | 0 | 0.30 | 0.94 | 0.09 | 40.91 | 0.89 | 0.48 |
| Hex | E9 | A3 | D | 0 | 1E | 5E | 9 | 29 | 59 | 30 |
| Octal | 351 | 243 | 15 | 0 | 36 | 136 | 11 | 51 | 131 | 60 |
| Binary | 11101001 | 10100011 | 1101 | 0 | 11110 | 1011110 | 1001 | 101001 | 1011001 | 110000 |
Color Harmonies of #E9A30D
Complementary color
Monochromatic Colors of #E9A30D
Black with #E9A30D
Text Example
Text Example
White with #E9A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A30D; }
p { color: rgb(233,163,13); }
H1.HeaderClassName
{
color: #E9A30D;
}
.AnyTagClassName
{
color: #E9A30D;
}
</style>
background-color css
<style>
a { background-color: #E9A30D; }
a { background-color: rgb(233,163,13); }
div.DivClassName
{
background-color: #E9A30D;
}
.BgClassName
{
background-color: #E9A30D;
}
</style>
border-color css
<style>
span { border-color: #E9A30D; }
span { border-color: rgb(233,163,13); }
td.TdClassName
{
border-color: #E9A30D;
}
.TagClassName
{
border-color: #E9A30D;
}
</style>