Shades of Golden Dream #EED030
Tints of Golden Dream #EED030
RGB
CMYK
RGB Variations
Color information
#EED030 (or 0xEED030) is known color: Golden Dream. HEX triplet: EE, D0 and 30. RGB value is (238,208,48). Sum of RGB (Red+Green+Blue) = 238+208+48=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED030 is #112FCF. Grayscale: #C7C7C7. Windows color (decimal): -1126352 or 3199214. OLE color: 3199214.
HSL color Cylindrical-coordinate representation of color #EED030: hue angle of 50.53º 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 #EED030 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 48 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 50.53º | 0.85% | 0.56% | - |
| HSV(B) | 50.53º | 0.8% | 0.93% | - |
| XYZ | 58.35 | 63.5 | 11.98 | - |
| YUV | 198.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 48 | 0 | 0.13 | 0.80 | 0.07 | 50.53 | 0.85 | 0.56 |
| Hex | EE | D0 | 30 | 0 | D | 50 | 7 | 33 | 55 | 38 |
| Octal | 356 | 320 | 60 | 0 | 15 | 120 | 7 | 63 | 125 | 70 |
| Binary | 11101110 | 11010000 | 110000 | 0 | 1101 | 1010000 | 111 | 110011 | 1010101 | 111000 |
Color Harmonies of #EED030
Complementary color
Monochromatic Colors of #EED030
Black with #EED030
Text Example
Text Example
White with #EED030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED030; }
p { color: rgb(238,208,48); }
H1.HeaderClassName
{
color: #EED030;
}
.AnyTagClassName
{
color: #EED030;
}
</style>
background-color css
<style>
a { background-color: #EED030; }
a { background-color: rgb(238,208,48); }
div.DivClassName
{
background-color: #EED030;
}
.BgClassName
{
background-color: #EED030;
}
</style>
border-color css
<style>
span { border-color: #EED030; }
span { border-color: rgb(238,208,48); }
td.TdClassName
{
border-color: #EED030;
}
.TagClassName
{
border-color: #EED030;
}
</style>