Shades of Gamboge #E1AD0A
Tints of Gamboge #E1AD0A
RGB
CMYK
RGB Variations
Color information
#E1AD0A (or 0xE1AD0A) is known color: Gamboge. HEX triplet: E1, AD and 0A. RGB value is (225,173,10). Sum of RGB (Red+Green+Blue) = 225+173+10=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AD0A is #1E52F5. Grayscale: #AAAAAA. Windows color (decimal): -1987318 or 699873. OLE color: 699873.
HSL color Cylindrical-coordinate representation of color #E1AD0A: hue angle of 45.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1AD0A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.12 |
| HSL | 45.49º | 0.91% | 0.46% | - |
| HSV(B) | 45.49º | 0.96% | 0.88% | - |
| XYZ | 46.05 | 45.92 | 6.72 | - |
| YUV | 169.97 | 37.73 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 10 | 0 | 0.23 | 0.96 | 0.12 | 45.49 | 0.91 | 0.46 |
| Hex | E1 | AD | A | 0 | 17 | 60 | C | 2D | 5B | 2E |
| Octal | 341 | 255 | 12 | 0 | 27 | 140 | 14 | 55 | 133 | 56 |
| Binary | 11100001 | 10101101 | 1010 | 0 | 10111 | 1100000 | 1100 | 101101 | 1011011 | 101110 |
Color Harmonies of #E1AD0A
Complementary color
Monochromatic Colors of #E1AD0A
Black with #E1AD0A
Text Example
Text Example
White with #E1AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD0A; }
p { color: rgb(225,173,10); }
H1.HeaderClassName
{
color: #E1AD0A;
}
.AnyTagClassName
{
color: #E1AD0A;
}
</style>
background-color css
<style>
a { background-color: #E1AD0A; }
a { background-color: rgb(225,173,10); }
div.DivClassName
{
background-color: #E1AD0A;
}
.BgClassName
{
background-color: #E1AD0A;
}
</style>
border-color css
<style>
span { border-color: #E1AD0A; }
span { border-color: rgb(225,173,10); }
td.TdClassName
{
border-color: #E1AD0A;
}
.TagClassName
{
border-color: #E1AD0A;
}
</style>