Shades of Golden Dream #EDCE37
Tints of Golden Dream #EDCE37
RGB
CMYK
RGB Variations
Color information
#EDCE37 (or 0xEDCE37) is known color: Golden Dream. HEX triplet: ED, CE and 37. RGB value is (237,206,55). Sum of RGB (Red+Green+Blue) = 237+206+55=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE37 is #1231C8. Grayscale: #C6C6C6. Windows color (decimal): -1192393 or 3657453. OLE color: 3657453.
HSL color Cylindrical-coordinate representation of color #EDCE37: hue angle of 49.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDCE37 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 55 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.07 |
| HSL | 49.78º | 0.83% | 0.57% | - |
| HSV(B) | 49.78º | 0.77% | 0.93% | - |
| XYZ | 57.69 | 62.42 | 12.62 | - |
| YUV | 198.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 55 | 0 | 0.13 | 0.77 | 0.07 | 49.78 | 0.83 | 0.57 |
| Hex | ED | CE | 37 | 0 | D | 4D | 7 | 32 | 53 | 39 |
| Octal | 355 | 316 | 67 | 0 | 15 | 115 | 7 | 62 | 123 | 71 |
| Binary | 11101101 | 11001110 | 110111 | 0 | 1101 | 1001101 | 111 | 110010 | 1010011 | 111001 |
Color Harmonies of #EDCE37
Complementary color
Monochromatic Colors of #EDCE37
Black with #EDCE37
Text Example
Text Example
White with #EDCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE37; }
p { color: rgb(237,206,55); }
H1.HeaderClassName
{
color: #EDCE37;
}
.AnyTagClassName
{
color: #EDCE37;
}
</style>
background-color css
<style>
a { background-color: #EDCE37; }
a { background-color: rgb(237,206,55); }
div.DivClassName
{
background-color: #EDCE37;
}
.BgClassName
{
background-color: #EDCE37;
}
</style>
border-color css
<style>
span { border-color: #EDCE37; }
span { border-color: rgb(237,206,55); }
td.TdClassName
{
border-color: #EDCE37;
}
.TagClassName
{
border-color: #EDCE37;
}
</style>