Shades of Golden Dream #EED02F
Tints of Golden Dream #EED02F
RGB
CMYK
RGB Variations
Color information
#EED02F (or 0xEED02F) is known color: Golden Dream. HEX triplet: EE, D0 and 2F. RGB value is (238,208,47). Sum of RGB (Red+Green+Blue) = 238+208+47=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED02F is #112FD0. Grayscale: #C7C7C7. Windows color (decimal): -1126353 or 3133678. OLE color: 3133678.
HSL color Cylindrical-coordinate representation of color #EED02F: hue angle of 50.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EED02F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 47 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 50.58º | 0.85% | 0.56% | - |
| HSV(B) | 50.58º | 0.8% | 0.93% | - |
| XYZ | 58.33 | 63.49 | 11.87 | - |
| YUV | 198.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 47 | 0 | 0.13 | 0.80 | 0.07 | 50.58 | 0.85 | 0.56 |
| Hex | EE | D0 | 2F | 0 | D | 50 | 7 | 33 | 55 | 38 |
| Octal | 356 | 320 | 57 | 0 | 15 | 120 | 7 | 63 | 125 | 70 |
| Binary | 11101110 | 11010000 | 101111 | 0 | 1101 | 1010000 | 111 | 110011 | 1010101 | 111000 |
Color Harmonies of #EED02F
Complementary color
Monochromatic Colors of #EED02F
Black with #EED02F
Text Example
Text Example
White with #EED02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED02F; }
p { color: rgb(238,208,47); }
H1.HeaderClassName
{
color: #EED02F;
}
.AnyTagClassName
{
color: #EED02F;
}
</style>
background-color css
<style>
a { background-color: #EED02F; }
a { background-color: rgb(238,208,47); }
div.DivClassName
{
background-color: #EED02F;
}
.BgClassName
{
background-color: #EED02F;
}
</style>
border-color css
<style>
span { border-color: #EED02F; }
span { border-color: rgb(238,208,47); }
td.TdClassName
{
border-color: #EED02F;
}
.TagClassName
{
border-color: #EED02F;
}
</style>