Shades of Gamboge #E9A90A
Tints of Gamboge #E9A90A
RGB
CMYK
RGB Variations
Color information
#E9A90A (or 0xE9A90A) is known color: Gamboge. HEX triplet: E9, A9 and 0A. RGB value is (233,169,10). Sum of RGB (Red+Green+Blue) = 233+169+10=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A90A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A90A is #1656F5. Grayscale: #AAAAAA. Windows color (decimal): -1464054 or 698857. OLE color: 698857.
HSL color Cylindrical-coordinate representation of color #E9A90A: hue angle of 42.78º 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 #E9A90A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.09 |
| HSL | 42.78º | 0.92% | 0.48% | - |
| HSV(B) | 42.78º | 0.96% | 0.91% | - |
| XYZ | 47.85 | 45.72 | 6.59 | - |
| YUV | 170.01 | 37.7 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 10 | 0 | 0.27 | 0.96 | 0.09 | 42.78 | 0.92 | 0.48 |
| Hex | E9 | A9 | A | 0 | 1B | 60 | 9 | 2B | 5C | 30 |
| Octal | 351 | 251 | 12 | 0 | 33 | 140 | 11 | 53 | 134 | 60 |
| Binary | 11101001 | 10101001 | 1010 | 0 | 11011 | 1100000 | 1001 | 101011 | 1011100 | 110000 |
Color Harmonies of #E9A90A
Complementary color
Monochromatic Colors of #E9A90A
Black with #E9A90A
Text Example
Text Example
White with #E9A90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A90A; }
p { color: rgb(233,169,10); }
H1.HeaderClassName
{
color: #E9A90A;
}
.AnyTagClassName
{
color: #E9A90A;
}
</style>
background-color css
<style>
a { background-color: #E9A90A; }
a { background-color: rgb(233,169,10); }
div.DivClassName
{
background-color: #E9A90A;
}
.BgClassName
{
background-color: #E9A90A;
}
</style>
border-color css
<style>
span { border-color: #E9A90A; }
span { border-color: rgb(233,169,10); }
td.TdClassName
{
border-color: #E9A90A;
}
.TagClassName
{
border-color: #E9A90A;
}
</style>