Shades of Gamboge #E9A70A
Tints of Gamboge #E9A70A
RGB
CMYK
RGB Variations
Color information
#E9A70A (or 0xE9A70A) is known color: Gamboge. HEX triplet: E9, A7 and 0A. RGB value is (233,167,10). Sum of RGB (Red+Green+Blue) = 233+167+10=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A70A is #1658F5. Grayscale: #A9A9A9. Windows color (decimal): -1464566 or 698345. OLE color: 698345.
HSL color Cylindrical-coordinate representation of color #E9A70A: hue angle of 42.24º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9A70A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.09 |
| HSL | 42.24º | 0.92% | 0.48% | - |
| HSV(B) | 42.24º | 0.96% | 0.91% | - |
| XYZ | 47.48 | 44.98 | 6.47 | - |
| YUV | 168.84 | 38.37 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 10 | 0 | 0.28 | 0.96 | 0.09 | 42.24 | 0.92 | 0.48 |
| Hex | E9 | A7 | A | 0 | 1C | 60 | 9 | 2A | 5C | 30 |
| Octal | 351 | 247 | 12 | 0 | 34 | 140 | 11 | 52 | 134 | 60 |
| Binary | 11101001 | 10100111 | 1010 | 0 | 11100 | 1100000 | 1001 | 101010 | 1011100 | 110000 |
Color Harmonies of #E9A70A
Complementary color
Monochromatic Colors of #E9A70A
Black with #E9A70A
Text Example
Text Example
White with #E9A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A70A; }
p { color: rgb(233,167,10); }
H1.HeaderClassName
{
color: #E9A70A;
}
.AnyTagClassName
{
color: #E9A70A;
}
</style>
background-color css
<style>
a { background-color: #E9A70A; }
a { background-color: rgb(233,167,10); }
div.DivClassName
{
background-color: #E9A70A;
}
.BgClassName
{
background-color: #E9A70A;
}
</style>
border-color css
<style>
span { border-color: #E9A70A; }
span { border-color: rgb(233,167,10); }
td.TdClassName
{
border-color: #E9A70A;
}
.TagClassName
{
border-color: #E9A70A;
}
</style>