Shades of Dolly #ECF775
Tints of Dolly #ECF775
RGB
CMYK
RGB Variations
Color information
#ECF775 (or 0xECF775) is known color: Dolly. HEX triplet: EC, F7 and 75. RGB value is (236,247,117). Sum of RGB (Red+Green+Blue) = 236+247+117=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF775 is #13088A. Grayscale: #E5E5E5. Windows color (decimal): -1247371 or 7731180. OLE color: 7731180.
HSL color Cylindrical-coordinate representation of color #ECF775: hue angle of 65.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF775 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 117 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.03 |
| HSL | 65.08º | 0.89% | 0.71% | - |
| HSV(B) | 65.08º | 0.53% | 0.97% | - |
| XYZ | 71.06 | 85.64 | 29.61 | - |
| YUV | 228.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 117 | 0.04 | 0 | 0.53 | 0.03 | 65.08 | 0.89 | 0.71 |
| Hex | EC | F7 | 75 | 4 | 0 | 35 | 3 | 41 | 59 | 47 |
| Octal | 354 | 367 | 165 | 4 | 0 | 65 | 3 | 101 | 131 | 107 |
| Binary | 11101100 | 11110111 | 1110101 | 100 | 0 | 110101 | 11 | 1000001 | 1011001 | 1000111 |
Color Harmonies of #ECF775
Complementary color
Monochromatic Colors of #ECF775
Black with #ECF775
Text Example
Text Example
White with #ECF775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF775; }
p { color: rgb(236,247,117); }
H1.HeaderClassName
{
color: #ECF775;
}
.AnyTagClassName
{
color: #ECF775;
}
</style>
background-color css
<style>
a { background-color: #ECF775; }
a { background-color: rgb(236,247,117); }
div.DivClassName
{
background-color: #ECF775;
}
.BgClassName
{
background-color: #ECF775;
}
</style>
border-color css
<style>
span { border-color: #ECF775; }
span { border-color: rgb(236,247,117); }
td.TdClassName
{
border-color: #ECF775;
}
.TagClassName
{
border-color: #ECF775;
}
</style>