Shades of Gold #EDD202
Tints of Gold #EDD202
RGB
CMYK
RGB Variations
Color information
#EDD202 (or 0xEDD202) is known color: Gold. HEX triplet: ED, D2 and 02. RGB value is (237,210,2). Sum of RGB (Red+Green+Blue) = 237+210+2=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD202 is #122DFD. Grayscale: #C3C3C3. Windows color (decimal): -1191422 or 185069. OLE color: 185069.
HSL color Cylindrical-coordinate representation of color #EDD202: hue angle of 53.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDD202 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.11º | 0.98% | 0.47% | - |
| HSV(B) | 53.11º | 0.99% | 0.93% | - |
| XYZ | 57.98 | 64.1 | 9.37 | - |
| YUV | 194.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 2 | 0 | 0.11 | 0.99 | 0.07 | 53.11 | 0.98 | 0.47 |
| Hex | ED | D2 | 2 | 0 | B | 63 | 7 | 35 | 62 | 2F |
| Octal | 355 | 322 | 2 | 0 | 13 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101101 | 11010010 | 10 | 0 | 1011 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EDD202
Complementary color
Monochromatic Colors of #EDD202
Black with #EDD202
Text Example
Text Example
White with #EDD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD202; }
p { color: rgb(237,210,2); }
H1.HeaderClassName
{
color: #EDD202;
}
.AnyTagClassName
{
color: #EDD202;
}
</style>
background-color css
<style>
a { background-color: #EDD202; }
a { background-color: rgb(237,210,2); }
div.DivClassName
{
background-color: #EDD202;
}
.BgClassName
{
background-color: #EDD202;
}
</style>
border-color css
<style>
span { border-color: #EDD202; }
span { border-color: rgb(237,210,2); }
td.TdClassName
{
border-color: #EDD202;
}
.TagClassName
{
border-color: #EDD202;
}
</style>