Shades of Golden Dream #EDC62C
Tints of Golden Dream #EDC62C
RGB
CMYK
RGB Variations
Color information
#EDC62C (or 0xEDC62C) is known color: Golden Dream. HEX triplet: ED, C6 and 2C. RGB value is (237,198,44). Sum of RGB (Red+Green+Blue) = 237+198+44=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC62C is #1239D3. Grayscale: #C0C0C0. Windows color (decimal): -1194452 or 2934509. OLE color: 2934509.
HSL color Cylindrical-coordinate representation of color #EDC62C: hue angle of 47.88º 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 #EDC62C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 47.88º | 0.84% | 0.55% | - |
| HSV(B) | 47.88º | 0.81% | 0.93% | - |
| XYZ | 55.57 | 58.57 | 10.76 | - |
| YUV | 192.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 44 | 0 | 0.16 | 0.81 | 0.07 | 47.88 | 0.84 | 0.55 |
| Hex | ED | C6 | 2C | 0 | 10 | 51 | 7 | 30 | 54 | 37 |
| Octal | 355 | 306 | 54 | 0 | 20 | 121 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11000110 | 101100 | 0 | 10000 | 1010001 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC62C
Complementary color
Monochromatic Colors of #EDC62C
Black with #EDC62C
Text Example
Text Example
White with #EDC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC62C; }
p { color: rgb(237,198,44); }
H1.HeaderClassName
{
color: #EDC62C;
}
.AnyTagClassName
{
color: #EDC62C;
}
</style>
background-color css
<style>
a { background-color: #EDC62C; }
a { background-color: rgb(237,198,44); }
div.DivClassName
{
background-color: #EDC62C;
}
.BgClassName
{
background-color: #EDC62C;
}
</style>
border-color css
<style>
span { border-color: #EDC62C; }
span { border-color: rgb(237,198,44); }
td.TdClassName
{
border-color: #EDC62C;
}
.TagClassName
{
border-color: #EDC62C;
}
</style>