Shades of Golden Dream #ECD036
Tints of Golden Dream #ECD036
RGB
CMYK
RGB Variations
Color information
#ECD036 (or 0xECD036) is known color: Golden Dream. HEX triplet: EC, D0 and 36. RGB value is (236,208,54). Sum of RGB (Red+Green+Blue) = 236+208+54=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD036 is #132FC9. Grayscale: #C7C7C7. Windows color (decimal): -1257418 or 3592428. OLE color: 3592428.
HSL color Cylindrical-coordinate representation of color #ECD036: hue angle of 50.77º 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 #ECD036 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.07 |
| HSL | 50.77º | 0.83% | 0.57% | - |
| HSV(B) | 50.77º | 0.77% | 0.93% | - |
| XYZ | 57.81 | 63.21 | 12.64 | - |
| YUV | 198.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 54 | 0 | 0.12 | 0.77 | 0.07 | 50.77 | 0.83 | 0.57 |
| Hex | EC | D0 | 36 | 0 | C | 4D | 7 | 33 | 53 | 39 |
| Octal | 354 | 320 | 66 | 0 | 14 | 115 | 7 | 63 | 123 | 71 |
| Binary | 11101100 | 11010000 | 110110 | 0 | 1100 | 1001101 | 111 | 110011 | 1010011 | 111001 |
Color Harmonies of #ECD036
Complementary color
Monochromatic Colors of #ECD036
Black with #ECD036
Text Example
Text Example
White with #ECD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD036; }
p { color: rgb(236,208,54); }
H1.HeaderClassName
{
color: #ECD036;
}
.AnyTagClassName
{
color: #ECD036;
}
</style>
background-color css
<style>
a { background-color: #ECD036; }
a { background-color: rgb(236,208,54); }
div.DivClassName
{
background-color: #ECD036;
}
.BgClassName
{
background-color: #ECD036;
}
</style>
border-color css
<style>
span { border-color: #ECD036; }
span { border-color: rgb(236,208,54); }
td.TdClassName
{
border-color: #ECD036;
}
.TagClassName
{
border-color: #ECD036;
}
</style>