Shades of Gold #EDD30D
Tints of Gold #EDD30D
RGB
CMYK
RGB Variations
Color information
#EDD30D (or 0xEDD30D) is known color: Gold. HEX triplet: ED, D3 and 0D. RGB value is (237,211,13). Sum of RGB (Red+Green+Blue) = 237+211+13=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD30D is #122CF2. Grayscale: #C5C5C5. Windows color (decimal): -1191155 or 906221. OLE color: 906221.
HSL color Cylindrical-coordinate representation of color #EDD30D: hue angle of 53.04º 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 #EDD30D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.04º | 0.9% | 0.49% | - |
| HSV(B) | 53.04º | 0.95% | 0.93% | - |
| XYZ | 58.29 | 64.62 | 9.78 | - |
| YUV | 196.2 | 24.61 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 13 | 0 | 0.11 | 0.95 | 0.07 | 53.04 | 0.9 | 0.49 |
| Hex | ED | D3 | D | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 355 | 323 | 15 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101101 | 11010011 | 1101 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EDD30D
Complementary color
Monochromatic Colors of #EDD30D
Black with #EDD30D
Text Example
Text Example
White with #EDD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD30D; }
p { color: rgb(237,211,13); }
H1.HeaderClassName
{
color: #EDD30D;
}
.AnyTagClassName
{
color: #EDD30D;
}
</style>
background-color css
<style>
a { background-color: #EDD30D; }
a { background-color: rgb(237,211,13); }
div.DivClassName
{
background-color: #EDD30D;
}
.BgClassName
{
background-color: #EDD30D;
}
</style>
border-color css
<style>
span { border-color: #EDD30D; }
span { border-color: rgb(237,211,13); }
td.TdClassName
{
border-color: #EDD30D;
}
.TagClassName
{
border-color: #EDD30D;
}
</style>