Shades of Golden Dream #ECCF37
Tints of Golden Dream #ECCF37
RGB
CMYK
RGB Variations
Color information
#ECCF37 (or 0xECCF37) is known color: Golden Dream. HEX triplet: EC, CF and 37. RGB value is (236,207,55). Sum of RGB (Red+Green+Blue) = 236+207+55=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF37 is #1330C8. Grayscale: #C6C6C6. Windows color (decimal): -1257673 or 3657708. OLE color: 3657708.
HSL color Cylindrical-coordinate representation of color #ECCF37: hue angle of 50.39º 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 #ECCF37 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.07 |
| HSL | 50.39º | 0.83% | 0.57% | - |
| HSV(B) | 50.39º | 0.77% | 0.93% | - |
| XYZ | 57.59 | 62.73 | 12.69 | - |
| YUV | 198.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 55 | 0 | 0.12 | 0.77 | 0.07 | 50.39 | 0.83 | 0.57 |
| Hex | EC | CF | 37 | 0 | C | 4D | 7 | 32 | 53 | 39 |
| Octal | 354 | 317 | 67 | 0 | 14 | 115 | 7 | 62 | 123 | 71 |
| Binary | 11101100 | 11001111 | 110111 | 0 | 1100 | 1001101 | 111 | 110010 | 1010011 | 111001 |
Color Harmonies of #ECCF37
Complementary color
Monochromatic Colors of #ECCF37
Black with #ECCF37
Text Example
Text Example
White with #ECCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF37; }
p { color: rgb(236,207,55); }
H1.HeaderClassName
{
color: #ECCF37;
}
.AnyTagClassName
{
color: #ECCF37;
}
</style>
background-color css
<style>
a { background-color: #ECCF37; }
a { background-color: rgb(236,207,55); }
div.DivClassName
{
background-color: #ECCF37;
}
.BgClassName
{
background-color: #ECCF37;
}
</style>
border-color css
<style>
span { border-color: #ECCF37; }
span { border-color: rgb(236,207,55); }
td.TdClassName
{
border-color: #ECCF37;
}
.TagClassName
{
border-color: #ECCF37;
}
</style>