Shades of Gold #EDD302
Tints of Gold #EDD302
RGB
CMYK
RGB Variations
Color information
#EDD302 (or 0xEDD302) is known color: Gold. HEX triplet: ED, D3 and 02. RGB value is (237,211,2). Sum of RGB (Red+Green+Blue) = 237+211+2=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD302 is #122CFD. Grayscale: #C3C3C3. Windows color (decimal): -1191166 or 185325. OLE color: 185325.
HSL color Cylindrical-coordinate representation of color #EDD302: hue angle of 53.36º 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 #EDD302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.36º | 0.98% | 0.47% | - |
| HSV(B) | 53.36º | 0.99% | 0.93% | - |
| XYZ | 58.23 | 64.6 | 9.46 | - |
| YUV | 194.95 | 19.11 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 2 | 0 | 0.11 | 0.99 | 0.07 | 53.36 | 0.98 | 0.47 |
| Hex | ED | D3 | 2 | 0 | B | 63 | 7 | 35 | 62 | 2F |
| Octal | 355 | 323 | 2 | 0 | 13 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101101 | 11010011 | 10 | 0 | 1011 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EDD302
Complementary color
Monochromatic Colors of #EDD302
Black with #EDD302
Text Example
Text Example
White with #EDD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD302; }
p { color: rgb(237,211,2); }
H1.HeaderClassName
{
color: #EDD302;
}
.AnyTagClassName
{
color: #EDD302;
}
</style>
background-color css
<style>
a { background-color: #EDD302; }
a { background-color: rgb(237,211,2); }
div.DivClassName
{
background-color: #EDD302;
}
.BgClassName
{
background-color: #EDD302;
}
</style>
border-color css
<style>
span { border-color: #EDD302; }
span { border-color: rgb(237,211,2); }
td.TdClassName
{
border-color: #EDD302;
}
.TagClassName
{
border-color: #EDD302;
}
</style>