Shades of Gold #EDD103
Tints of Gold #EDD103
RGB
CMYK
RGB Variations
Color information
#EDD103 (or 0xEDD103) is known color: Gold. HEX triplet: ED, D1 and 03. RGB value is (237,209,3). Sum of RGB (Red+Green+Blue) = 237+209+3=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD103 is #122EFC. Grayscale: #C2C2C2. Windows color (decimal): -1191677 or 250349. OLE color: 250349.
HSL color Cylindrical-coordinate representation of color #EDD103: hue angle of 52.82º 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 #EDD103 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.07 |
| HSL | 52.82º | 0.98% | 0.47% | - |
| HSV(B) | 52.82º | 0.99% | 0.93% | - |
| XYZ | 57.74 | 63.61 | 9.32 | - |
| YUV | 193.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 3 | 0 | 0.12 | 0.99 | 0.07 | 52.82 | 0.98 | 0.47 |
| Hex | ED | D1 | 3 | 0 | C | 63 | 7 | 35 | 62 | 2F |
| Octal | 355 | 321 | 3 | 0 | 14 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101101 | 11010001 | 11 | 0 | 1100 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EDD103
Complementary color
Monochromatic Colors of #EDD103
Black with #EDD103
Text Example
Text Example
White with #EDD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD103; }
p { color: rgb(237,209,3); }
H1.HeaderClassName
{
color: #EDD103;
}
.AnyTagClassName
{
color: #EDD103;
}
</style>
background-color css
<style>
a { background-color: #EDD103; }
a { background-color: rgb(237,209,3); }
div.DivClassName
{
background-color: #EDD103;
}
.BgClassName
{
background-color: #EDD103;
}
</style>
border-color css
<style>
span { border-color: #EDD103; }
span { border-color: rgb(237,209,3); }
td.TdClassName
{
border-color: #EDD103;
}
.TagClassName
{
border-color: #EDD103;
}
</style>