Shades of Gold #EDD501
Tints of Gold #EDD501
RGB
CMYK
RGB Variations
Color information
#EDD501 (or 0xEDD501) is known color: Gold. HEX triplet: ED, D5 and 01. RGB value is (237,213,1). Sum of RGB (Red+Green+Blue) = 237+213+1=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD501 is #122AFE. Grayscale: #C4C4C4. Windows color (decimal): -1190655 or 120301. OLE color: 120301.
HSL color Cylindrical-coordinate representation of color #EDD501: hue angle of 53.9º 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 #EDD501 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.07 |
| HSL | 53.9º | 0.99% | 0.47% | - |
| HSV(B) | 53.9º | 1% | 0.93% | - |
| XYZ | 58.72 | 65.6 | 9.59 | - |
| YUV | 196.01 | 17.95 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 1 | 0 | 0.10 | 1.00 | 0.07 | 53.9 | 0.99 | 0.47 |
| Hex | ED | D5 | 1 | 0 | A | 64 | 7 | 36 | 63 | 2F |
| Octal | 355 | 325 | 1 | 0 | 12 | 144 | 7 | 66 | 143 | 57 |
| Binary | 11101101 | 11010101 | 1 | 0 | 1010 | 1100100 | 111 | 110110 | 1100011 | 101111 |
Color Harmonies of #EDD501
Complementary color
Monochromatic Colors of #EDD501
Black with #EDD501
Text Example
Text Example
White with #EDD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD501; }
p { color: rgb(237,213,1); }
H1.HeaderClassName
{
color: #EDD501;
}
.AnyTagClassName
{
color: #EDD501;
}
</style>
background-color css
<style>
a { background-color: #EDD501; }
a { background-color: rgb(237,213,1); }
div.DivClassName
{
background-color: #EDD501;
}
.BgClassName
{
background-color: #EDD501;
}
</style>
border-color css
<style>
span { border-color: #EDD501; }
span { border-color: rgb(237,213,1); }
td.TdClassName
{
border-color: #EDD501;
}
.TagClassName
{
border-color: #EDD501;
}
</style>