Shades of Gamboge #E0AD0C
Tints of Gamboge #E0AD0C
RGB
CMYK
RGB Variations
Color information
#E0AD0C (or 0xE0AD0C) is known color: Gamboge. HEX triplet: E0, AD and 0C. RGB value is (224,173,12). Sum of RGB (Red+Green+Blue) = 224+173+12=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD0C is #1F52F3. Grayscale: #AAAAAA. Windows color (decimal): -2052852 or 830944. OLE color: 830944.
HSL color Cylindrical-coordinate representation of color #E0AD0C: hue angle of 45.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0AD0C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.12 |
| HSL | 45.57º | 0.9% | 0.46% | - |
| HSV(B) | 45.57º | 0.95% | 0.88% | - |
| XYZ | 45.75 | 45.76 | 6.77 | - |
| YUV | 169.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 12 | 0 | 0.23 | 0.95 | 0.12 | 45.57 | 0.9 | 0.46 |
| Hex | E0 | AD | C | 0 | 17 | 5F | C | 2E | 5A | 2E |
| Octal | 340 | 255 | 14 | 0 | 27 | 137 | 14 | 56 | 132 | 56 |
| Binary | 11100000 | 10101101 | 1100 | 0 | 10111 | 1011111 | 1100 | 101110 | 1011010 | 101110 |
Color Harmonies of #E0AD0C
Complementary color
Monochromatic Colors of #E0AD0C
Black with #E0AD0C
Text Example
Text Example
White with #E0AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD0C; }
p { color: rgb(224,173,12); }
H1.HeaderClassName
{
color: #E0AD0C;
}
.AnyTagClassName
{
color: #E0AD0C;
}
</style>
background-color css
<style>
a { background-color: #E0AD0C; }
a { background-color: rgb(224,173,12); }
div.DivClassName
{
background-color: #E0AD0C;
}
.BgClassName
{
background-color: #E0AD0C;
}
</style>
border-color css
<style>
span { border-color: #E0AD0C; }
span { border-color: rgb(224,173,12); }
td.TdClassName
{
border-color: #E0AD0C;
}
.TagClassName
{
border-color: #E0AD0C;
}
</style>