Shades of Golden Dream #EDD037
Tints of Golden Dream #EDD037
RGB
CMYK
RGB Variations
Color information
#EDD037 (or 0xEDD037) is known color: Golden Dream. HEX triplet: ED, D0 and 37. RGB value is (237,208,55). Sum of RGB (Red+Green+Blue) = 237+208+55=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD037 is #122FC8. Grayscale: #C7C7C7. Windows color (decimal): -1191881 or 3657965. OLE color: 3657965.
HSL color Cylindrical-coordinate representation of color #EDD037: hue angle of 50.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDD037 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.07 |
| HSL | 50.44º | 0.83% | 0.57% | - |
| HSV(B) | 50.44º | 0.77% | 0.93% | - |
| XYZ | 58.17 | 63.39 | 12.78 | - |
| YUV | 199.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 55 | 0 | 0.12 | 0.77 | 0.07 | 50.44 | 0.83 | 0.57 |
| Hex | ED | D0 | 37 | 0 | C | 4D | 7 | 32 | 53 | 39 |
| Octal | 355 | 320 | 67 | 0 | 14 | 115 | 7 | 62 | 123 | 71 |
| Binary | 11101101 | 11010000 | 110111 | 0 | 1100 | 1001101 | 111 | 110010 | 1010011 | 111001 |
Color Harmonies of #EDD037
Complementary color
Monochromatic Colors of #EDD037
Black with #EDD037
Text Example
Text Example
White with #EDD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD037; }
p { color: rgb(237,208,55); }
H1.HeaderClassName
{
color: #EDD037;
}
.AnyTagClassName
{
color: #EDD037;
}
</style>
background-color css
<style>
a { background-color: #EDD037; }
a { background-color: rgb(237,208,55); }
div.DivClassName
{
background-color: #EDD037;
}
.BgClassName
{
background-color: #EDD037;
}
</style>
border-color css
<style>
span { border-color: #EDD037; }
span { border-color: rgb(237,208,55); }
td.TdClassName
{
border-color: #EDD037;
}
.TagClassName
{
border-color: #EDD037;
}
</style>