Shades of Gold #EDD400
Tints of Gold #EDD400
RGB
CMYK
RGB Variations
Color information
#EDD400 (or 0xEDD400) is known color: Gold. HEX triplet: ED, D4 and 00. RGB value is (237,212,0). Sum of RGB (Red+Green+Blue) = 237+212+0=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD400 is #122BFF. Grayscale: #C4C4C4. Windows color (decimal): -1190912 or 54509. OLE color: 54509.
HSL color Cylindrical-coordinate representation of color #EDD400: hue angle of 53.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.07 |
| HSL | 53.67º | 1% | 0.46% | - |
| HSV(B) | 53.67º | 1% | 0.93% | - |
| XYZ | 58.47 | 65.09 | 9.48 | - |
| YUV | 195.31 | 17.78 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 0 | 0 | 0.11 | 1 | 0.07 | 53.67 | 1 | 0.46 |
| Hex | ED | D4 | 0 | 0 | B | 64 | 7 | 36 | 64 | 2E |
| Octal | 355 | 324 | 0 | 0 | 13 | 144 | 7 | 66 | 144 | 56 |
| Binary | 11101101 | 11010100 | 0 | 0 | 1011 | 1100100 | 111 | 110110 | 1100100 | 101110 |
Color Harmonies of #EDD400
Complementary color
Monochromatic Colors of #EDD400
Black with #EDD400
Text Example
Text Example
White with #EDD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD400; }
p { color: rgb(237,212,0); }
H1.HeaderClassName
{
color: #EDD400;
}
.AnyTagClassName
{
color: #EDD400;
}
</style>
background-color css
<style>
a { background-color: #EDD400; }
a { background-color: rgb(237,212,0); }
div.DivClassName
{
background-color: #EDD400;
}
.BgClassName
{
background-color: #EDD400;
}
</style>
border-color css
<style>
span { border-color: #EDD400; }
span { border-color: rgb(237,212,0); }
td.TdClassName
{
border-color: #EDD400;
}
.TagClassName
{
border-color: #EDD400;
}
</style>