Shades of Gold #EDD30C
Tints of Gold #EDD30C
RGB
CMYK
RGB Variations
Color information
#EDD30C (or 0xEDD30C) is known color: Gold. HEX triplet: ED, D3 and 0C. RGB value is (237,211,12). Sum of RGB (Red+Green+Blue) = 237+211+12=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD30C is #122CF3. Grayscale: #C4C4C4. Windows color (decimal): -1191156 or 840685. OLE color: 840685.
HSL color Cylindrical-coordinate representation of color #EDD30C: hue angle of 53.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD30C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.07º | 0.9% | 0.49% | - |
| HSV(B) | 53.07º | 0.95% | 0.93% | - |
| XYZ | 58.29 | 64.62 | 9.75 | - |
| YUV | 196.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 12 | 0 | 0.11 | 0.95 | 0.07 | 53.07 | 0.9 | 0.49 |
| Hex | ED | D3 | C | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 355 | 323 | 14 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101101 | 11010011 | 1100 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EDD30C
Complementary color
Monochromatic Colors of #EDD30C
Black with #EDD30C
Text Example
Text Example
White with #EDD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD30C; }
p { color: rgb(237,211,12); }
H1.HeaderClassName
{
color: #EDD30C;
}
.AnyTagClassName
{
color: #EDD30C;
}
</style>
background-color css
<style>
a { background-color: #EDD30C; }
a { background-color: rgb(237,211,12); }
div.DivClassName
{
background-color: #EDD30C;
}
.BgClassName
{
background-color: #EDD30C;
}
</style>
border-color css
<style>
span { border-color: #EDD30C; }
span { border-color: rgb(237,211,12); }
td.TdClassName
{
border-color: #EDD30C;
}
.TagClassName
{
border-color: #EDD30C;
}
</style>