Shades of Golden Dream #EED135
Tints of Golden Dream #EED135
RGB
CMYK
RGB Variations
Color information
#EED135 (or 0xEED135) is known color: Golden Dream. HEX triplet: EE, D1 and 35. RGB value is (238,209,53). Sum of RGB (Red+Green+Blue) = 238+209+53=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EED135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED135 is #112ECA. Grayscale: #C8C8C8. Windows color (decimal): -1126091 or 3527150. OLE color: 3527150.
HSL color Cylindrical-coordinate representation of color #EED135: hue angle of 50.59º 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 #EED135 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 53 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.59º | 0.84% | 0.57% | - |
| HSV(B) | 50.59º | 0.78% | 0.93% | - |
| XYZ | 58.7 | 64.04 | 12.63 | - |
| YUV | 199.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 53 | 0 | 0.12 | 0.78 | 0.07 | 50.59 | 0.84 | 0.57 |
| Hex | EE | D1 | 35 | 0 | C | 4E | 7 | 33 | 54 | 39 |
| Octal | 356 | 321 | 65 | 0 | 14 | 116 | 7 | 63 | 124 | 71 |
| Binary | 11101110 | 11010001 | 110101 | 0 | 1100 | 1001110 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EED135
Complementary color
Monochromatic Colors of #EED135
Black with #EED135
Text Example
Text Example
White with #EED135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED135; }
p { color: rgb(238,209,53); }
H1.HeaderClassName
{
color: #EED135;
}
.AnyTagClassName
{
color: #EED135;
}
</style>
background-color css
<style>
a { background-color: #EED135; }
a { background-color: rgb(238,209,53); }
div.DivClassName
{
background-color: #EED135;
}
.BgClassName
{
background-color: #EED135;
}
</style>
border-color css
<style>
span { border-color: #EED135; }
span { border-color: rgb(238,209,53); }
td.TdClassName
{
border-color: #EED135;
}
.TagClassName
{
border-color: #EED135;
}
</style>