Shades of Gold #E2D001
Tints of Gold #E2D001
RGB
CMYK
RGB Variations
Color information
#E2D001 (or 0xE2D001) is known color: Gold. HEX triplet: E2, D0 and 01. RGB value is (226,208,1). Sum of RGB (Red+Green+Blue) = 226+208+1=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D001 is #1D2FFE. Grayscale: #BEBEBE. Windows color (decimal): -1912831 or 119010. OLE color: 119010.
HSL color Cylindrical-coordinate representation of color #E2D001: hue angle of 55.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2D001 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.11 |
| HSL | 55.2º | 0.99% | 0.45% | - |
| HSV(B) | 55.2º | 1% | 0.89% | - |
| XYZ | 53.93 | 61.28 | 9.02 | - |
| YUV | 189.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 1 | 0 | 0.08 | 1.00 | 0.11 | 55.2 | 0.99 | 0.45 |
| Hex | E2 | D0 | 1 | 0 | 8 | 64 | B | 37 | 63 | 2D |
| Octal | 342 | 320 | 1 | 0 | 10 | 144 | 13 | 67 | 143 | 55 |
| Binary | 11100010 | 11010000 | 1 | 0 | 1000 | 1100100 | 1011 | 110111 | 1100011 | 101101 |
Color Harmonies of #E2D001
Complementary color
Monochromatic Colors of #E2D001
Black with #E2D001
Text Example
Text Example
White with #E2D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D001; }
p { color: rgb(226,208,1); }
H1.HeaderClassName
{
color: #E2D001;
}
.AnyTagClassName
{
color: #E2D001;
}
</style>
background-color css
<style>
a { background-color: #E2D001; }
a { background-color: rgb(226,208,1); }
div.DivClassName
{
background-color: #E2D001;
}
.BgClassName
{
background-color: #E2D001;
}
</style>
border-color css
<style>
span { border-color: #E2D001; }
span { border-color: rgb(226,208,1); }
td.TdClassName
{
border-color: #E2D001;
}
.TagClassName
{
border-color: #E2D001;
}
</style>