Shades of Gamboge #E0AD11
Tints of Gamboge #E0AD11
RGB
CMYK
RGB Variations
Color information
#E0AD11 (or 0xE0AD11) is known color: Gamboge. HEX triplet: E0, AD and 11. RGB value is (224,173,17). Sum of RGB (Red+Green+Blue) = 224+173+17=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD11 is #1F52EE. Grayscale: #ABABAB. Windows color (decimal): -2052847 or 1158624. OLE color: 1158624.
HSL color Cylindrical-coordinate representation of color #E0AD11: hue angle of 45.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0AD11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 17 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.12 |
| HSL | 45.22º | 0.86% | 0.47% | - |
| HSV(B) | 45.22º | 0.92% | 0.88% | - |
| XYZ | 45.79 | 45.77 | 6.95 | - |
| YUV | 170.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 17 | 0 | 0.23 | 0.92 | 0.12 | 45.22 | 0.86 | 0.47 |
| Hex | E0 | AD | 11 | 0 | 17 | 5C | C | 2D | 56 | 2F |
| Octal | 340 | 255 | 21 | 0 | 27 | 134 | 14 | 55 | 126 | 57 |
| Binary | 11100000 | 10101101 | 10001 | 0 | 10111 | 1011100 | 1100 | 101101 | 1010110 | 101111 |
Color Harmonies of #E0AD11
Complementary color
Monochromatic Colors of #E0AD11
Black with #E0AD11
Text Example
Text Example
White with #E0AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD11; }
p { color: rgb(224,173,17); }
H1.HeaderClassName
{
color: #E0AD11;
}
.AnyTagClassName
{
color: #E0AD11;
}
</style>
background-color css
<style>
a { background-color: #E0AD11; }
a { background-color: rgb(224,173,17); }
div.DivClassName
{
background-color: #E0AD11;
}
.BgClassName
{
background-color: #E0AD11;
}
</style>
border-color css
<style>
span { border-color: #E0AD11; }
span { border-color: rgb(224,173,17); }
td.TdClassName
{
border-color: #E0AD11;
}
.TagClassName
{
border-color: #E0AD11;
}
</style>