Shades of Gold #EDD201
Tints of Gold #EDD201
RGB
CMYK
RGB Variations
Color information
#EDD201 (or 0xEDD201) is known color: Gold. HEX triplet: ED, D2 and 01. RGB value is (237,210,1). Sum of RGB (Red+Green+Blue) = 237+210+1=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD201 is #122DFE. Grayscale: #C3C3C3. Windows color (decimal): -1191423 or 119533. OLE color: 119533.
HSL color Cylindrical-coordinate representation of color #EDD201: hue angle of 53.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD201 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.07 |
| HSL | 53.14º | 0.99% | 0.47% | - |
| HSV(B) | 53.14º | 1% | 0.93% | - |
| XYZ | 57.98 | 64.1 | 9.35 | - |
| YUV | 194.25 | 18.95 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 1 | 0 | 0.11 | 1.00 | 0.07 | 53.14 | 0.99 | 0.47 |
| Hex | ED | D2 | 1 | 0 | B | 64 | 7 | 35 | 63 | 2F |
| Octal | 355 | 322 | 1 | 0 | 13 | 144 | 7 | 65 | 143 | 57 |
| Binary | 11101101 | 11010010 | 1 | 0 | 1011 | 1100100 | 111 | 110101 | 1100011 | 101111 |
Color Harmonies of #EDD201
Complementary color
Monochromatic Colors of #EDD201
Black with #EDD201
Text Example
Text Example
White with #EDD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD201; }
p { color: rgb(237,210,1); }
H1.HeaderClassName
{
color: #EDD201;
}
.AnyTagClassName
{
color: #EDD201;
}
</style>
background-color css
<style>
a { background-color: #EDD201; }
a { background-color: rgb(237,210,1); }
div.DivClassName
{
background-color: #EDD201;
}
.BgClassName
{
background-color: #EDD201;
}
</style>
border-color css
<style>
span { border-color: #EDD201; }
span { border-color: rgb(237,210,1); }
td.TdClassName
{
border-color: #EDD201;
}
.TagClassName
{
border-color: #EDD201;
}
</style>