Shades of Golden Dream #EDD036
Tints of Golden Dream #EDD036
RGB
CMYK
RGB Variations
Color information
#EDD036 (or 0xEDD036) is known color: Golden Dream. HEX triplet: ED, D0 and 36. RGB value is (237,208,54). Sum of RGB (Red+Green+Blue) = 237+208+54=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD036 is #122FC9. Grayscale: #C7C7C7. Windows color (decimal): -1191882 or 3592429. OLE color: 3592429.
HSL color Cylindrical-coordinate representation of color #EDD036: hue angle of 50.49º degrees, saturation: 0.84, 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 #EDD036 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.07 |
| HSL | 50.49º | 0.84% | 0.57% | - |
| HSV(B) | 50.49º | 0.77% | 0.93% | - |
| XYZ | 58.15 | 63.38 | 12.66 | - |
| YUV | 199.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 54 | 0 | 0.12 | 0.77 | 0.07 | 50.49 | 0.84 | 0.57 |
| Hex | ED | D0 | 36 | 0 | C | 4D | 7 | 32 | 54 | 39 |
| Octal | 355 | 320 | 66 | 0 | 14 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101101 | 11010000 | 110110 | 0 | 1100 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EDD036
Complementary color
Monochromatic Colors of #EDD036
Black with #EDD036
Text Example
Text Example
White with #EDD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD036; }
p { color: rgb(237,208,54); }
H1.HeaderClassName
{
color: #EDD036;
}
.AnyTagClassName
{
color: #EDD036;
}
</style>
background-color css
<style>
a { background-color: #EDD036; }
a { background-color: rgb(237,208,54); }
div.DivClassName
{
background-color: #EDD036;
}
.BgClassName
{
background-color: #EDD036;
}
</style>
border-color css
<style>
span { border-color: #EDD036; }
span { border-color: rgb(237,208,54); }
td.TdClassName
{
border-color: #EDD036;
}
.TagClassName
{
border-color: #EDD036;
}
</style>