Skip to main content

Resistor Color Code Calculator — 4, 5 and 6-band decoder with live drawing

Decode 4, 5 and 6-band resistors to Ω, tolerance and tempco — or go the other way, with a live color-band drawing

  • Runs locally
  • Category Calculator
  • Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.

Read gold/silver tolerance band on the right; the wider gap marks the end.

1 kΩ
Tolerance: ±5%

What this tool does

Read any through-hole resistor both directions, entirely in your browser. Pick the colors off the part — black, brown, red, orange, yellow, green, blue, violet, grey, white for the digit bands, plus gold and silver for the multiplier and tolerance — and the calculator gives you the resistance in ohms (auto-scaled to kΩ or MΩ), the tolerance as ±%, and, on a 6-band part, the temperature coefficient in ppm/°C. A 4-band part reads as two significant digits, a multiplier and a tolerance; 5 and 6-band parts add a third significant digit for tighter precision-resistor values. Go the other way too: type a resistance and a tolerance and the tool snaps to the nearest E24 standard value and draws the band colors you should see. The inline SVG paints the actual stripe colors onto a resistor body, so you can hold the screen next to the part and match it stripe for stripe instead of squinting at a printed chart. Nothing is sent anywhere — every lookup is plain arithmetic running on this page.

Tool details

Input
Text + Numbers
The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
Output
Live result + Copy + Preview
The result area focuses on usable output, with copy, download, or preview actions when supported.
Privacy
Browser-side processing
The main tool logic does not call an external API, so inputs normally stay in the current tab.
Save / share
Shareable URL state
Key settings are encoded in the URL so another person can reopen the same setup.
Performance budget
Initial JS <= 11 KB
No WASM budget is declared, keeping the tool quick to open on mobile.
Best fit
Calculator · Developer
Category and role tags drive related tools, internal links, and quick fit checks.

How to use

  1. 1. Input

    Paste or drop your content into the tool panel.

  2. 2. Process

    Click the button. All processing is local in your browser.

  3. 3. Copy / Download

    Copy the result or download to disk in one click.

How Resistor Color Code Calculator fits into your work

Use it for fast estimates, comparisons, and planning numbers before you make the final call.

Calculation jobs

  • Getting a realistic range before a purchase, plan, workout, or schedule decision.
  • Comparing scenarios by changing one input at a time.
  • Turning rough assumptions into a number you can discuss.

Calculation checks

  • Double-check units, dates, rates, and rounding assumptions.
  • Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
  • Save the inputs that produced an important result so you can reproduce it later.

Good next steps

These links move the current task into a more complete workflow.

  1. 1 Ohm's Law Calculator Enter any two of voltage, current, resistance, or power — get the other two plus the formula used — with mV/V/kV, µA/mA/A, Ω/kΩ/MΩ, mW/W/kW prefixes — browser-only. Open
  2. 2 Number Base Converter Number base converter — binary, octal, decimal, hex, and any base 2-36. Bitwise too. Open
  3. 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open

Real-world use cases

  • Read a bag of unlabeled salvage resistors

    You pulled a handful of resistors off a dead board and they came with no markings beyond the stripes. Set the band count to 4, pick the colors off each part, and sort them into bins by value — 1 kΩ here, 10 kΩ there. The on-screen drawing lets you confirm you read the stripes in the right order before you commit a part to your tidy new parts drawer.

  • Spec a current-limiting resistor for an LED

    Your Arduino project drives an LED and you calculated you need about 330 Ω. Switch to reverse mode, type 330, leave tolerance at ±5%, and the tool draws orange-orange-brown-gold — the exact stripes to look for in your parts bin. No standard part is made at, say, 312 Ω, so the snap to the nearest E24 value saves you hunting for one that does not exist.

  • Grade an electronics lab worksheet

    A student lab asks learners to identify ten resistors by color. As the instructor you decode each one here to build the answer key, including a 5-band 1% part where the third digit matters. Because the tool shows the tolerance and (on 6-band parts) the temperature coefficient too, you can mark the harder questions where students must distinguish a brown tolerance band from a brown digit band.

  • Double-check a precision divider resistor

    You are building a voltage reference and the divider calls for a 4.99 kΩ 1% resistor. The five stripes read yellow-white-white-brown-brown. Decode them on a 5-band setting to confirm you grabbed 4.99 kΩ and not 49.9 kΩ — an easy off-by-a-decade mistake when the multiplier band is a subtle shade — before you solder it into a circuit where the value sets your reference voltage.

  • Teach yourself the color code with the drawing

    Brand new to electronics? Toggle colors one band at a time and watch the resistance number and the painted stripe both change. Set the first band to brown and the value's leading digit becomes 1; bump the multiplier from red to orange and watch 1 kΩ jump to 10 kΩ. Seeing the picture move with the number builds the mental model far faster than memorizing "Bad Beer Rots Our Young Guts" mnemonics.

Common pitfalls

  • Reading the resistor backwards. The first band is never gold, silver, or black — if your leftmost stripe is one of those, flip the part around so the tolerance band sits on the right.

  • Confusing the multiplier band with a digit band. On a 4-band part the third stripe is a power-of-ten multiplier, not a third digit; red as a multiplier means ×100, not the digit 2.

  • Mixing up a 5-band reading on a 4-band part (or vice versa). A wrong band count shifts every role by one and gives a value off by a decade or more — set the band count to match the stripes you actually see first.

Privacy

Every color lookup, the ohm math, the E24 snapping, and the SVG drawing all run as plain JavaScript inside this browser tab. No resistor you decode is logged or sent to any server, and there is no external API call. The one thing to note: the shareable URL encodes your band colors in the query string (e.g. ?n=4&c=brown,black,red,gold), so a "share link" lets a colleague open the exact same resistor — that is by design and contains nothing sensitive.

FAQ

Tool combos

Folks in your role tend to reach for these alongside this tool.

Made by Toolora · 100% client-side · Updated 2026-06-13