Shades of Golden Dream #EDC529
Tints of Golden Dream #EDC529
RGB
CMYK
RGB Variations
Color information
#EDC529 (or 0xEDC529) is known color: Golden Dream. HEX triplet: ED, C5 and 29. RGB value is (237,197,41). Sum of RGB (Red+Green+Blue) = 237+197+41=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC529 is #123AD6. Grayscale: #BFBFBF. Windows color (decimal): -1194711 or 2737645. OLE color: 2737645.
HSL color Cylindrical-coordinate representation of color #EDC529: hue angle of 47.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDC529 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 41 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.07 |
| HSL | 47.76º | 0.84% | 0.55% | - |
| HSV(B) | 47.76º | 0.83% | 0.93% | - |
| XYZ | 55.29 | 58.1 | 10.4 | - |
| YUV | 191.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 41 | 0 | 0.17 | 0.83 | 0.07 | 47.76 | 0.84 | 0.55 |
| Hex | ED | C5 | 29 | 0 | 11 | 53 | 7 | 30 | 54 | 37 |
| Octal | 355 | 305 | 51 | 0 | 21 | 123 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11000101 | 101001 | 0 | 10001 | 1010011 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC529
Complementary color
Monochromatic Colors of #EDC529
Black with #EDC529
Text Example
Text Example
White with #EDC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC529; }
p { color: rgb(237,197,41); }
H1.HeaderClassName
{
color: #EDC529;
}
.AnyTagClassName
{
color: #EDC529;
}
</style>
background-color css
<style>
a { background-color: #EDC529; }
a { background-color: rgb(237,197,41); }
div.DivClassName
{
background-color: #EDC529;
}
.BgClassName
{
background-color: #EDC529;
}
</style>
border-color css
<style>
span { border-color: #EDC529; }
span { border-color: rgb(237,197,41); }
td.TdClassName
{
border-color: #EDC529;
}
.TagClassName
{
border-color: #EDC529;
}
</style>