Shades of Golden Dream #EED137
Tints of Golden Dream #EED137
RGB
CMYK
RGB Variations
Color information
#EED137 (or 0xEED137) is known color: Golden Dream. HEX triplet: EE, D1 and 37. RGB value is (238,209,55). Sum of RGB (Red+Green+Blue) = 238+209+55=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED137 is #112EC8. Grayscale: #C8C8C8. Windows color (decimal): -1126089 or 3658222. OLE color: 3658222.
HSL color Cylindrical-coordinate representation of color #EED137: 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 #EED137 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 55 | - |
| 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.75 | 64.05 | 12.88 | - |
| YUV | 200.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 55 | 0 | 0.12 | 0.77 | 0.07 | 50.49 | 0.84 | 0.57 |
| Hex | EE | D1 | 37 | 0 | C | 4D | 7 | 32 | 54 | 39 |
| Octal | 356 | 321 | 67 | 0 | 14 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11010001 | 110111 | 0 | 1100 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EED137
Complementary color
Monochromatic Colors of #EED137
Black with #EED137
Text Example
Text Example
White with #EED137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED137; }
p { color: rgb(238,209,55); }
H1.HeaderClassName
{
color: #EED137;
}
.AnyTagClassName
{
color: #EED137;
}
</style>
background-color css
<style>
a { background-color: #EED137; }
a { background-color: rgb(238,209,55); }
div.DivClassName
{
background-color: #EED137;
}
.BgClassName
{
background-color: #EED137;
}
</style>
border-color css
<style>
span { border-color: #EED137; }
span { border-color: rgb(238,209,55); }
td.TdClassName
{
border-color: #EED137;
}
.TagClassName
{
border-color: #EED137;
}
</style>