Shades of Gold #EDD002
Tints of Gold #EDD002
RGB
CMYK
RGB Variations
Color information
#EDD002 (or 0xEDD002) is known color: Gold. HEX triplet: ED, D0 and 02. RGB value is (237,208,2). Sum of RGB (Red+Green+Blue) = 237+208+2=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD002 is #122FFD. Grayscale: #C2C2C2. Windows color (decimal): -1191934 or 184557. OLE color: 184557.
HSL color Cylindrical-coordinate representation of color #EDD002: hue angle of 52.6º 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 #EDD002 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.07 |
| HSL | 52.6º | 0.98% | 0.47% | - |
| HSV(B) | 52.6º | 0.99% | 0.93% | - |
| XYZ | 57.49 | 63.12 | 9.21 | - |
| YUV | 193.19 | 20.11 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 2 | 0 | 0.12 | 0.99 | 0.07 | 52.6 | 0.98 | 0.47 |
| Hex | ED | D0 | 2 | 0 | C | 63 | 7 | 35 | 62 | 2F |
| Octal | 355 | 320 | 2 | 0 | 14 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101101 | 11010000 | 10 | 0 | 1100 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EDD002
Complementary color
Monochromatic Colors of #EDD002
Black with #EDD002
Text Example
Text Example
White with #EDD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD002; }
p { color: rgb(237,208,2); }
H1.HeaderClassName
{
color: #EDD002;
}
.AnyTagClassName
{
color: #EDD002;
}
</style>
background-color css
<style>
a { background-color: #EDD002; }
a { background-color: rgb(237,208,2); }
div.DivClassName
{
background-color: #EDD002;
}
.BgClassName
{
background-color: #EDD002;
}
</style>
border-color css
<style>
span { border-color: #EDD002; }
span { border-color: rgb(237,208,2); }
td.TdClassName
{
border-color: #EDD002;
}
.TagClassName
{
border-color: #EDD002;
}
</style>