Warehouse Notice

Sorry, we're temporarily closed for warehouse relocation

Sadly, we can’t take orders until we reopen. However, wholesale orders are welcome, and our team is ready to serve you. Follow us on social media for the latest updates on our move!

Click here for more details

Washin Paint Color Wax 200g Woodcarving Water Based Wood Finish Yellow Aqueous Fast Drying Japanese Staining Paste Polish, for Woodworking


Washin Paint Japanese Water-Based Wood Carving 200g Yellow Color Finishing Wax protects and brings out the luster of the material to any finished wood surface.


AUD 20.89
1 piece

In stock



Share
Share this listing to
Facebook
Pinterest
LinkedIn
Reddit
Telegram
WhatsApp
Blogger
Quora
TikTok
Snapchat
Messenger
Line
WeChat
Slack
Email

Japan Postl EMS FedEx

🔒 Secure checkout (Credit Card, Bank Transfer, & PayPal available)

✈️ Get your order in as soon as three days*

🌏 Worldwide shipping available

💰 Save on shipping when you buy multiple items

window.renderBadge = function() { var ratingBadgeContainer = document.createElement("div"); document.body.appendChild(ratingBadgeContainer); window.gapi.load('ratingbadge', function() { window.gapi.ratingbadge.render(ratingBadgeContainer, {"merchant_id": 153058324}); }); }
* Incl. VAT excl. Shipping

This Yellow water-based finishing Color Wax, from Washin of Japan, is not only a stand-alone wax finish for your wood projects, but it can also be mixed with other Color Waxes to create more colorful designs on your wood.

This Color Wax is recommended for furniture, woodwork, woodcarvings, cabinets, and other similar products that do not need a hard protective coating, it is also specially formulated to dry fast, so your colouring will be quick and easy. Since it is water-based, this product produces little odour and can be easily removed by washing with soap.

Ingredients:

• Wax
• Pigments
• Additives
• Anti Freezing Agent and Others
• Water

Product Data:

• Weight - 200g
• Coating area - 3.3 square meter

Available Colors (sold separately):

• Natural 
• Teak (Light Brown)
• Walnut 
• Oak
• Ebony (Black)
• Red
• Yellow
• Blue

To use this Water-Based Color Wax prepare your wood by cleaning it and, if needed, sanding it to allow the wax to penetrate the wood grain. Take an appropriate amount of wax with a lint-free cloth and rub the wax evenly into your wood until the desired finish is achieved. Avoid excessive build up of wax. After applying, allow to dry before removing the excess wax using a clean dry, lint-free cloth. 

This listing is for Washin Paint Water-Based Color Wax Yellow only. Other colors are shown for illustrative purposes only.

Please note: Wear gloves and safety glasses when applying this product.

Technical characteristic Value
Item ID 21282
Condition New
Manufacturer Washin Paint
Manufacturing country Japan
Net weight 234 g
Weight 334 g
Dimensions 83×83×61mm
Customs tariff number 340520000

JAN Code: 4965405116663

document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry for variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; document.addEventListener("onVariationChanged", function (e) { document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry about variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; });

Will be available very soon!


// Handles basket preview popup interactions and trusted seal popup link document.addEventListener("DOMContentLoaded", function () { const button = document.querySelector(".toggle-basket-preview.nav-link"); const popup = document.getElementById("customPopup"); const closeBtn = document.getElementById("closePopupBtn"); if (button && popup) { button.addEventListener("click", function (e) { e.preventDefault(); // Prevent default button behavior popup.style.display = "flex"; // Show the popup when button is clicked }); } if (closeBtn && popup) { closeBtn.addEventListener("click", function () { popup.style.display = "none"; // Hide the popup when "Got it" button is clicked }); } document.addEventListener("keydown", function (e) { if (e.key === "Escape" && popup) { popup.style.display = "none"; // Close the popup if Escape key is pressed } }); }); // Ensure the element with id "trusted_seal_link" exists before adding the event listener const yourLink = document.getElementById("trusted_seal_link"); if (yourLink) { yourLink.addEventListener('click', function (event) { event.preventDefault(); // Open the URL in a new window, ensuring security best practices with 'noopener noreferrer' window.open('https://www.etrust.pro/info/844.html', 'view', 'height=610,width=430,resizable=no,toolbar=no,location=no,scrollbars=yes,status=no'); }); } // Handles the dismissible header banner and initializes the multi-item carousel $(document).ready(function () { // Check if the 'alerted_check' exists in localStorage const isAlerted = localStorage.getItem('alerted_check'); if (!isAlerted) { // Fade in the headerstrip-wrapper with a defined duration const fadeInDuration = 7000; $("div.headerstrip-wrapper").fadeIn(fadeInDuration); } // Handle dismissing banners using event delegation for better performance $(document).on('click', '.js-banner__dismiss', function () { $(this).parent().hide(); localStorage.setItem('alerted_check', 'yes'); }); // Carousel multi-item logic $('.carousel.carousel-multi-item.v-2 .carousel-item').each(function () { let next = $(this).next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); // Clone the next 3 items to ensure the carousel displays multiple items for (let i = 0; i < 3; i++) { next = next.next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); } }); // Brands slider logic const brandsSlider = $('.brands_slider'); if (brandsSlider.length) { brandsSlider.owlCarousel({ loop: true, autoplay: true, autoplayTimeout: 5000, nav: false, dots: false, autoWidth: true, items: 8, margin: 42 }); // Initialize previous and next buttons for brands slider, ensuring the elements exist const prevButton = $('.brands_prev'); const nextButton = $('.brands_next'); if (prevButton.length) { prevButton.on('click', function () { brandsSlider.trigger('prev.owl.carousel'); }); } if (nextButton.length) { nextButton.on('click', function () { brandsSlider.trigger('next.owl.carousel'); }); } } }); // hide announcement const banner = document.querySelector('.banner-announcement'); window.addEventListener('scroll', () => { if (window.scrollY > 0) { banner.style.display = 'none'; // hide when scrolling down } else { banner.style.display = 'block'; // show when at top } });