Shades of Golden Dream #EED036
Tints of Golden Dream #EED036
RGB
CMYK
RGB Variations
Color information
#EED036 (or 0xEED036) is known color: Golden Dream. HEX triplet: EE, D0 and 36. RGB value is (238,208,54). Sum of RGB (Red+Green+Blue) = 238+208+54=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EED036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED036 is #112FC9. Grayscale: #C8C8C8. Windows color (decimal): -1126346 or 3592430. OLE color: 3592430.
HSL color Cylindrical-coordinate representation of color #EED036: hue angle of 50.22º 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 #EED036 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.07 |
| HSL | 50.22º | 0.84% | 0.57% | - |
| HSV(B) | 50.22º | 0.77% | 0.93% | - |
| XYZ | 58.48 | 63.56 | 12.68 | - |
| YUV | 199.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 54 | 0 | 0.13 | 0.77 | 0.07 | 50.22 | 0.84 | 0.57 |
| Hex | EE | D0 | 36 | 0 | D | 4D | 7 | 32 | 54 | 39 |
| Octal | 356 | 320 | 66 | 0 | 15 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11010000 | 110110 | 0 | 1101 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EED036
Complementary color
Monochromatic Colors of #EED036
Black with #EED036
Text Example
Text Example
White with #EED036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED036; }
p { color: rgb(238,208,54); }
H1.HeaderClassName
{
color: #EED036;
}
.AnyTagClassName
{
color: #EED036;
}
</style>
background-color css
<style>
a { background-color: #EED036; }
a { background-color: rgb(238,208,54); }
div.DivClassName
{
background-color: #EED036;
}
.BgClassName
{
background-color: #EED036;
}
</style>
border-color css
<style>
span { border-color: #EED036; }
span { border-color: rgb(238,208,54); }
td.TdClassName
{
border-color: #EED036;
}
.TagClassName
{
border-color: #EED036;
}
</style>