Out of Stock

Striped Ebony Tenor Ukulele w/ EQ

Model: KA-EBY-TE SKU: KAEBYTE2006

$249

This product is temporarily unavailable online.

Notify Me When Available

The Ebony line has a deep brown body with reddish-brown striping, finished in satin for a natural look. The light colored Maple rosette and binding creates a nice contrast to the Ebony body.

Bag and Case Information

Fits ALL Kala TENOR sized bags and cases

Specs
Size: Tenor
Top: Striped Ebony
Back & Sides: Striped Ebony
Binding: Maple
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: UK-300TR (9v Battery)
Strap Button: Black x1
Measurements

Scale Length: 16.875 inches, Overall Instrument Length: 25.75 inches, Body Length: 11.75 inches, Number of Frets: 18, Width at Upper Bout: 7.0 inches, Width at Lower Bout: 9.3125 inches, Width at Waist: 5.625 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.4375 inches, Fingerboard width at neck/body joint: 1.8125 inches

5.0
Rated 5.0 out of 5 stars
Based on 10 reviews
Total 5 star reviews: 10 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
10 reviews
  • SW
    Sergio W.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    I love this Ukulele

    Plays so well, and sounds so rich. My favorite thing about Kala was the costumer service. I bought a bunch of the Waterman ukes also to do some music therapy groups.

    Thank You Kala

  • TV
    Tim V.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    Incredible instrument !

    Very ,very, beautiful and well made instrument . I am just thrilled at how professional and high quality this gem is made and sounds. The ebony conveys sound soooo nicely . And Feels so nice while playing. Every note frets out True and in tonation . Thank you for blessing me with this playable work of Art. Tim.

  • SL
    Spencer L.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 week ago
    Awesome Sound

    Put on a Low G, have a reverb/delay pedal. Great sounding instrument and comes through clear on the amp/headphones.

  • MM
    Matthew M.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Such a great ukulele

    This pretty much immediately became the star of my collection. The size is a bit more comfortable for my fingers than the concert or baritone ones I have. I love the resonance and sound. The electric pickup works pretty well and it is surprisingly fun to plug into a pedal.

    And it’s just as beautiful in real life as it is online. It’s my favorite uke so far.

  • SD
    Sierah D.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    3 years ago
    I’m in love

    This ukulele is so much fun. It sounds great acoustic or plugged in live. And it’s a beauty. A great bang for your buck. Love Kala ukuleles! I think I’m gonna call this one Gene.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();