Shades of Gold #E7D100
Tints of Gold #E7D100
RGB
CMYK
RGB Variations
Color information
#E7D100 (or 0xE7D100) is known color: Gold. HEX triplet: E7, D1 and 00. RGB value is (231,209,0). Sum of RGB (Red+Green+Blue) = 231+209+0=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D100 is #182EFF. Grayscale: #C0C0C0. Windows color (decimal): -1584896 or 53735. OLE color: 53735.
HSL color Cylindrical-coordinate representation of color #E7D100: hue angle of 54.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7D100 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.09 |
| HSL | 54.29º | 1% | 0.45% | - |
| HSV(B) | 54.29º | 1% | 0.91% | - |
| XYZ | 55.76 | 62.59 | 9.14 | - |
| YUV | 191.75 | 19.79 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 0 | 0 | 0.10 | 1 | 0.09 | 54.29 | 1 | 0.45 |
| Hex | E7 | D1 | 0 | 0 | A | 64 | 9 | 36 | 64 | 2D |
| Octal | 347 | 321 | 0 | 0 | 12 | 144 | 11 | 66 | 144 | 55 |
| Binary | 11100111 | 11010001 | 0 | 0 | 1010 | 1100100 | 1001 | 110110 | 1100100 | 101101 |
Color Harmonies of #E7D100
Complementary color
Monochromatic Colors of #E7D100
Black with #E7D100
Text Example
Text Example
White with #E7D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D100; }
p { color: rgb(231,209,0); }
H1.HeaderClassName
{
color: #E7D100;
}
.AnyTagClassName
{
color: #E7D100;
}
</style>
background-color css
<style>
a { background-color: #E7D100; }
a { background-color: rgb(231,209,0); }
div.DivClassName
{
background-color: #E7D100;
}
.BgClassName
{
background-color: #E7D100;
}
</style>
border-color css
<style>
span { border-color: #E7D100; }
span { border-color: rgb(231,209,0); }
td.TdClassName
{
border-color: #E7D100;
}
.TagClassName
{
border-color: #E7D100;
}
</style>