Shades of Gold #E1D401
Tints of Gold #E1D401
RGB
CMYK
RGB Variations
Color information
#E1D401 (or 0xE1D401) is known color: Gold. HEX triplet: E1, D4 and 01. RGB value is (225,212,1). Sum of RGB (Red+Green+Blue) = 225+212+1=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D401 is #1E2BFE. Grayscale: #C0C0C0. Windows color (decimal): -1977343 or 120033. OLE color: 120033.
HSL color Cylindrical-coordinate representation of color #E1D401: hue angle of 56.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1D401 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.12 |
| HSL | 56.52º | 0.99% | 0.44% | - |
| HSV(B) | 56.52º | 1% | 0.88% | - |
| XYZ | 54.6 | 63.1 | 9.33 | - |
| YUV | 191.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 1 | 0 | 0.06 | 1.00 | 0.12 | 56.52 | 0.99 | 0.44 |
| Hex | E1 | D4 | 1 | 0 | 6 | 64 | C | 39 | 63 | 2C |
| Octal | 341 | 324 | 1 | 0 | 6 | 144 | 14 | 71 | 143 | 54 |
| Binary | 11100001 | 11010100 | 1 | 0 | 110 | 1100100 | 1100 | 111001 | 1100011 | 101100 |
Color Harmonies of #E1D401
Complementary color
Monochromatic Colors of #E1D401
Black with #E1D401
Text Example
Text Example
White with #E1D401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D401; }
p { color: rgb(225,212,1); }
H1.HeaderClassName
{
color: #E1D401;
}
.AnyTagClassName
{
color: #E1D401;
}
</style>
background-color css
<style>
a { background-color: #E1D401; }
a { background-color: rgb(225,212,1); }
div.DivClassName
{
background-color: #E1D401;
}
.BgClassName
{
background-color: #E1D401;
}
</style>
border-color css
<style>
span { border-color: #E1D401; }
span { border-color: rgb(225,212,1); }
td.TdClassName
{
border-color: #E1D401;
}
.TagClassName
{
border-color: #E1D401;
}
</style>