Shades of Gamboge #E9AD0E
Tints of Gamboge #E9AD0E
RGB
CMYK
RGB Variations
Color information
#E9AD0E (or 0xE9AD0E) is known color: Gamboge. HEX triplet: E9, AD and 0E. RGB value is (233,173,14). Sum of RGB (Red+Green+Blue) = 233+173+14=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AD0E is #1652F1. Grayscale: #ADADAD. Windows color (decimal): -1463026 or 962025. OLE color: 962025.
HSL color Cylindrical-coordinate representation of color #E9AD0E: hue angle of 43.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9AD0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.09 |
| HSL | 43.56º | 0.89% | 0.48% | - |
| HSV(B) | 43.56º | 0.94% | 0.91% | - |
| XYZ | 48.63 | 47.24 | 6.97 | - |
| YUV | 172.81 | 38.38 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 14 | 0 | 0.26 | 0.94 | 0.09 | 43.56 | 0.89 | 0.48 |
| Hex | E9 | AD | E | 0 | 1A | 5E | 9 | 2C | 59 | 30 |
| Octal | 351 | 255 | 16 | 0 | 32 | 136 | 11 | 54 | 131 | 60 |
| Binary | 11101001 | 10101101 | 1110 | 0 | 11010 | 1011110 | 1001 | 101100 | 1011001 | 110000 |
Color Harmonies of #E9AD0E
Complementary color
Monochromatic Colors of #E9AD0E
Black with #E9AD0E
Text Example
Text Example
White with #E9AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD0E; }
p { color: rgb(233,173,14); }
H1.HeaderClassName
{
color: #E9AD0E;
}
.AnyTagClassName
{
color: #E9AD0E;
}
</style>
background-color css
<style>
a { background-color: #E9AD0E; }
a { background-color: rgb(233,173,14); }
div.DivClassName
{
background-color: #E9AD0E;
}
.BgClassName
{
background-color: #E9AD0E;
}
</style>
border-color css
<style>
span { border-color: #E9AD0E; }
span { border-color: rgb(233,173,14); }
td.TdClassName
{
border-color: #E9AD0E;
}
.TagClassName
{
border-color: #E9AD0E;
}
</style>