Shades of Gold #EDD208
Tints of Gold #EDD208
RGB
CMYK
RGB Variations
Color information
#EDD208 (or 0xEDD208) is known color: Gold. HEX triplet: ED, D2 and 08. RGB value is (237,210,8). Sum of RGB (Red+Green+Blue) = 237+210+8=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD208 is #122DF7. Grayscale: #C3C3C3. Windows color (decimal): -1191416 or 578285. OLE color: 578285.
HSL color Cylindrical-coordinate representation of color #EDD208: hue angle of 52.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDD208 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.07 |
| HSL | 52.93º | 0.93% | 0.48% | - |
| HSV(B) | 52.93º | 0.97% | 0.93% | - |
| XYZ | 58.02 | 64.12 | 9.55 | - |
| YUV | 195.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 8 | 0 | 0.11 | 0.97 | 0.07 | 52.93 | 0.93 | 0.48 |
| Hex | ED | D2 | 8 | 0 | B | 61 | 7 | 35 | 5D | 30 |
| Octal | 355 | 322 | 10 | 0 | 13 | 141 | 7 | 65 | 135 | 60 |
| Binary | 11101101 | 11010010 | 1000 | 0 | 1011 | 1100001 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EDD208
Complementary color
Monochromatic Colors of #EDD208
Black with #EDD208
Text Example
Text Example
White with #EDD208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD208; }
p { color: rgb(237,210,8); }
H1.HeaderClassName
{
color: #EDD208;
}
.AnyTagClassName
{
color: #EDD208;
}
</style>
background-color css
<style>
a { background-color: #EDD208; }
a { background-color: rgb(237,210,8); }
div.DivClassName
{
background-color: #EDD208;
}
.BgClassName
{
background-color: #EDD208;
}
</style>
border-color css
<style>
span { border-color: #EDD208; }
span { border-color: rgb(237,210,8); }
td.TdClassName
{
border-color: #EDD208;
}
.TagClassName
{
border-color: #EDD208;
}
</style>