Shades of Gold #E5D407
Tints of Gold #E5D407
RGB
CMYK
RGB Variations
Color information
#E5D407 (or 0xE5D407) is known color: Gold. HEX triplet: E5, D4 and 07. RGB value is (229,212,7). Sum of RGB (Red+Green+Blue) = 229+212+7=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D407 is #1A2BF8. Grayscale: #C2C2C2. Windows color (decimal): -1715193 or 513253. OLE color: 513253.
HSL color Cylindrical-coordinate representation of color #E5D407: hue angle of 55.41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5D407 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.10 |
| HSL | 55.41º | 0.94% | 0.46% | - |
| HSV(B) | 55.41º | 0.97% | 0.9% | - |
| XYZ | 55.89 | 63.76 | 9.56 | - |
| YUV | 193.71 | 22.63 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 7 | 0 | 0.07 | 0.97 | 0.10 | 55.41 | 0.94 | 0.46 |
| Hex | E5 | D4 | 7 | 0 | 7 | 61 | A | 37 | 5E | 2E |
| Octal | 345 | 324 | 7 | 0 | 7 | 141 | 12 | 67 | 136 | 56 |
| Binary | 11100101 | 11010100 | 111 | 0 | 111 | 1100001 | 1010 | 110111 | 1011110 | 101110 |
Color Harmonies of #E5D407
Complementary color
Monochromatic Colors of #E5D407
Black with #E5D407
Text Example
Text Example
White with #E5D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D407; }
p { color: rgb(229,212,7); }
H1.HeaderClassName
{
color: #E5D407;
}
.AnyTagClassName
{
color: #E5D407;
}
</style>
background-color css
<style>
a { background-color: #E5D407; }
a { background-color: rgb(229,212,7); }
div.DivClassName
{
background-color: #E5D407;
}
.BgClassName
{
background-color: #E5D407;
}
</style>
border-color css
<style>
span { border-color: #E5D407; }
span { border-color: rgb(229,212,7); }
td.TdClassName
{
border-color: #E5D407;
}
.TagClassName
{
border-color: #E5D407;
}
</style>