Shades of Golden Dream #ECCD39
Tints of Golden Dream #ECCD39
RGB
CMYK
RGB Variations
Color information
#ECCD39 (or 0xECCD39) is known color: Golden Dream. HEX triplet: EC, CD and 39. RGB value is (236,205,57). Sum of RGB (Red+Green+Blue) = 236+205+57=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD39 is #1332C6. Grayscale: #C6C6C6. Windows color (decimal): -1258183 or 3788268. OLE color: 3788268.
HSL color Cylindrical-coordinate representation of color #ECCD39: hue angle of 49.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECCD39 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 57 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.07 |
| HSL | 49.61º | 0.82% | 0.57% | - |
| HSV(B) | 49.61º | 0.76% | 0.93% | - |
| XYZ | 57.16 | 61.79 | 12.78 | - |
| YUV | 197.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 57 | 0 | 0.13 | 0.76 | 0.07 | 49.61 | 0.82 | 0.57 |
| Hex | EC | CD | 39 | 0 | D | 4C | 7 | 32 | 52 | 39 |
| Octal | 354 | 315 | 71 | 0 | 15 | 114 | 7 | 62 | 122 | 71 |
| Binary | 11101100 | 11001101 | 111001 | 0 | 1101 | 1001100 | 111 | 110010 | 1010010 | 111001 |
Color Harmonies of #ECCD39
Complementary color
Monochromatic Colors of #ECCD39
Black with #ECCD39
Text Example
Text Example
White with #ECCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD39; }
p { color: rgb(236,205,57); }
H1.HeaderClassName
{
color: #ECCD39;
}
.AnyTagClassName
{
color: #ECCD39;
}
</style>
background-color css
<style>
a { background-color: #ECCD39; }
a { background-color: rgb(236,205,57); }
div.DivClassName
{
background-color: #ECCD39;
}
.BgClassName
{
background-color: #ECCD39;
}
</style>
border-color css
<style>
span { border-color: #ECCD39; }
span { border-color: rgb(236,205,57); }
td.TdClassName
{
border-color: #ECCD39;
}
.TagClassName
{
border-color: #ECCD39;
}
</style>