Shades of Golden Dream #EED235
Tints of Golden Dream #EED235
RGB
CMYK
RGB Variations
Color information
#EED235 (or 0xEED235) is known color: Golden Dream. HEX triplet: EE, D2 and 35. RGB value is (238,210,53). Sum of RGB (Red+Green+Blue) = 238+210+53=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED235 is #112DCA. Grayscale: #C9C9C9. Windows color (decimal): -1125835 or 3527406. OLE color: 3527406.
HSL color Cylindrical-coordinate representation of color #EED235: hue angle of 50.92º 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 #EED235 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 53 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.92º | 0.84% | 0.57% | - |
| HSV(B) | 50.92º | 0.78% | 0.93% | - |
| XYZ | 58.95 | 64.53 | 12.72 | - |
| YUV | 200.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 53 | 0 | 0.12 | 0.78 | 0.07 | 50.92 | 0.84 | 0.57 |
| Hex | EE | D2 | 35 | 0 | C | 4E | 7 | 33 | 54 | 39 |
| Octal | 356 | 322 | 65 | 0 | 14 | 116 | 7 | 63 | 124 | 71 |
| Binary | 11101110 | 11010010 | 110101 | 0 | 1100 | 1001110 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EED235
Complementary color
Monochromatic Colors of #EED235
Black with #EED235
Text Example
Text Example
White with #EED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED235; }
p { color: rgb(238,210,53); }
H1.HeaderClassName
{
color: #EED235;
}
.AnyTagClassName
{
color: #EED235;
}
</style>
background-color css
<style>
a { background-color: #EED235; }
a { background-color: rgb(238,210,53); }
div.DivClassName
{
background-color: #EED235;
}
.BgClassName
{
background-color: #EED235;
}
</style>
border-color css
<style>
span { border-color: #EED235; }
span { border-color: rgb(238,210,53); }
td.TdClassName
{
border-color: #EED235;
}
.TagClassName
{
border-color: #EED235;
}
</style>