Shades of Gamboge #E9AD10
Tints of Gamboge #E9AD10
RGB
CMYK
RGB Variations
Color information
#E9AD10 (or 0xE9AD10) is known color: Gamboge. HEX triplet: E9, AD and 10. RGB value is (233,173,16). Sum of RGB (Red+Green+Blue) = 233+173+16=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AD10 is #1652EF. Grayscale: #ADADAD. Windows color (decimal): -1463024 or 1093097. OLE color: 1093097.
HSL color Cylindrical-coordinate representation of color #E9AD10: hue angle of 43.41º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9AD10 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 16 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.09 |
| HSL | 43.41º | 0.87% | 0.49% | - |
| HSV(B) | 43.41º | 0.93% | 0.91% | - |
| XYZ | 48.64 | 47.25 | 7.05 | - |
| YUV | 173.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 16 | 0 | 0.26 | 0.93 | 0.09 | 43.41 | 0.87 | 0.49 |
| Hex | E9 | AD | 10 | 0 | 1A | 5D | 9 | 2B | 57 | 31 |
| Octal | 351 | 255 | 20 | 0 | 32 | 135 | 11 | 53 | 127 | 61 |
| Binary | 11101001 | 10101101 | 10000 | 0 | 11010 | 1011101 | 1001 | 101011 | 1010111 | 110001 |
Color Harmonies of #E9AD10
Complementary color
Monochromatic Colors of #E9AD10
Black with #E9AD10
Text Example
Text Example
White with #E9AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD10; }
p { color: rgb(233,173,16); }
H1.HeaderClassName
{
color: #E9AD10;
}
.AnyTagClassName
{
color: #E9AD10;
}
</style>
background-color css
<style>
a { background-color: #E9AD10; }
a { background-color: rgb(233,173,16); }
div.DivClassName
{
background-color: #E9AD10;
}
.BgClassName
{
background-color: #E9AD10;
}
</style>
border-color css
<style>
span { border-color: #E9AD10; }
span { border-color: rgb(233,173,16); }
td.TdClassName
{
border-color: #E9AD10;
}
.TagClassName
{
border-color: #E9AD10;
}
</style>