Shades of Golden Dream #EED136
Tints of Golden Dream #EED136
RGB
CMYK
RGB Variations
Color information
#EED136 (or 0xEED136) is known color: Golden Dream. HEX triplet: EE, D1 and 36. RGB value is (238,209,54). Sum of RGB (Red+Green+Blue) = 238+209+54=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED136 is #112EC9. Grayscale: #C8C8C8. Windows color (decimal): -1126090 or 3592686. OLE color: 3592686.
HSL color Cylindrical-coordinate representation of color #EED136: hue angle of 50.54º 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 #EED136 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.07 |
| HSL | 50.54º | 0.84% | 0.57% | - |
| HSV(B) | 50.54º | 0.77% | 0.93% | - |
| XYZ | 58.73 | 64.04 | 12.76 | - |
| YUV | 200 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 54 | 0 | 0.12 | 0.77 | 0.07 | 50.54 | 0.84 | 0.57 |
| Hex | EE | D1 | 36 | 0 | C | 4D | 7 | 33 | 54 | 39 |
| Octal | 356 | 321 | 66 | 0 | 14 | 115 | 7 | 63 | 124 | 71 |
| Binary | 11101110 | 11010001 | 110110 | 0 | 1100 | 1001101 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EED136
Complementary color
Monochromatic Colors of #EED136
Black with #EED136
Text Example
Text Example
White with #EED136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED136; }
p { color: rgb(238,209,54); }
H1.HeaderClassName
{
color: #EED136;
}
.AnyTagClassName
{
color: #EED136;
}
</style>
background-color css
<style>
a { background-color: #EED136; }
a { background-color: rgb(238,209,54); }
div.DivClassName
{
background-color: #EED136;
}
.BgClassName
{
background-color: #EED136;
}
</style>
border-color css
<style>
span { border-color: #EED136; }
span { border-color: rgb(238,209,54); }
td.TdClassName
{
border-color: #EED136;
}
.TagClassName
{
border-color: #EED136;
}
</style>