Shades of Gold #EDD000
Tints of Gold #EDD000
RGB
CMYK
RGB Variations
Color information
#EDD000 (or 0xEDD000) is known color: Gold. HEX triplet: ED, D0 and 00. RGB value is (237,208,0). Sum of RGB (Red+Green+Blue) = 237+208+0=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD000 is #122FFF. Grayscale: #C1C1C1. Windows color (decimal): -1191936 or 53485. OLE color: 53485.
HSL color Cylindrical-coordinate representation of color #EDD000: hue angle of 52.66º 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 #EDD000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.07 |
| HSL | 52.66º | 1% | 0.46% | - |
| HSV(B) | 52.66º | 1% | 0.93% | - |
| XYZ | 57.48 | 63.12 | 9.15 | - |
| YUV | 192.96 | 19.11 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 0 | 0 | 0.12 | 1 | 0.07 | 52.66 | 1 | 0.46 |
| Hex | ED | D0 | 0 | 0 | C | 64 | 7 | 35 | 64 | 2E |
| Octal | 355 | 320 | 0 | 0 | 14 | 144 | 7 | 65 | 144 | 56 |
| Binary | 11101101 | 11010000 | 0 | 0 | 1100 | 1100100 | 111 | 110101 | 1100100 | 101110 |
Color Harmonies of #EDD000
Complementary color
Monochromatic Colors of #EDD000
Black with #EDD000
Text Example
Text Example
White with #EDD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD000; }
p { color: rgb(237,208,0); }
H1.HeaderClassName
{
color: #EDD000;
}
.AnyTagClassName
{
color: #EDD000;
}
</style>
background-color css
<style>
a { background-color: #EDD000; }
a { background-color: rgb(237,208,0); }
div.DivClassName
{
background-color: #EDD000;
}
.BgClassName
{
background-color: #EDD000;
}
</style>
border-color css
<style>
span { border-color: #EDD000; }
span { border-color: rgb(237,208,0); }
td.TdClassName
{
border-color: #EDD000;
}
.TagClassName
{
border-color: #EDD000;
}
</style>