Shades of Gold #E7D400
Tints of Gold #E7D400
RGB
CMYK
RGB Variations
Color information
#E7D400 (or 0xE7D400) is known color: Gold. HEX triplet: E7, D4 and 00. RGB value is (231,212,0). Sum of RGB (Red+Green+Blue) = 231+212+0=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D400 is #182BFF. Grayscale: #C2C2C2. Windows color (decimal): -1584128 or 54503. OLE color: 54503.
HSL color Cylindrical-coordinate representation of color #E7D400: hue angle of 55.06º 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 #E7D400 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.09 |
| HSL | 55.06º | 1% | 0.45% | - |
| HSV(B) | 55.06º | 1% | 0.91% | - |
| XYZ | 56.5 | 64.08 | 9.39 | - |
| YUV | 193.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 0 | 0 | 0.08 | 1 | 0.09 | 55.06 | 1 | 0.45 |
| Hex | E7 | D4 | 0 | 0 | 8 | 64 | 9 | 37 | 64 | 2D |
| Octal | 347 | 324 | 0 | 0 | 10 | 144 | 11 | 67 | 144 | 55 |
| Binary | 11100111 | 11010100 | 0 | 0 | 1000 | 1100100 | 1001 | 110111 | 1100100 | 101101 |
Color Harmonies of #E7D400
Complementary color
Monochromatic Colors of #E7D400
Black with #E7D400
Text Example
Text Example
White with #E7D400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D400; }
p { color: rgb(231,212,0); }
H1.HeaderClassName
{
color: #E7D400;
}
.AnyTagClassName
{
color: #E7D400;
}
</style>
background-color css
<style>
a { background-color: #E7D400; }
a { background-color: rgb(231,212,0); }
div.DivClassName
{
background-color: #E7D400;
}
.BgClassName
{
background-color: #E7D400;
}
</style>
border-color css
<style>
span { border-color: #E7D400; }
span { border-color: rgb(231,212,0); }
td.TdClassName
{
border-color: #E7D400;
}
.TagClassName
{
border-color: #E7D400;
}
</style>