Shades of Dolly #ECF776
Tints of Dolly #ECF776
RGB
CMYK
RGB Variations
Color information
#ECF776 (or 0xECF776) is known color: Dolly. HEX triplet: EC, F7 and 76. RGB value is (236,247,118). Sum of RGB (Red+Green+Blue) = 236+247+118=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 118 (46.48% from 255 or 19.63% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF776 is #130889. Grayscale: #E5E5E5. Windows color (decimal): -1247370 or 7796716. OLE color: 7796716.
HSL color Cylindrical-coordinate representation of color #ECF776: hue angle of 65.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF776 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 118 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.03 |
| HSL | 65.12º | 0.89% | 0.72% | - |
| HSV(B) | 65.12º | 0.52% | 0.97% | - |
| XYZ | 71.12 | 85.66 | 29.93 | - |
| YUV | 229.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 118 | 0.04 | 0 | 0.52 | 0.03 | 65.12 | 0.89 | 0.72 |
| Hex | EC | F7 | 76 | 4 | 0 | 34 | 3 | 41 | 59 | 48 |
| Octal | 354 | 367 | 166 | 4 | 0 | 64 | 3 | 101 | 131 | 110 |
| Binary | 11101100 | 11110111 | 1110110 | 100 | 0 | 110100 | 11 | 1000001 | 1011001 | 1001000 |
Color Harmonies of #ECF776
Complementary color
Monochromatic Colors of #ECF776
Black with #ECF776
Text Example
Text Example
White with #ECF776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF776; }
p { color: rgb(236,247,118); }
H1.HeaderClassName
{
color: #ECF776;
}
.AnyTagClassName
{
color: #ECF776;
}
</style>
background-color css
<style>
a { background-color: #ECF776; }
a { background-color: rgb(236,247,118); }
div.DivClassName
{
background-color: #ECF776;
}
.BgClassName
{
background-color: #ECF776;
}
</style>
border-color css
<style>
span { border-color: #ECF776; }
span { border-color: rgb(236,247,118); }
td.TdClassName
{
border-color: #ECF776;
}
.TagClassName
{
border-color: #ECF776;
}
</style>