Shades of Gold #EDD001
Tints of Gold #EDD001
RGB
CMYK
RGB Variations
Color information
#EDD001 (or 0xEDD001) is known color: Gold. HEX triplet: ED, D0 and 01. RGB value is (237,208,1). Sum of RGB (Red+Green+Blue) = 237+208+1=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD001 is #122FFE. Grayscale: #C1C1C1. Windows color (decimal): -1191935 or 119021. OLE color: 119021.
HSL color Cylindrical-coordinate representation of color #EDD001: hue angle of 52.63º 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 #EDD001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.07 |
| HSL | 52.63º | 0.99% | 0.47% | - |
| HSV(B) | 52.63º | 1% | 0.93% | - |
| XYZ | 57.49 | 63.12 | 9.18 | - |
| YUV | 193.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 1 | 0 | 0.12 | 1.00 | 0.07 | 52.63 | 0.99 | 0.47 |
| Hex | ED | D0 | 1 | 0 | C | 64 | 7 | 35 | 63 | 2F |
| Octal | 355 | 320 | 1 | 0 | 14 | 144 | 7 | 65 | 143 | 57 |
| Binary | 11101101 | 11010000 | 1 | 0 | 1100 | 1100100 | 111 | 110101 | 1100011 | 101111 |
Color Harmonies of #EDD001
Complementary color
Monochromatic Colors of #EDD001
Black with #EDD001
Text Example
Text Example
White with #EDD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD001; }
p { color: rgb(237,208,1); }
H1.HeaderClassName
{
color: #EDD001;
}
.AnyTagClassName
{
color: #EDD001;
}
</style>
background-color css
<style>
a { background-color: #EDD001; }
a { background-color: rgb(237,208,1); }
div.DivClassName
{
background-color: #EDD001;
}
.BgClassName
{
background-color: #EDD001;
}
</style>
border-color css
<style>
span { border-color: #EDD001; }
span { border-color: rgb(237,208,1); }
td.TdClassName
{
border-color: #EDD001;
}
.TagClassName
{
border-color: #EDD001;
}
</style>