Shades of Golden Dream #EED132
Tints of Golden Dream #EED132
RGB
CMYK
RGB Variations
Color information
#EED132 (or 0xEED132) is known color: Golden Dream. HEX triplet: EE, D1 and 32. RGB value is (238,209,50). Sum of RGB (Red+Green+Blue) = 238+209+50=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EED132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED132 is #112ECD. Grayscale: #C8C8C8. Windows color (decimal): -1126094 or 3330542. OLE color: 3330542.
HSL color Cylindrical-coordinate representation of color #EED132: hue angle of 50.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED132 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 50 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.07 |
| HSL | 50.74º | 0.85% | 0.56% | - |
| HSV(B) | 50.74º | 0.79% | 0.93% | - |
| XYZ | 58.64 | 64.01 | 12.28 | - |
| YUV | 199.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 50 | 0 | 0.12 | 0.79 | 0.07 | 50.74 | 0.85 | 0.56 |
| Hex | EE | D1 | 32 | 0 | C | 4F | 7 | 33 | 55 | 38 |
| Octal | 356 | 321 | 62 | 0 | 14 | 117 | 7 | 63 | 125 | 70 |
| Binary | 11101110 | 11010001 | 110010 | 0 | 1100 | 1001111 | 111 | 110011 | 1010101 | 111000 |
Color Harmonies of #EED132
Complementary color
Monochromatic Colors of #EED132
Black with #EED132
Text Example
Text Example
White with #EED132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED132; }
p { color: rgb(238,209,50); }
H1.HeaderClassName
{
color: #EED132;
}
.AnyTagClassName
{
color: #EED132;
}
</style>
background-color css
<style>
a { background-color: #EED132; }
a { background-color: rgb(238,209,50); }
div.DivClassName
{
background-color: #EED132;
}
.BgClassName
{
background-color: #EED132;
}
</style>
border-color css
<style>
span { border-color: #EED132; }
span { border-color: rgb(238,209,50); }
td.TdClassName
{
border-color: #EED132;
}
.TagClassName
{
border-color: #EED132;
}
</style>