Shades of Gamboge #E3AD10
Tints of Gamboge #E3AD10
RGB
CMYK
RGB Variations
Color information
#E3AD10 (or 0xE3AD10) is known color: Gamboge. HEX triplet: E3, AD and 10. RGB value is (227,173,16). Sum of RGB (Red+Green+Blue) = 227+173+16=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AD10 is #1C52EF. Grayscale: #ABABAB. Windows color (decimal): -1856240 or 1093091. OLE color: 1093091.
HSL color Cylindrical-coordinate representation of color #E3AD10: hue angle of 44.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3AD10 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.11 |
| HSL | 44.64º | 0.87% | 0.48% | - |
| HSV(B) | 44.64º | 0.93% | 0.89% | - |
| XYZ | 46.72 | 46.26 | 6.96 | - |
| YUV | 171.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 16 | 0 | 0.24 | 0.93 | 0.11 | 44.64 | 0.87 | 0.48 |
| Hex | E3 | AD | 10 | 0 | 18 | 5D | B | 2D | 57 | 30 |
| Octal | 343 | 255 | 20 | 0 | 30 | 135 | 13 | 55 | 127 | 60 |
| Binary | 11100011 | 10101101 | 10000 | 0 | 11000 | 1011101 | 1011 | 101101 | 1010111 | 110000 |
Color Harmonies of #E3AD10
Complementary color
Monochromatic Colors of #E3AD10
Black with #E3AD10
Text Example
Text Example
White with #E3AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD10; }
p { color: rgb(227,173,16); }
H1.HeaderClassName
{
color: #E3AD10;
}
.AnyTagClassName
{
color: #E3AD10;
}
</style>
background-color css
<style>
a { background-color: #E3AD10; }
a { background-color: rgb(227,173,16); }
div.DivClassName
{
background-color: #E3AD10;
}
.BgClassName
{
background-color: #E3AD10;
}
</style>
border-color css
<style>
span { border-color: #E3AD10; }
span { border-color: rgb(227,173,16); }
td.TdClassName
{
border-color: #E3AD10;
}
.TagClassName
{
border-color: #E3AD10;
}
</style>