Shades of Gamboge #E9A11D
Tints of Gamboge #E9A11D
RGB
CMYK
RGB Variations
Color information
#E9A11D (or 0xE9A11D) is known color: Gamboge. HEX triplet: E9, A1 and 1D. RGB value is (233,161,29). Sum of RGB (Red+Green+Blue) = 233+161+29=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A11D is #165EE2. Grayscale: #A8A8A8. Windows color (decimal): -1466083 or 1941993. OLE color: 1941993.
HSL color Cylindrical-coordinate representation of color #E9A11D: hue angle of 38.82º 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 #E9A11D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.09 |
| HSL | 38.82º | 0.82% | 0.51% | - |
| HSV(B) | 38.82º | 0.88% | 0.91% | - |
| XYZ | 46.57 | 42.9 | 6.99 | - |
| YUV | 167.48 | 49.85 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 29 | 0 | 0.31 | 0.88 | 0.09 | 38.82 | 0.82 | 0.51 |
| Hex | E9 | A1 | 1D | 0 | 1F | 58 | 9 | 27 | 52 | 33 |
| Octal | 351 | 241 | 35 | 0 | 37 | 130 | 11 | 47 | 122 | 63 |
| Binary | 11101001 | 10100001 | 11101 | 0 | 11111 | 1011000 | 1001 | 100111 | 1010010 | 110011 |
Color Harmonies of #E9A11D
Complementary color
Monochromatic Colors of #E9A11D
Black with #E9A11D
Text Example
Text Example
White with #E9A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A11D; }
p { color: rgb(233,161,29); }
H1.HeaderClassName
{
color: #E9A11D;
}
.AnyTagClassName
{
color: #E9A11D;
}
</style>
background-color css
<style>
a { background-color: #E9A11D; }
a { background-color: rgb(233,161,29); }
div.DivClassName
{
background-color: #E9A11D;
}
.BgClassName
{
background-color: #E9A11D;
}
</style>
border-color css
<style>
span { border-color: #E9A11D; }
span { border-color: rgb(233,161,29); }
td.TdClassName
{
border-color: #E9A11D;
}
.TagClassName
{
border-color: #E9A11D;
}
</style>