Shades of Golden Dream #EED12D
Tints of Golden Dream #EED12D
RGB
CMYK
RGB Variations
Color information
#EED12D (or 0xEED12D) is known color: Golden Dream. HEX triplet: EE, D1 and 2D. RGB value is (238,209,45). Sum of RGB (Red+Green+Blue) = 238+209+45=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EED12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED12D is #112ED2. Grayscale: #C7C7C7. Windows color (decimal): -1126099 or 3002862. OLE color: 3002862.
HSL color Cylindrical-coordinate representation of color #EED12D: hue angle of 50.98º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED12D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 50.98º | 0.85% | 0.55% | - |
| HSV(B) | 50.98º | 0.81% | 0.93% | - |
| XYZ | 58.53 | 63.97 | 11.74 | - |
| YUV | 198.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 45 | 0 | 0.12 | 0.81 | 0.07 | 50.98 | 0.85 | 0.55 |
| Hex | EE | D1 | 2D | 0 | C | 51 | 7 | 33 | 55 | 37 |
| Octal | 356 | 321 | 55 | 0 | 14 | 121 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010001 | 101101 | 0 | 1100 | 1010001 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED12D
Complementary color
Monochromatic Colors of #EED12D
Black with #EED12D
Text Example
Text Example
White with #EED12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED12D; }
p { color: rgb(238,209,45); }
H1.HeaderClassName
{
color: #EED12D;
}
.AnyTagClassName
{
color: #EED12D;
}
</style>
background-color css
<style>
a { background-color: #EED12D; }
a { background-color: rgb(238,209,45); }
div.DivClassName
{
background-color: #EED12D;
}
.BgClassName
{
background-color: #EED12D;
}
</style>
border-color css
<style>
span { border-color: #EED12D; }
span { border-color: rgb(238,209,45); }
td.TdClassName
{
border-color: #EED12D;
}
.TagClassName
{
border-color: #EED12D;
}
</style>