Shades of Golden Dream #EED037
Tints of Golden Dream #EED037
RGB
CMYK
RGB Variations
Color information
#EED037 (or 0xEED037) is known color: Golden Dream. HEX triplet: EE, D0 and 37. RGB value is (238,208,55). Sum of RGB (Red+Green+Blue) = 238+208+55=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED037 is #112FC8. Grayscale: #C8C8C8. Windows color (decimal): -1126345 or 3657966. OLE color: 3657966.
HSL color Cylindrical-coordinate representation of color #EED037: hue angle of 50.16º 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 #EED037 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 55 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.07 |
| HSL | 50.16º | 0.84% | 0.57% | - |
| HSV(B) | 50.16º | 0.77% | 0.93% | - |
| XYZ | 58.51 | 63.56 | 12.8 | - |
| YUV | 199.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 55 | 0 | 0.13 | 0.77 | 0.07 | 50.16 | 0.84 | 0.57 |
| Hex | EE | D0 | 37 | 0 | D | 4D | 7 | 32 | 54 | 39 |
| Octal | 356 | 320 | 67 | 0 | 15 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11010000 | 110111 | 0 | 1101 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EED037
Complementary color
Monochromatic Colors of #EED037
Black with #EED037
Text Example
Text Example
White with #EED037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED037; }
p { color: rgb(238,208,55); }
H1.HeaderClassName
{
color: #EED037;
}
.AnyTagClassName
{
color: #EED037;
}
</style>
background-color css
<style>
a { background-color: #EED037; }
a { background-color: rgb(238,208,55); }
div.DivClassName
{
background-color: #EED037;
}
.BgClassName
{
background-color: #EED037;
}
</style>
border-color css
<style>
span { border-color: #EED037; }
span { border-color: rgb(238,208,55); }
td.TdClassName
{
border-color: #EED037;
}
.TagClassName
{
border-color: #EED037;
}
</style>