Shades of Golden Dream #EED331
Tints of Golden Dream #EED331
RGB
CMYK
RGB Variations
Color information
#EED331 (or 0xEED331) is known color: Golden Dream. HEX triplet: EE, D3 and 31. RGB value is (238,211,49). Sum of RGB (Red+Green+Blue) = 238+211+49=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED331 is #112CCE. Grayscale: #C9C9C9. Windows color (decimal): -1125583 or 3265518. OLE color: 3265518.
HSL color Cylindrical-coordinate representation of color #EED331: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED331 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 51.43º | 0.85% | 0.56% | - |
| HSV(B) | 51.43º | 0.79% | 0.93% | - |
| XYZ | 59.11 | 64.99 | 12.33 | - |
| YUV | 200.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 49 | 0 | 0.11 | 0.79 | 0.07 | 51.43 | 0.85 | 0.56 |
| Hex | EE | D3 | 31 | 0 | B | 4F | 7 | 33 | 55 | 38 |
| Octal | 356 | 323 | 61 | 0 | 13 | 117 | 7 | 63 | 125 | 70 |
| Binary | 11101110 | 11010011 | 110001 | 0 | 1011 | 1001111 | 111 | 110011 | 1010101 | 111000 |
Color Harmonies of #EED331
Complementary color
Monochromatic Colors of #EED331
Black with #EED331
Text Example
Text Example
White with #EED331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED331; }
p { color: rgb(238,211,49); }
H1.HeaderClassName
{
color: #EED331;
}
.AnyTagClassName
{
color: #EED331;
}
</style>
background-color css
<style>
a { background-color: #EED331; }
a { background-color: rgb(238,211,49); }
div.DivClassName
{
background-color: #EED331;
}
.BgClassName
{
background-color: #EED331;
}
</style>
border-color css
<style>
span { border-color: #EED331; }
span { border-color: rgb(238,211,49); }
td.TdClassName
{
border-color: #EED331;
}
.TagClassName
{
border-color: #EED331;
}
</style>