Shades of Golden Dream #EED134
Tints of Golden Dream #EED134
RGB
CMYK
RGB Variations
Color information
#EED134 (or 0xEED134) is known color: Golden Dream. HEX triplet: EE, D1 and 34. RGB value is (238,209,52). Sum of RGB (Red+Green+Blue) = 238+209+52=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EED134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED134 is #112ECB. Grayscale: #C8C8C8. Windows color (decimal): -1126092 or 3461614. OLE color: 3461614.
HSL color Cylindrical-coordinate representation of color #EED134: hue angle of 50.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EED134 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 52 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.65º | 0.85% | 0.57% | - |
| HSV(B) | 50.65º | 0.78% | 0.93% | - |
| XYZ | 58.68 | 64.03 | 12.51 | - |
| YUV | 199.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 52 | 0 | 0.12 | 0.78 | 0.07 | 50.65 | 0.85 | 0.57 |
| Hex | EE | D1 | 34 | 0 | C | 4E | 7 | 33 | 55 | 39 |
| Octal | 356 | 321 | 64 | 0 | 14 | 116 | 7 | 63 | 125 | 71 |
| Binary | 11101110 | 11010001 | 110100 | 0 | 1100 | 1001110 | 111 | 110011 | 1010101 | 111001 |
Color Harmonies of #EED134
Complementary color
Monochromatic Colors of #EED134
Black with #EED134
Text Example
Text Example
White with #EED134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED134; }
p { color: rgb(238,209,52); }
H1.HeaderClassName
{
color: #EED134;
}
.AnyTagClassName
{
color: #EED134;
}
</style>
background-color css
<style>
a { background-color: #EED134; }
a { background-color: rgb(238,209,52); }
div.DivClassName
{
background-color: #EED134;
}
.BgClassName
{
background-color: #EED134;
}
</style>
border-color css
<style>
span { border-color: #EED134; }
span { border-color: rgb(238,209,52); }
td.TdClassName
{
border-color: #EED134;
}
.TagClassName
{
border-color: #EED134;
}
</style>