Shades of Golden Dream #EED52A
Tints of Golden Dream #EED52A
RGB
CMYK
RGB Variations
Color information
#EED52A (or 0xEED52A) is known color: Golden Dream. HEX triplet: EE, D5 and 2A. RGB value is (238,213,42). Sum of RGB (Red+Green+Blue) = 238+213+42=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED52A is #112AD5. Grayscale: #C9C9C9. Windows color (decimal): -1125078 or 2807278. OLE color: 2807278.
HSL color Cylindrical-coordinate representation of color #EED52A: hue angle of 52.35º 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 #EED52A is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 42 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 52.35º | 0.85% | 0.55% | - |
| HSV(B) | 52.35º | 0.82% | 0.93% | - |
| XYZ | 59.47 | 65.93 | 11.78 | - |
| YUV | 200.98 | 38.28 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 42 | 0 | 0.11 | 0.82 | 0.07 | 52.35 | 0.85 | 0.55 |
| Hex | EE | D5 | 2A | 0 | B | 52 | 7 | 34 | 55 | 37 |
| Octal | 356 | 325 | 52 | 0 | 13 | 122 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010101 | 101010 | 0 | 1011 | 1010010 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED52A
Complementary color
Monochromatic Colors of #EED52A
Black with #EED52A
Text Example
Text Example
White with #EED52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED52A; }
p { color: rgb(238,213,42); }
H1.HeaderClassName
{
color: #EED52A;
}
.AnyTagClassName
{
color: #EED52A;
}
</style>
background-color css
<style>
a { background-color: #EED52A; }
a { background-color: rgb(238,213,42); }
div.DivClassName
{
background-color: #EED52A;
}
.BgClassName
{
background-color: #EED52A;
}
</style>
border-color css
<style>
span { border-color: #EED52A; }
span { border-color: rgb(238,213,42); }
td.TdClassName
{
border-color: #EED52A;
}
.TagClassName
{
border-color: #EED52A;
}
</style>