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