Shades of Gamboge #E9A01D
Tints of Gamboge #E9A01D
RGB
CMYK
RGB Variations
Color information
#E9A01D (or 0xE9A01D) is known color: Gamboge. HEX triplet: E9, A0 and 1D. RGB value is (233,160,29). Sum of RGB (Red+Green+Blue) = 233+160+29=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A01D is #165FE2. Grayscale: #A7A7A7. Windows color (decimal): -1466339 or 1941737. OLE color: 1941737.
HSL color Cylindrical-coordinate representation of color #E9A01D: hue angle of 38.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9A01D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.09 |
| HSL | 38.53º | 0.82% | 0.51% | - |
| HSV(B) | 38.53º | 0.88% | 0.91% | - |
| XYZ | 46.4 | 42.55 | 6.93 | - |
| YUV | 166.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 29 | 0 | 0.31 | 0.88 | 0.09 | 38.53 | 0.82 | 0.51 |
| Hex | E9 | A0 | 1D | 0 | 1F | 58 | 9 | 27 | 52 | 33 |
| Octal | 351 | 240 | 35 | 0 | 37 | 130 | 11 | 47 | 122 | 63 |
| Binary | 11101001 | 10100000 | 11101 | 0 | 11111 | 1011000 | 1001 | 100111 | 1010010 | 110011 |
Color Harmonies of #E9A01D
Complementary color
Monochromatic Colors of #E9A01D
Black with #E9A01D
Text Example
Text Example
White with #E9A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A01D; }
p { color: rgb(233,160,29); }
H1.HeaderClassName
{
color: #E9A01D;
}
.AnyTagClassName
{
color: #E9A01D;
}
</style>
background-color css
<style>
a { background-color: #E9A01D; }
a { background-color: rgb(233,160,29); }
div.DivClassName
{
background-color: #E9A01D;
}
.BgClassName
{
background-color: #E9A01D;
}
</style>
border-color css
<style>
span { border-color: #E9A01D; }
span { border-color: rgb(233,160,29); }
td.TdClassName
{
border-color: #E9A01D;
}
.TagClassName
{
border-color: #E9A01D;
}
</style>