Shades of Gold #EDD100
Tints of Gold #EDD100
RGB
CMYK
RGB Variations
Color information
#EDD100 (or 0xEDD100) is known color: Gold. HEX triplet: ED, D1 and 00. RGB value is (237,209,0). Sum of RGB (Red+Green+Blue) = 237+209+0=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD100 is #122EFF. Grayscale: #C2C2C2. Windows color (decimal): -1191680 or 53741. OLE color: 53741.
HSL color Cylindrical-coordinate representation of color #EDD100: hue angle of 52.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.07 |
| HSL | 52.91º | 1% | 0.46% | - |
| HSV(B) | 52.91º | 1% | 0.93% | - |
| XYZ | 57.73 | 63.61 | 9.23 | - |
| YUV | 193.55 | 18.78 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 0 | 0 | 0.12 | 1 | 0.07 | 52.91 | 1 | 0.46 |
| Hex | ED | D1 | 0 | 0 | C | 64 | 7 | 35 | 64 | 2E |
| Octal | 355 | 321 | 0 | 0 | 14 | 144 | 7 | 65 | 144 | 56 |
| Binary | 11101101 | 11010001 | 0 | 0 | 1100 | 1100100 | 111 | 110101 | 1100100 | 101110 |
Color Harmonies of #EDD100
Complementary color
Monochromatic Colors of #EDD100
Black with #EDD100
Text Example
Text Example
White with #EDD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD100; }
p { color: rgb(237,209,0); }
H1.HeaderClassName
{
color: #EDD100;
}
.AnyTagClassName
{
color: #EDD100;
}
</style>
background-color css
<style>
a { background-color: #EDD100; }
a { background-color: rgb(237,209,0); }
div.DivClassName
{
background-color: #EDD100;
}
.BgClassName
{
background-color: #EDD100;
}
</style>
border-color css
<style>
span { border-color: #EDD100; }
span { border-color: rgb(237,209,0); }
td.TdClassName
{
border-color: #EDD100;
}
.TagClassName
{
border-color: #EDD100;
}
</style>