Shades of Golden Dream #EED139
Tints of Golden Dream #EED139
RGB
CMYK
RGB Variations
Color information
#EED139 (or 0xEED139) is known color: Golden Dream. HEX triplet: EE, D1 and 39. RGB value is (238,209,57). Sum of RGB (Red+Green+Blue) = 238+209+57=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED139 is #112EC6. Grayscale: #C8C8C8. Windows color (decimal): -1126087 or 3789294. OLE color: 3789294.
HSL color Cylindrical-coordinate representation of color #EED139: hue angle of 50.39º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EED139 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 57 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.07 |
| HSL | 50.39º | 0.84% | 0.58% | - |
| HSV(B) | 50.39º | 0.76% | 0.93% | - |
| XYZ | 58.8 | 64.07 | 13.14 | - |
| YUV | 200.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 57 | 0 | 0.12 | 0.76 | 0.07 | 50.39 | 0.84 | 0.58 |
| Hex | EE | D1 | 39 | 0 | C | 4C | 7 | 32 | 54 | 3A |
| Octal | 356 | 321 | 71 | 0 | 14 | 114 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11010001 | 111001 | 0 | 1100 | 1001100 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EED139
Complementary color
Monochromatic Colors of #EED139
Black with #EED139
Text Example
Text Example
White with #EED139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED139; }
p { color: rgb(238,209,57); }
H1.HeaderClassName
{
color: #EED139;
}
.AnyTagClassName
{
color: #EED139;
}
</style>
background-color css
<style>
a { background-color: #EED139; }
a { background-color: rgb(238,209,57); }
div.DivClassName
{
background-color: #EED139;
}
.BgClassName
{
background-color: #EED139;
}
</style>
border-color css
<style>
span { border-color: #EED139; }
span { border-color: rgb(238,209,57); }
td.TdClassName
{
border-color: #EED139;
}
.TagClassName
{
border-color: #EED139;
}
</style>