Shades of Gold #EDD301
Tints of Gold #EDD301
RGB
CMYK
RGB Variations
Color information
#EDD301 (or 0xEDD301) is known color: Gold. HEX triplet: ED, D3 and 01. RGB value is (237,211,1). Sum of RGB (Red+Green+Blue) = 237+211+1=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD301 is #122CFE. Grayscale: #C3C3C3. Windows color (decimal): -1191167 or 119789. OLE color: 119789.
HSL color Cylindrical-coordinate representation of color #EDD301: hue angle of 53.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD301 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.07 |
| HSL | 53.39º | 0.99% | 0.47% | - |
| HSV(B) | 53.39º | 1% | 0.93% | - |
| XYZ | 58.22 | 64.6 | 9.43 | - |
| YUV | 194.83 | 18.61 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 1 | 0 | 0.11 | 1.00 | 0.07 | 53.39 | 0.99 | 0.47 |
| Hex | ED | D3 | 1 | 0 | B | 64 | 7 | 35 | 63 | 2F |
| Octal | 355 | 323 | 1 | 0 | 13 | 144 | 7 | 65 | 143 | 57 |
| Binary | 11101101 | 11010011 | 1 | 0 | 1011 | 1100100 | 111 | 110101 | 1100011 | 101111 |
Color Harmonies of #EDD301
Complementary color
Monochromatic Colors of #EDD301
Black with #EDD301
Text Example
Text Example
White with #EDD301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD301; }
p { color: rgb(237,211,1); }
H1.HeaderClassName
{
color: #EDD301;
}
.AnyTagClassName
{
color: #EDD301;
}
</style>
background-color css
<style>
a { background-color: #EDD301; }
a { background-color: rgb(237,211,1); }
div.DivClassName
{
background-color: #EDD301;
}
.BgClassName
{
background-color: #EDD301;
}
</style>
border-color css
<style>
span { border-color: #EDD301; }
span { border-color: rgb(237,211,1); }
td.TdClassName
{
border-color: #EDD301;
}
.TagClassName
{
border-color: #EDD301;
}
</style>