Brewing Basics
Extraction
The process of dissolving soluble compounds from ground coffee into water. Proper extraction targets roughly 18-22% of the grounds' mass, balancing sweetness, acidity, and bitterness.
Chuyên sâu
Extraction is governed by five primary variables: grind size, water temperature, brew time, agitation, and the coffee-to-water ratio. Under-extraction produces sour, thin cups because acids dissolve first, while over-extraction pulls excessive bitter compounds and astringent tannins. Measuring extraction yield with a refractometer gives brewers an objective benchmark for dialing in recipes.
Embed on your site — BrewFYI
Add the widget to any webpage using a script tag.
<div data-brewfyi="glossary" data-slug="extraction"></div>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>
Embed using a standard iframe — works in any CMS.
<iframe src="https://brewfyi.com/iframe/glossary/extraction/" width="100%" height="480" frameborder="0" loading="lazy" title="BrewFYI glossary widget"></iframe>
Paste the URL into WordPress, Medium, or any oEmbed-aware editor.
https://brewfyi.com/glossarys/extraction/
Add a badge linking back to BrewFYI.
<a href="https://brewfyi.com/glossarys/extraction/" target="_blank" rel="noopener">
<img src="https://brewfyi.com/badge/site.svg" alt="BrewFYI" height="20">
</a>
Preview:
Use the BrewFYI WordPress plugin shortcode.
[drinkfyi-glossary site="brewfyi" slug="extraction"]
Use as a native HTML custom element in modern browsers.
<brewfyi-glossary slug="extraction" theme="light"></brewfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>