Shades of Dolly #ECF676
Tints of Dolly #ECF676
RGB
CMYK
RGB Variations
Color information
#ECF676 (or 0xECF676) is known color: Dolly. HEX triplet: EC, F6 and 76. RGB value is (236,246,118). Sum of RGB (Red+Green+Blue) = 236+246+118=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 118 (46.48% from 255 or 19.67% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF676 is #130989. Grayscale: #E4E4E4. Windows color (decimal): -1247626 or 7796460. OLE color: 7796460.
HSL color Cylindrical-coordinate representation of color #ECF676: hue angle of 64.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF676 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 118 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.04 |
| HSL | 64.69º | 0.88% | 0.71% | - |
| HSV(B) | 64.69º | 0.52% | 0.96% | - |
| XYZ | 70.82 | 85.05 | 29.82 | - |
| YUV | 228.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 118 | 0.04 | 0 | 0.52 | 0.04 | 64.69 | 0.88 | 0.71 |
| Hex | EC | F6 | 76 | 4 | 0 | 34 | 4 | 41 | 58 | 47 |
| Octal | 354 | 366 | 166 | 4 | 0 | 64 | 4 | 101 | 130 | 107 |
| Binary | 11101100 | 11110110 | 1110110 | 100 | 0 | 110100 | 100 | 1000001 | 1011000 | 1000111 |
Color Harmonies of #ECF676
Complementary color
Monochromatic Colors of #ECF676
Black with #ECF676
Text Example
Text Example
White with #ECF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF676; }
p { color: rgb(236,246,118); }
H1.HeaderClassName
{
color: #ECF676;
}
.AnyTagClassName
{
color: #ECF676;
}
</style>
background-color css
<style>
a { background-color: #ECF676; }
a { background-color: rgb(236,246,118); }
div.DivClassName
{
background-color: #ECF676;
}
.BgClassName
{
background-color: #ECF676;
}
</style>
border-color css
<style>
span { border-color: #ECF676; }
span { border-color: rgb(236,246,118); }
td.TdClassName
{
border-color: #ECF676;
}
.TagClassName
{
border-color: #ECF676;
}
</style>