Shades of Gamboge #E9A41D
Tints of Gamboge #E9A41D
RGB
CMYK
RGB Variations
Color information
#E9A41D (or 0xE9A41D) is known color: Gamboge. HEX triplet: E9, A4 and 1D. RGB value is (233,164,29). Sum of RGB (Red+Green+Blue) = 233+164+29=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A41D is #165BE2. Grayscale: #A9A9A9. Windows color (decimal): -1465315 or 1942761. OLE color: 1942761.
HSL color Cylindrical-coordinate representation of color #E9A41D: hue angle of 39.71º 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 #E9A41D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.09 |
| HSL | 39.71º | 0.82% | 0.51% | - |
| HSV(B) | 39.71º | 0.88% | 0.91% | - |
| XYZ | 47.1 | 43.96 | 7.17 | - |
| YUV | 169.24 | 48.86 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 29 | 0 | 0.30 | 0.88 | 0.09 | 39.71 | 0.82 | 0.51 |
| Hex | E9 | A4 | 1D | 0 | 1E | 58 | 9 | 28 | 52 | 33 |
| Octal | 351 | 244 | 35 | 0 | 36 | 130 | 11 | 50 | 122 | 63 |
| Binary | 11101001 | 10100100 | 11101 | 0 | 11110 | 1011000 | 1001 | 101000 | 1010010 | 110011 |
Color Harmonies of #E9A41D
Complementary color
Monochromatic Colors of #E9A41D
Black with #E9A41D
Text Example
Text Example
White with #E9A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A41D; }
p { color: rgb(233,164,29); }
H1.HeaderClassName
{
color: #E9A41D;
}
.AnyTagClassName
{
color: #E9A41D;
}
</style>
background-color css
<style>
a { background-color: #E9A41D; }
a { background-color: rgb(233,164,29); }
div.DivClassName
{
background-color: #E9A41D;
}
.BgClassName
{
background-color: #E9A41D;
}
</style>
border-color css
<style>
span { border-color: #E9A41D; }
span { border-color: rgb(233,164,29); }
td.TdClassName
{
border-color: #E9A41D;
}
.TagClassName
{
border-color: #E9A41D;
}
</style>