Shades of Golden Dream #EDD034
Tints of Golden Dream #EDD034
RGB
CMYK
RGB Variations
Color information
#EDD034 (or 0xEDD034) is known color: Golden Dream. HEX triplet: ED, D0 and 34. RGB value is (237,208,52). Sum of RGB (Red+Green+Blue) = 237+208+52=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD034 is #122FCB. Grayscale: #C7C7C7. Windows color (decimal): -1191884 or 3461357. OLE color: 3461357.
HSL color Cylindrical-coordinate representation of color #EDD034: hue angle of 50.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD034 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 52 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.59º | 0.84% | 0.57% | - |
| HSV(B) | 50.59º | 0.78% | 0.93% | - |
| XYZ | 58.1 | 63.36 | 12.42 | - |
| YUV | 198.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 52 | 0 | 0.12 | 0.78 | 0.07 | 50.59 | 0.84 | 0.57 |
| Hex | ED | D0 | 34 | 0 | C | 4E | 7 | 33 | 54 | 39 |
| Octal | 355 | 320 | 64 | 0 | 14 | 116 | 7 | 63 | 124 | 71 |
| Binary | 11101101 | 11010000 | 110100 | 0 | 1100 | 1001110 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EDD034
Complementary color
Monochromatic Colors of #EDD034
Black with #EDD034
Text Example
Text Example
White with #EDD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD034; }
p { color: rgb(237,208,52); }
H1.HeaderClassName
{
color: #EDD034;
}
.AnyTagClassName
{
color: #EDD034;
}
</style>
background-color css
<style>
a { background-color: #EDD034; }
a { background-color: rgb(237,208,52); }
div.DivClassName
{
background-color: #EDD034;
}
.BgClassName
{
background-color: #EDD034;
}
</style>
border-color css
<style>
span { border-color: #EDD034; }
span { border-color: rgb(237,208,52); }
td.TdClassName
{
border-color: #EDD034;
}
.TagClassName
{
border-color: #EDD034;
}
</style>