Shades of Gamboge #E9A319
Tints of Gamboge #E9A319
RGB
CMYK
RGB Variations
Color information
#E9A319 (or 0xE9A319) is known color: Gamboge. HEX triplet: E9, A3 and 19. RGB value is (233,163,25). Sum of RGB (Red+Green+Blue) = 233+163+25=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A319 is #165CE6. Grayscale: #A8A8A8. Windows color (decimal): -1465575 or 1680361. OLE color: 1680361.
HSL color Cylindrical-coordinate representation of color #E9A319: hue angle of 39.81º degrees, saturation: 0.83, 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 #E9A319 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 39.81º | 0.83% | 0.51% | - |
| HSV(B) | 39.81º | 0.89% | 0.91% | - |
| XYZ | 46.88 | 43.59 | 6.86 | - |
| YUV | 168.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 25 | 0 | 0.30 | 0.89 | 0.09 | 39.81 | 0.83 | 0.51 |
| Hex | E9 | A3 | 19 | 0 | 1E | 59 | 9 | 28 | 53 | 33 |
| Octal | 351 | 243 | 31 | 0 | 36 | 131 | 11 | 50 | 123 | 63 |
| Binary | 11101001 | 10100011 | 11001 | 0 | 11110 | 1011001 | 1001 | 101000 | 1010011 | 110011 |
Color Harmonies of #E9A319
Complementary color
Monochromatic Colors of #E9A319
Black with #E9A319
Text Example
Text Example
White with #E9A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A319; }
p { color: rgb(233,163,25); }
H1.HeaderClassName
{
color: #E9A319;
}
.AnyTagClassName
{
color: #E9A319;
}
</style>
background-color css
<style>
a { background-color: #E9A319; }
a { background-color: rgb(233,163,25); }
div.DivClassName
{
background-color: #E9A319;
}
.BgClassName
{
background-color: #E9A319;
}
</style>
border-color css
<style>
span { border-color: #E9A319; }
span { border-color: rgb(233,163,25); }
td.TdClassName
{
border-color: #E9A319;
}
.TagClassName
{
border-color: #E9A319;
}
</style>