Shades of Dolly #ECF675
Tints of Dolly #ECF675
RGB
CMYK
RGB Variations
Color information
#ECF675 (or 0xECF675) is known color: Dolly. HEX triplet: EC, F6 and 75. RGB value is (236,246,117). Sum of RGB (Red+Green+Blue) = 236+246+117=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF675 is #13098A. Grayscale: #E4E4E4. Windows color (decimal): -1247627 or 7730924. OLE color: 7730924.
HSL color Cylindrical-coordinate representation of color #ECF675: hue angle of 64.65º 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 #ECF675 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 117 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.04 |
| HSL | 64.65º | 0.88% | 0.71% | - |
| HSV(B) | 64.65º | 0.52% | 0.96% | - |
| XYZ | 70.76 | 85.03 | 29.51 | - |
| YUV | 228.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 117 | 0.04 | 0 | 0.52 | 0.04 | 64.65 | 0.88 | 0.71 |
| Hex | EC | F6 | 75 | 4 | 0 | 34 | 4 | 41 | 58 | 47 |
| Octal | 354 | 366 | 165 | 4 | 0 | 64 | 4 | 101 | 130 | 107 |
| Binary | 11101100 | 11110110 | 1110101 | 100 | 0 | 110100 | 100 | 1000001 | 1011000 | 1000111 |
Color Harmonies of #ECF675
Complementary color
Monochromatic Colors of #ECF675
Black with #ECF675
Text Example
Text Example
White with #ECF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF675; }
p { color: rgb(236,246,117); }
H1.HeaderClassName
{
color: #ECF675;
}
.AnyTagClassName
{
color: #ECF675;
}
</style>
background-color css
<style>
a { background-color: #ECF675; }
a { background-color: rgb(236,246,117); }
div.DivClassName
{
background-color: #ECF675;
}
.BgClassName
{
background-color: #ECF675;
}
</style>
border-color css
<style>
span { border-color: #ECF675; }
span { border-color: rgb(236,246,117); }
td.TdClassName
{
border-color: #ECF675;
}
.TagClassName
{
border-color: #ECF675;
}
</style>