Shades of Gold #E7D500
Tints of Gold #E7D500
RGB
CMYK
RGB Variations
Color information
#E7D500 (or 0xE7D500) is known color: Gold. HEX triplet: E7, D5 and 00. RGB value is (231,213,0). Sum of RGB (Red+Green+Blue) = 231+213+0=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D500 is #182AFF. Grayscale: #C2C2C2. Windows color (decimal): -1583872 or 54759. OLE color: 54759.
HSL color Cylindrical-coordinate representation of color #E7D500: hue angle of 55.32º 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 #E7D500 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.09 |
| HSL | 55.32º | 1% | 0.45% | - |
| HSV(B) | 55.32º | 1% | 0.91% | - |
| XYZ | 56.75 | 64.58 | 9.47 | - |
| YUV | 194.1 | 18.46 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 0 | 0 | 0.08 | 1 | 0.09 | 55.32 | 1 | 0.45 |
| Hex | E7 | D5 | 0 | 0 | 8 | 64 | 9 | 37 | 64 | 2D |
| Octal | 347 | 325 | 0 | 0 | 10 | 144 | 11 | 67 | 144 | 55 |
| Binary | 11100111 | 11010101 | 0 | 0 | 1000 | 1100100 | 1001 | 110111 | 1100100 | 101101 |
Color Harmonies of #E7D500
Complementary color
Monochromatic Colors of #E7D500
Black with #E7D500
Text Example
Text Example
White with #E7D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D500; }
p { color: rgb(231,213,0); }
H1.HeaderClassName
{
color: #E7D500;
}
.AnyTagClassName
{
color: #E7D500;
}
</style>
background-color css
<style>
a { background-color: #E7D500; }
a { background-color: rgb(231,213,0); }
div.DivClassName
{
background-color: #E7D500;
}
.BgClassName
{
background-color: #E7D500;
}
</style>
border-color css
<style>
span { border-color: #E7D500; }
span { border-color: rgb(231,213,0); }
td.TdClassName
{
border-color: #E7D500;
}
.TagClassName
{
border-color: #E7D500;
}
</style>