Shades of Golden Dream #EED329
Tints of Golden Dream #EED329
RGB
CMYK
RGB Variations
Color information
#EED329 (or 0xEED329) is known color: Golden Dream. HEX triplet: EE, D3 and 29. RGB value is (238,211,41). Sum of RGB (Red+Green+Blue) = 238+211+41=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED329 is #112CD6. Grayscale: #C8C8C8. Windows color (decimal): -1125591 or 2741230. OLE color: 2741230.
HSL color Cylindrical-coordinate representation of color #EED329: hue angle of 51.78º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED329 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 41 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.07 |
| HSL | 51.78º | 0.85% | 0.55% | - |
| HSV(B) | 51.78º | 0.83% | 0.93% | - |
| XYZ | 58.95 | 64.93 | 11.52 | - |
| YUV | 199.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 41 | 0 | 0.11 | 0.83 | 0.07 | 51.78 | 0.85 | 0.55 |
| Hex | EE | D3 | 29 | 0 | B | 53 | 7 | 34 | 55 | 37 |
| Octal | 356 | 323 | 51 | 0 | 13 | 123 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010011 | 101001 | 0 | 1011 | 1010011 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED329
Complementary color
Monochromatic Colors of #EED329
Black with #EED329
Text Example
Text Example
White with #EED329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED329; }
p { color: rgb(238,211,41); }
H1.HeaderClassName
{
color: #EED329;
}
.AnyTagClassName
{
color: #EED329;
}
</style>
background-color css
<style>
a { background-color: #EED329; }
a { background-color: rgb(238,211,41); }
div.DivClassName
{
background-color: #EED329;
}
.BgClassName
{
background-color: #EED329;
}
</style>
border-color css
<style>
span { border-color: #EED329; }
span { border-color: rgb(238,211,41); }
td.TdClassName
{
border-color: #EED329;
}
.TagClassName
{
border-color: #EED329;
}
</style>