Shades of Golden Dream #EED02D
Tints of Golden Dream #EED02D
RGB
CMYK
RGB Variations
Color information
#EED02D (or 0xEED02D) is known color: Golden Dream. HEX triplet: EE, D0 and 2D. RGB value is (238,208,45). Sum of RGB (Red+Green+Blue) = 238+208+45=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EED02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED02D is #112FD2. Grayscale: #C7C7C7. Windows color (decimal): -1126355 or 3002606. OLE color: 3002606.
HSL color Cylindrical-coordinate representation of color #EED02D: hue angle of 50.67º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED02D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50.67º | 0.85% | 0.55% | - |
| HSV(B) | 50.67º | 0.81% | 0.93% | - |
| XYZ | 58.29 | 63.48 | 11.66 | - |
| YUV | 198.39 | 41.44 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 45 | 0 | 0.13 | 0.81 | 0.07 | 50.67 | 0.85 | 0.55 |
| Hex | EE | D0 | 2D | 0 | D | 51 | 7 | 33 | 55 | 37 |
| Octal | 356 | 320 | 55 | 0 | 15 | 121 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010000 | 101101 | 0 | 1101 | 1010001 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED02D
Complementary color
Monochromatic Colors of #EED02D
Black with #EED02D
Text Example
Text Example
White with #EED02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED02D; }
p { color: rgb(238,208,45); }
H1.HeaderClassName
{
color: #EED02D;
}
.AnyTagClassName
{
color: #EED02D;
}
</style>
background-color css
<style>
a { background-color: #EED02D; }
a { background-color: rgb(238,208,45); }
div.DivClassName
{
background-color: #EED02D;
}
.BgClassName
{
background-color: #EED02D;
}
</style>
border-color css
<style>
span { border-color: #EED02D; }
span { border-color: rgb(238,208,45); }
td.TdClassName
{
border-color: #EED02D;
}
.TagClassName
{
border-color: #EED02D;
}
</style>