Shades of Golden Dream #EED035
Tints of Golden Dream #EED035
RGB
CMYK
RGB Variations
Color information
#EED035 (or 0xEED035) is known color: Golden Dream. HEX triplet: EE, D0 and 35. RGB value is (238,208,53). Sum of RGB (Red+Green+Blue) = 238+208+53=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EED035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED035 is #112FCA. Grayscale: #C7C7C7. Windows color (decimal): -1126347 or 3526894. OLE color: 3526894.
HSL color Cylindrical-coordinate representation of color #EED035: hue angle of 50.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EED035 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.07 |
| HSL | 50.27º | 0.84% | 0.57% | - |
| HSV(B) | 50.27º | 0.78% | 0.93% | - |
| XYZ | 58.46 | 63.55 | 12.55 | - |
| YUV | 199.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 53 | 0 | 0.13 | 0.78 | 0.07 | 50.27 | 0.84 | 0.57 |
| Hex | EE | D0 | 35 | 0 | D | 4E | 7 | 32 | 54 | 39 |
| Octal | 356 | 320 | 65 | 0 | 15 | 116 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11010000 | 110101 | 0 | 1101 | 1001110 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EED035
Complementary color
Monochromatic Colors of #EED035
Black with #EED035
Text Example
Text Example
White with #EED035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED035; }
p { color: rgb(238,208,53); }
H1.HeaderClassName
{
color: #EED035;
}
.AnyTagClassName
{
color: #EED035;
}
</style>
background-color css
<style>
a { background-color: #EED035; }
a { background-color: rgb(238,208,53); }
div.DivClassName
{
background-color: #EED035;
}
.BgClassName
{
background-color: #EED035;
}
</style>
border-color css
<style>
span { border-color: #EED035; }
span { border-color: rgb(238,208,53); }
td.TdClassName
{
border-color: #EED035;
}
.TagClassName
{
border-color: #EED035;
}
</style>