Shades of Gamboge #E9A41A
Tints of Gamboge #E9A41A
RGB
CMYK
RGB Variations
Color information
#E9A41A (or 0xE9A41A) is known color: Gamboge. HEX triplet: E9, A4 and 1A. RGB value is (233,164,26). Sum of RGB (Red+Green+Blue) = 233+164+26=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A41A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A41A is #165BE5. Grayscale: #A9A9A9. Windows color (decimal): -1465318 or 1746153. OLE color: 1746153.
HSL color Cylindrical-coordinate representation of color #E9A41A: hue angle of 40º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9A41A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 40º | 0.82% | 0.51% | - |
| HSV(B) | 40º | 0.89% | 0.91% | - |
| XYZ | 47.07 | 43.95 | 6.98 | - |
| YUV | 168.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 26 | 0 | 0.30 | 0.89 | 0.09 | 40 | 0.82 | 0.51 |
| Hex | E9 | A4 | 1A | 0 | 1E | 59 | 9 | 28 | 52 | 33 |
| Octal | 351 | 244 | 32 | 0 | 36 | 131 | 11 | 50 | 122 | 63 |
| Binary | 11101001 | 10100100 | 11010 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010010 | 110011 |
Color Harmonies of #E9A41A
Complementary color
Monochromatic Colors of #E9A41A
Black with #E9A41A
Text Example
Text Example
White with #E9A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A41A; }
p { color: rgb(233,164,26); }
H1.HeaderClassName
{
color: #E9A41A;
}
.AnyTagClassName
{
color: #E9A41A;
}
</style>
background-color css
<style>
a { background-color: #E9A41A; }
a { background-color: rgb(233,164,26); }
div.DivClassName
{
background-color: #E9A41A;
}
.BgClassName
{
background-color: #E9A41A;
}
</style>
border-color css
<style>
span { border-color: #E9A41A; }
span { border-color: rgb(233,164,26); }
td.TdClassName
{
border-color: #E9A41A;
}
.TagClassName
{
border-color: #E9A41A;
}
</style>