Shades of Gold #E7D407
Tints of Gold #E7D407
RGB
CMYK
RGB Variations
Color information
#E7D407 (or 0xE7D407) is known color: Gold. HEX triplet: E7, D4 and 07. RGB value is (231,212,7). Sum of RGB (Red+Green+Blue) = 231+212+7=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D407 is #182BF8. Grayscale: #C3C3C3. Windows color (decimal): -1584121 or 513255. OLE color: 513255.
HSL color Cylindrical-coordinate representation of color #E7D407: hue angle of 54.91º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7D407 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.09 |
| HSL | 54.91º | 0.94% | 0.47% | - |
| HSV(B) | 54.91º | 0.97% | 0.91% | - |
| XYZ | 56.54 | 64.09 | 9.59 | - |
| YUV | 194.31 | 22.29 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 7 | 0 | 0.08 | 0.97 | 0.09 | 54.91 | 0.94 | 0.47 |
| Hex | E7 | D4 | 7 | 0 | 8 | 61 | 9 | 37 | 5E | 2F |
| Octal | 347 | 324 | 7 | 0 | 10 | 141 | 11 | 67 | 136 | 57 |
| Binary | 11100111 | 11010100 | 111 | 0 | 1000 | 1100001 | 1001 | 110111 | 1011110 | 101111 |
Color Harmonies of #E7D407
Complementary color
Monochromatic Colors of #E7D407
Black with #E7D407
Text Example
Text Example
White with #E7D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D407; }
p { color: rgb(231,212,7); }
H1.HeaderClassName
{
color: #E7D407;
}
.AnyTagClassName
{
color: #E7D407;
}
</style>
background-color css
<style>
a { background-color: #E7D407; }
a { background-color: rgb(231,212,7); }
div.DivClassName
{
background-color: #E7D407;
}
.BgClassName
{
background-color: #E7D407;
}
</style>
border-color css
<style>
span { border-color: #E7D407; }
span { border-color: rgb(231,212,7); }
td.TdClassName
{
border-color: #E7D407;
}
.TagClassName
{
border-color: #E7D407;
}
</style>