Shades of Gamboge #E0AD0A
Tints of Gamboge #E0AD0A
RGB
CMYK
RGB Variations
Color information
#E0AD0A (or 0xE0AD0A) is known color: Gamboge. HEX triplet: E0, AD and 0A. RGB value is (224,173,10). Sum of RGB (Red+Green+Blue) = 224+173+10=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD0A is #1F52F5. Grayscale: #AAAAAA. Windows color (decimal): -2052854 or 699872. OLE color: 699872.
HSL color Cylindrical-coordinate representation of color #E0AD0A: hue angle of 45.7º 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 #E0AD0A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.12 |
| HSL | 45.7º | 0.91% | 0.46% | - |
| HSV(B) | 45.7º | 0.96% | 0.88% | - |
| XYZ | 45.74 | 45.76 | 6.71 | - |
| YUV | 169.67 | 37.9 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 10 | 0 | 0.23 | 0.96 | 0.12 | 45.7 | 0.91 | 0.46 |
| Hex | E0 | AD | A | 0 | 17 | 60 | C | 2E | 5B | 2E |
| Octal | 340 | 255 | 12 | 0 | 27 | 140 | 14 | 56 | 133 | 56 |
| Binary | 11100000 | 10101101 | 1010 | 0 | 10111 | 1100000 | 1100 | 101110 | 1011011 | 101110 |
Color Harmonies of #E0AD0A
Complementary color
Monochromatic Colors of #E0AD0A
Black with #E0AD0A
Text Example
Text Example
White with #E0AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD0A; }
p { color: rgb(224,173,10); }
H1.HeaderClassName
{
color: #E0AD0A;
}
.AnyTagClassName
{
color: #E0AD0A;
}
</style>
background-color css
<style>
a { background-color: #E0AD0A; }
a { background-color: rgb(224,173,10); }
div.DivClassName
{
background-color: #E0AD0A;
}
.BgClassName
{
background-color: #E0AD0A;
}
</style>
border-color css
<style>
span { border-color: #E0AD0A; }
span { border-color: rgb(224,173,10); }
td.TdClassName
{
border-color: #E0AD0A;
}
.TagClassName
{
border-color: #E0AD0A;
}
</style>