Shades of Gold #E7D000
Tints of Gold #E7D000
RGB
CMYK
RGB Variations
Color information
#E7D000 (or 0xE7D000) is known color: Gold. HEX triplet: E7, D0 and 00. RGB value is (231,208,0). Sum of RGB (Red+Green+Blue) = 231+208+0=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D000 is #182FFF. Grayscale: #C0C0C0. Windows color (decimal): -1585152 or 53479. OLE color: 53479.
HSL color Cylindrical-coordinate representation of color #E7D000: hue angle of 54.03º 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 #E7D000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.09 |
| HSL | 54.03º | 1% | 0.45% | - |
| HSV(B) | 54.03º | 1% | 0.91% | - |
| XYZ | 55.51 | 62.1 | 9.06 | - |
| YUV | 191.17 | 20.12 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 0 | 0 | 0.10 | 1 | 0.09 | 54.03 | 1 | 0.45 |
| Hex | E7 | D0 | 0 | 0 | A | 64 | 9 | 36 | 64 | 2D |
| Octal | 347 | 320 | 0 | 0 | 12 | 144 | 11 | 66 | 144 | 55 |
| Binary | 11100111 | 11010000 | 0 | 0 | 1010 | 1100100 | 1001 | 110110 | 1100100 | 101101 |
Color Harmonies of #E7D000
Complementary color
Monochromatic Colors of #E7D000
Black with #E7D000
Text Example
Text Example
White with #E7D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D000; }
p { color: rgb(231,208,0); }
H1.HeaderClassName
{
color: #E7D000;
}
.AnyTagClassName
{
color: #E7D000;
}
</style>
background-color css
<style>
a { background-color: #E7D000; }
a { background-color: rgb(231,208,0); }
div.DivClassName
{
background-color: #E7D000;
}
.BgClassName
{
background-color: #E7D000;
}
</style>
border-color css
<style>
span { border-color: #E7D000; }
span { border-color: rgb(231,208,0); }
td.TdClassName
{
border-color: #E7D000;
}
.TagClassName
{
border-color: #E7D000;
}
</style>