Shades of Golden Dream #EED42C
Tints of Golden Dream #EED42C
RGB
CMYK
RGB Variations
Color information
#EED42C (or 0xEED42C) is known color: Golden Dream. HEX triplet: EE, D4 and 2C. RGB value is (238,212,44). Sum of RGB (Red+Green+Blue) = 238+212+44=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED42C is #112BD3. Grayscale: #C9C9C9. Windows color (decimal): -1125332 or 2938094. OLE color: 2938094.
HSL color Cylindrical-coordinate representation of color #EED42C: hue angle of 51.96º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EED42C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 44 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 51.96º | 0.85% | 0.55% | - |
| HSV(B) | 51.96º | 0.82% | 0.93% | - |
| XYZ | 59.26 | 65.45 | 11.89 | - |
| YUV | 200.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 44 | 0 | 0.11 | 0.82 | 0.07 | 51.96 | 0.85 | 0.55 |
| Hex | EE | D4 | 2C | 0 | B | 52 | 7 | 34 | 55 | 37 |
| Octal | 356 | 324 | 54 | 0 | 13 | 122 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010100 | 101100 | 0 | 1011 | 1010010 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED42C
Complementary color
Monochromatic Colors of #EED42C
Black with #EED42C
Text Example
Text Example
White with #EED42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED42C; }
p { color: rgb(238,212,44); }
H1.HeaderClassName
{
color: #EED42C;
}
.AnyTagClassName
{
color: #EED42C;
}
</style>
background-color css
<style>
a { background-color: #EED42C; }
a { background-color: rgb(238,212,44); }
div.DivClassName
{
background-color: #EED42C;
}
.BgClassName
{
background-color: #EED42C;
}
</style>
border-color css
<style>
span { border-color: #EED42C; }
span { border-color: rgb(238,212,44); }
td.TdClassName
{
border-color: #EED42C;
}
.TagClassName
{
border-color: #EED42C;
}
</style>