Shades of Gold #EDD005
Tints of Gold #EDD005
RGB
CMYK
RGB Variations
Color information
#EDD005 (or 0xEDD005) is known color: Gold. HEX triplet: ED, D0 and 05. RGB value is (237,208,5). Sum of RGB (Red+Green+Blue) = 237+208+5=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD005 is #122FFA. Grayscale: #C2C2C2. Windows color (decimal): -1191931 or 381165. OLE color: 381165.
HSL color Cylindrical-coordinate representation of color #EDD005: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD005 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.07 |
| HSL | 52.5º | 0.96% | 0.47% | - |
| HSV(B) | 52.5º | 0.98% | 0.93% | - |
| XYZ | 57.51 | 63.13 | 9.3 | - |
| YUV | 193.53 | 21.61 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 5 | 0 | 0.12 | 0.98 | 0.07 | 52.5 | 0.96 | 0.47 |
| Hex | ED | D0 | 5 | 0 | C | 62 | 7 | 34 | 60 | 2F |
| Octal | 355 | 320 | 5 | 0 | 14 | 142 | 7 | 64 | 140 | 57 |
| Binary | 11101101 | 11010000 | 101 | 0 | 1100 | 1100010 | 111 | 110100 | 1100000 | 101111 |
Color Harmonies of #EDD005
Complementary color
Monochromatic Colors of #EDD005
Black with #EDD005
Text Example
Text Example
White with #EDD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD005; }
p { color: rgb(237,208,5); }
H1.HeaderClassName
{
color: #EDD005;
}
.AnyTagClassName
{
color: #EDD005;
}
</style>
background-color css
<style>
a { background-color: #EDD005; }
a { background-color: rgb(237,208,5); }
div.DivClassName
{
background-color: #EDD005;
}
.BgClassName
{
background-color: #EDD005;
}
</style>
border-color css
<style>
span { border-color: #EDD005; }
span { border-color: rgb(237,208,5); }
td.TdClassName
{
border-color: #EDD005;
}
.TagClassName
{
border-color: #EDD005;
}
</style>