Shades of Golden Dream #EDC52C
Tints of Golden Dream #EDC52C
RGB
CMYK
RGB Variations
Color information
#EDC52C (or 0xEDC52C) is known color: Golden Dream. HEX triplet: ED, C5 and 2C. RGB value is (237,197,44). Sum of RGB (Red+Green+Blue) = 237+197+44=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC52C is #123AD3. Grayscale: #C0C0C0. Windows color (decimal): -1194708 or 2934253. OLE color: 2934253.
HSL color Cylindrical-coordinate representation of color #EDC52C: hue angle of 47.56º degrees, saturation: 0.84, 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 #EDC52C is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 44 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.07 |
| HSL | 47.56º | 0.84% | 0.55% | - |
| HSV(B) | 47.56º | 0.81% | 0.93% | - |
| XYZ | 55.35 | 58.12 | 10.68 | - |
| YUV | 191.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 44 | 0 | 0.17 | 0.81 | 0.07 | 47.56 | 0.84 | 0.55 |
| Hex | ED | C5 | 2C | 0 | 11 | 51 | 7 | 30 | 54 | 37 |
| Octal | 355 | 305 | 54 | 0 | 21 | 121 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11000101 | 101100 | 0 | 10001 | 1010001 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC52C
Complementary color
Monochromatic Colors of #EDC52C
Black with #EDC52C
Text Example
Text Example
White with #EDC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC52C; }
p { color: rgb(237,197,44); }
H1.HeaderClassName
{
color: #EDC52C;
}
.AnyTagClassName
{
color: #EDC52C;
}
</style>
background-color css
<style>
a { background-color: #EDC52C; }
a { background-color: rgb(237,197,44); }
div.DivClassName
{
background-color: #EDC52C;
}
.BgClassName
{
background-color: #EDC52C;
}
</style>
border-color css
<style>
span { border-color: #EDC52C; }
span { border-color: rgb(237,197,44); }
td.TdClassName
{
border-color: #EDC52C;
}
.TagClassName
{
border-color: #EDC52C;
}
</style>