Shades of Gold #EDD304
Tints of Gold #EDD304
RGB
CMYK
RGB Variations
Color information
#EDD304 (or 0xEDD304) is known color: Gold. HEX triplet: ED, D3 and 04. RGB value is (237,211,4). Sum of RGB (Red+Green+Blue) = 237+211+4=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD304 is #122CFB. Grayscale: #C4C4C4. Windows color (decimal): -1191164 or 316397. OLE color: 316397.
HSL color Cylindrical-coordinate representation of color #EDD304: hue angle of 53.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD304 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.07 |
| HSL | 53.3º | 0.97% | 0.47% | - |
| HSV(B) | 53.3º | 0.98% | 0.93% | - |
| XYZ | 58.24 | 64.6 | 9.51 | - |
| YUV | 195.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 4 | 0 | 0.11 | 0.98 | 0.07 | 53.3 | 0.97 | 0.47 |
| Hex | ED | D3 | 4 | 0 | B | 62 | 7 | 35 | 61 | 2F |
| Octal | 355 | 323 | 4 | 0 | 13 | 142 | 7 | 65 | 141 | 57 |
| Binary | 11101101 | 11010011 | 100 | 0 | 1011 | 1100010 | 111 | 110101 | 1100001 | 101111 |
Color Harmonies of #EDD304
Complementary color
Monochromatic Colors of #EDD304
Black with #EDD304
Text Example
Text Example
White with #EDD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD304; }
p { color: rgb(237,211,4); }
H1.HeaderClassName
{
color: #EDD304;
}
.AnyTagClassName
{
color: #EDD304;
}
</style>
background-color css
<style>
a { background-color: #EDD304; }
a { background-color: rgb(237,211,4); }
div.DivClassName
{
background-color: #EDD304;
}
.BgClassName
{
background-color: #EDD304;
}
</style>
border-color css
<style>
span { border-color: #EDD304; }
span { border-color: rgb(237,211,4); }
td.TdClassName
{
border-color: #EDD304;
}
.TagClassName
{
border-color: #EDD304;
}
</style>