Shades of Golden Dream #EED138
Tints of Golden Dream #EED138
RGB
CMYK
RGB Variations
Color information
#EED138 (or 0xEED138) is known color: Golden Dream. HEX triplet: EE, D1 and 38. RGB value is (238,209,56). Sum of RGB (Red+Green+Blue) = 238+209+56=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED138 is #112EC7. Grayscale: #C8C8C8. Windows color (decimal): -1126088 or 3723758. OLE color: 3723758.
HSL color Cylindrical-coordinate representation of color #EED138: hue angle of 50.44º 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 #EED138 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 56 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.07 |
| HSL | 50.44º | 0.84% | 0.58% | - |
| HSV(B) | 50.44º | 0.76% | 0.93% | - |
| XYZ | 58.77 | 64.06 | 13.01 | - |
| YUV | 200.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 56 | 0 | 0.12 | 0.76 | 0.07 | 50.44 | 0.84 | 0.58 |
| Hex | EE | D1 | 38 | 0 | C | 4C | 7 | 32 | 54 | 3A |
| Octal | 356 | 321 | 70 | 0 | 14 | 114 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11010001 | 111000 | 0 | 1100 | 1001100 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EED138
Complementary color
Monochromatic Colors of #EED138
Black with #EED138
Text Example
Text Example
White with #EED138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED138; }
p { color: rgb(238,209,56); }
H1.HeaderClassName
{
color: #EED138;
}
.AnyTagClassName
{
color: #EED138;
}
</style>
background-color css
<style>
a { background-color: #EED138; }
a { background-color: rgb(238,209,56); }
div.DivClassName
{
background-color: #EED138;
}
.BgClassName
{
background-color: #EED138;
}
</style>
border-color css
<style>
span { border-color: #EED138; }
span { border-color: rgb(238,209,56); }
td.TdClassName
{
border-color: #EED138;
}
.TagClassName
{
border-color: #EED138;
}
</style>