Yellow Star Tulip, Calochortus monophyllus (2024)

');setIframeContent('#iframe_qrcodes_grid', '

'+qrCodes.grid+'

');jQuery('fieldset div.plant_field').each(function(){if(jQuery(this).children('div.left .label, div.right, p').length<1){jQuery(this).hide();}});//attachAdd2PlantListHoverEvent();document.body.scrollTop = 0; document.documentElement.scrollTop = 0;});add2PlantListClick = function(el){//jQuery('.plant_list_action a.rounded').click(function(evt){var elLink = (el ? el : jQuery('.plant_list_action a.rounded').get(0));if(/*isLoggedInPreviously &&*/ true){var idPlant = jQuery(elLink).attr('data-id'),spPlant = jQuery(elLink).attr('data-species'), url = '/user/'+(isLoggedInPreviously ? 'login.php' : 'register.php')+'?add2plantlist='+escape(spPlant);window.location = url;//showLoginForm(this);}else{showPlantLists(jQuery(elLink).attr('data-id'), jQuery(elLink).attr('data-species'), elLink); }//});/*jQuery('.plant_list_action span.added + a.rounded').hover(function(){ if(isLoggedInPreviously && true){//showLoginForm(this);}else{showPlantLists(jQuery(this).attr('data-id'), jQuery(this).attr('data-species'), this); }},function(){ });*/}popupUploadInfo = function(){showLightScreen();var zi = ls__.style.zIndex+10;var el = document.getElementById('popupinfo');if(el){if(el.parentNode != document.body){el.parentNode.removeChild(el);document.body.appendChild(el);}}var left = (jQuery(document.body).outerWidth()-jQuery('#popupinfo').outerWidth())/2,top = jQuery(document).scrollTop()+20;jQuery('#files_uploading').html('');jQuery('#popupinfo p').css('display', '');jQuery('#popupinfo img').css('display', 'none');jQuery('#popupinfo .close').css('display', '');jQuery('#popupinfo').css('left', left+'px').css('top', top+'px').css('z-index', zi).fadeIn('slow');}closePopupInfo = function(){jQuery('#popupinfo').fadeOut('slow', function(){ closeLightScreen(); } );}showUploadDialog = function(){ //jQuery('#upload_photos').click();}uploadPhotos = function(files){if(!files.length){alert('No Files are selected')return ;}var el = jQuery('#files_uploading');if(el){var text = '';for(var i=0; i

'+(i+1)+'. '+files[i]+'';}jQuery(el).html('Uploading...
'+text);}var form = document.forms['form_upload'];if(!form) return ;jQuery('#files_uploading').fadeIn('fast');jQuery('#popupinfo p').fadeOut('slow', function(){ jQuery('#popupinfo img').fadeIn('slow'); });jQuery('#popupinfo .close').fadeOut('slow');var iframe = document.getElementById('iframe_upload');if(!iframe){iframe = document.createElement('iframe');iframe.id = 'iframe_upload';iframe.name = 'iframe_upload';document.body.appendChild(iframe);iframe.style.display = 'none';}//iframe.onload = processUploadResponse();form.target = "iframe_upload";form.submit();}processUploadResponse = function(iframe){closePopupInfo();var doc = (iframe.contentWindow ? iframe.contentWindow : iframe.contentDocument);if(!doc) {alert('No Response from the server');return ;}if(doc.document)doc = doc.document;if(!doc.body){alert('No Response from the server');return ;};var text = doc.body.innerHTML;if(doc.body.innerHTML.innerText){if(doc.body.innerHTML.innerText != '')text = doc.body.innerHTML.innerText;}if(trim(text) != ''){var response = eval('('+ text +')');if(response)alert(response.message);elsealert('No Response from the server');}}showPlantLists = function(id, species, el){if(species){jQuery('#popup_plantlists input[name=species]').val(species);}if(id){jQuery('#popup_plantlists input[name=species_id]').val(id);}if(el){var popup = jQuery('#popup_plantlists');if(!popup || !popup.length) return ;popup = popup[0];var pageWidth = jQuery(document).outerWidth();jQuery(popup).remove();jQuery(popup).insertAfter(el);jQuery('#popup_plantlists').show();if(ls__){jQuery(ls__).on('click', function(){//closePlantLists();});}}else{jQuery('#popup_plantlists div.error').hide();jQuery('#popup_plantlists').removeClass('hide');jQuery('ul.add2list li #popup_plantlists').show();}}closePlantLists = function(){jQuery('ul.add2list li #popup_plantlists').hide();jQuery('#popup_plantlists').addClass('hide');closeLightScreen();}submitAdd2PlantList = function(listId){if( isMobile() ) {toggleOptions();}var /*listId = parseInt(jQuery('#popup_plantlists .plantlists input[type=radio][name=list_id]:checked').val()),*/species = jQuery('#popup_plantlists input[name=species]').val();speciesId = jQuery('#popup_plantlists input[name=species_id]').val();add2PlantList(listId, species, speciesId);}add2PlantList = function(listId, species, speciesId){var id = parseInt(listId);if(id){jQuery('#added_'+speciesId).fadeIn('fast', function(){//setTimeout(function(){ jQuery('#added_'+speciesId).fadeOut('fast') } , 2000);if(!isMobile()) closePlantLists();});//closePlantLists();// Add to an existing list//jQuery('.plants_view').fadeOut('fast', function(){jQuery.ajax({ url: 'editors/ajax.php',data: {action: 'plantlist.addspecies', id: listId, species: species},dataType: 'json',success: function(response){/*if(parseInt(response.success)){alert("Plant is added to the Plant List Successfully");}else{alert("Plant List save failure\nPlease try again");}*//*jQuery('#processing').fadeOut('fast', function(){jQuery('.plants_view').fadeIn('fast');});*/}});//jQuery('#processing').fadeIn('fast');//});}else{var form = document.createElement('form');form.method = 'post';form.action = '/plant_list.php';form.target = "_self";form.style.display = 'none';document.body.appendChild(form);jQuery(form).append('');jQuery(form).append('');form.submit();}}showPlantOptions = function(){jQuery('.content').hide();jQuery('.mobile-only.editor,ul#plant_list_actions').show();}popup = function(url){var p = window.open(url, '_blank', 'directories=no, location=no, status=no, menubar=no, toolbar=no, scrollbars=yes,width=600,height=500,left=100,top=100');}showLoginForm = function(){var pos = jQuery('ul.add2list').position();if(isMobile()){var el = jQuery('form[name=account_login]').remove();jQuery(document.body).append(el);}else{}jQuery('#popup_plantlists').css('display', 'none');jQuery('form[name=account_login]').css({display: 'block', zIndex: 200, position: 'absolute', left: pos.left+'px', top: (pos.top)+'px'});}closeLoginForm = function(){jQuery('form[name=account_login], form[name=account_login] div.error').css('display', 'none');;} addPlant2List = function(){ if( isMobile && !__isUserSignedIn ) { redirectUserForLogin( ); return ; } var selSource = '.species_view .page_title.species_info', selTarget = '#plant_list_container .species_info'; jQuery(selTarget+' .sub_header1').html(jQuery(selSource+' .sub_header1').html().replace(/<[^>]*>.*?<\/[^>]*>/, '')); jQuery(selTarget+' .common_name').html(jQuery(selSource+' .common_name').html().replace(/<[^>]*>.*?<\/[^>]*>/, '')); if(!jQuery(selTarget+' .common_name .add2list .plant_list_action span.added').length){ var el = jQuery(selTarget+' .common_name .add2list .plant_list_action a:first-child');//jQuery('Added').insertBefore(el);//attachAdd2PlantListHoverEvent();//add2PlantListClick();} jQuery('#page_options, #plant_list_container #plant_list_actions .plant_list_action a.rounded.action-add, .sub_header1, #popup_plantlists .add2list_title a').fadeOut('fast', function(){var container = jQuery( '#plant_list_container' ).get( 0 ); if( jQuery('#popup_plantlists').parent().get( 0 ) != container ) {var popup = jQuery( "#popup_plantlists" ).detach();jQuery( container ).append( popup ); } jQuery('#plant_list_container, #plant_list_container #plant_list_actions, #popup_plantlists, a.mobile-previous-plant.back2plant.mobile-only').fadeIn('fast');});} signIn = function(){var form = document.forms['account_login'];jQuery(form).find('div.error').hide();var errors = [], data = {action: 'user.login', email: jQuery.trim(form.email.value), password: jQuery.trim(form.password.value)};if(data.email == ''){errors.push("Email is noi entered\nIt is required to log into the account");}if(data.password == ''){errors.push("Password is not entered");}if(errors.length){jQuery(form).find('div.error').html("Please check the following errors:
"+errors.join("
"));jQuery(form).find('div.error').show();return ;}jQuery.ajax({url: urls.ajax,data: data,dataType: 'json',success: function(response){if(!response.success){jQuery(form).find('div.error').html("Please check the following errors:
"+response.message);jQuery(form).find('div.error').show();return ;}window.location = window.location.href;}});}createAccountAndAddPlant2List = function(plantName, plantId){var form = document.forms['account'];if(!form){alert("Account Creation Error");return ;}jQuery('div.plantlists div.error').hide();var errors = [], data = {action: 'user.create', email: jQuery.trim(form.email.value), password: jQuery.trim(form.password.value), subscribe: (form.subscribe.checked ? 1 : 0)};if(data.email == ''){errors.push("Email is not entered\nIt is required to log into the account");}if(data.password == ''){errors.push("Password is not entered");}if(jQuery.trim(form.password_confirm.value) == ''){errors.push("Confirm Password is not entered");}if(data.password != '' && jQuery.trim(form.password_confirm.value) != '' ){if(data.password != jQuery.trim(form.password_confirm.value)){errors.push("Password and Confirm password does not match");}}if(jQuery.trim(form.list_name.value) == ''){errors.push("Plant list name is not entered");}if(errors.length){jQuery('div.plantlists div.error').html("Please check the following errors:
"+errors.join("
"));jQuery('div.plantlists div.error').show();return ;}jQuery('div.plantlists div.error').html("Creating account...");jQuery('div.plantlists div.error').show();jQuery(form).hide();jQuery.ajax({url: urls.ajax,data: data,dataType: 'json',success: function(response){if(!response.success){jQuery(form).show();jQuery('div.plantlists div.error').html("Please check the following errors:
"+response.message);jQuery('div.plantlists div.error').show();return ;}createPlantList(jQuery.trim(form.list_name.value), plantName, plantId);}});}hideSlideshow = function(){window.onload = function(){jQuery('#slideshow').parent().parent().hide();//jQuery('.plant_info .about').addClass('slideshow-hidden');jQuery('.species_view .content').css({borderTop: '2px solid #34664d', clear: 'both'});jQuery('.species_view .content .plant_info').css({ marginTop: '10px' });jQuery('.plant_info fieldset.about').css({ clear:'both' });//jQuery('.plant_info fieldset.about legend').css({ marginTop: '20px' });/*fieldset.about.slideshow-hidden legend{margin-top:0px; }*///jQuery('.plant_info .about').css({'border-bottom':'2px solid red !important', 'padding-top':'20px !important'});}}createPlantList = function(listName, speciesName, speciesId){var form = document.forms['account'];jQuery(form).hide();jQuery('div.plantlists div.error').html("Added");jQuery('div.plantlists div.error').show();jQuery('#added_'+speciesId).fadeIn('fast', function(){setTimeout(function(){ jQuery('#added_'+speciesId).fadeOut('fast') } , 2000);});var data = {action: 'plantlist.save',id: 0,name: listName,plants:speciesName};jQuery.ajax({ url: urls.ajaxEditor,data: data,type: 'post',dataType: 'json',success: function(response){if(response.success){window.location = window.location.href;}else{jQuery(form).show();jQuery('div.plantlists div.error').html("Please check the following errors:
"+response.message);jQuery('div.plantlists div.error').show();return ;}}});}jQuery(window).resize(function(){OnWindowResize_PlantPage();});OnWindowResize_PlantPage = function(){var width = jQuery('div.content.top-container').width();//jQuery('div.content.top-container div#google_map_container').width(width-530);}

Yellow Star Tulip

Calochortus monophyllus

Zoom To My AddressZoom To CaliforniaEstimated Plant Range ( ? ) occurrences >>

1 Nurseries Carry This Plant

  • Add to My Plant List


About Yellow Star Tulip (Calochortus monophyllus) 1 Nurseries Carry This Plant
  • Add to My Plant List
Calochortus monophyllus is a species of flowering plant in the lily family known by the common name yellow star-tulip. It is native to the foothills of the Sierra Nevada and southernmost Cascades in California, its range probably extending north just into Oregon. It is a perennial herb producing a slender, sometimes branched stem up to about 20 centimeters tall. The basal leaf is 10 to 30 centimeters in length and does not wither at flowering. There may be smaller leaves located along the stem. The flower cluster bears 1 to 6 erect, bell-shaped flowers. Each flower has three pointed sepals and three more rounded petals, all bright to deep yellow. The petals may have some dark reddish spotting at the bases and are coated densely with yellow hairs on the inner surfaces. The fruit is a winged capsule one or two centimeters long.
Plant Description

Yellow Star Tulip, Calochortus monophyllus (1)

Plant Type

Perennial herb


Yellow Star Tulip, Calochortus monophyllus (2)

Size

8.4 in tall


Yellow Star Tulip, Calochortus monophyllus (3)

Flower Color

Yellow, Red


Landscaping Information

Yellow Star Tulip, Calochortus monophyllus (4)

Sun

Full Sun, Part Shade, Full Shade


Yellow Star Tulip, Calochortus monophyllus (5)

Summer Irrigation

Never irrigate once established


Yellow Star Tulip, Calochortus monophyllus (6)

Nurseries

Carried by 1


Yellow Star Tulip, Calochortus monophyllus (7)

Soil Drainage

Slow, Medium


Yellow Star Tulip, Calochortus monophyllus (8)

Sunset Zones?

7*, 9, 14, 15, 16, 17, 18, 19, 20, 21


Natural Setting

Yellow Star Tulip, Calochortus monophyllus (9)

Site Type

Wooded slopes, clayloam soils


Yellow Star Tulip, Calochortus monophyllus (10)

Climate

Annual Precipitation: 23.6" - 78.0", Summer Precipitation: 0.45" - 2.08", Coldest Month: 37.6" - 52.0", Hottest Month: 58.4" - 75.7", Humidity: 1.77" - 25.39", Elevation: 116" - 6762"


Alternative Names

Yellow Star Tulip, Calochortus monophyllus (11)

Common Names: Yellow Star-tulip



Print Plant SignPrint Plant Label

Sources include: Wikipedia. All text shown in the "About" section of these pages is available under the Creative Commons Attribution-ShareAlike License. Plant observation data provided by the participants of the California Consortia of Herbaria, Sunset information provided by Jepson Flora Project. Propogation from seed information provided by the Santa Barbara Botanical Garden from "Seed Propagation of Native California Plants" by Dara E. Emery. Sources of plant photos include CalPhotos, Wikimedia Commons, and independent plant photographers who have agreed to share their images with Calscape. Other general sources of information include Calflora, CNPS Manual of Vegetation Online, Jepson Flora Project, Las Pilitas, Theodore Payne, Tree of Life, The Xerces Society, and information provided by CNPS volunteer editors, with special thanks to Don Rideout. Climate data used in creation of plant range maps is from PRISM Climate Group, Oregon State University, using 30 year (1981-2010) annual "normals" at an 800 meter spatial resolution.

Links:Jepson eFlora Taxon PageCalPhotosWikipediaCalflora



Yellow Star Tulip, Calochortus monophyllus (2024)

FAQs

What are the benefits of star tulips? ›

Additionally, many cases involving Star Tulip point to an enhanced ability to recall dreams, and to be able to pray or meditate more effectively. Many healers use Star Tulip in order to listen to and observe more fully the condition of each client, beyond outer symptoms.

What is a yellow star shaped tulip? ›

Calochortus monophyllus is a species of flowering plant in the lily family known by the common name yellow star-tulip. It is native to the foothills of the Sierra Nevada and southernmost Cascades in California, its range probably extending north just into Oregon.

Do tulips grow better in sun or shade? ›

Tulips require full sun for the best display, which means at least 6 hours of bright, direct sunlight per day. They also prefer fast-draining soil and, consequently, make excellent additions to rock gardens.

Are tulips safe for humans to eat? ›

Basically, all parts of the tulip are poisonous, because the tulipalin (plant poison) is present in all parts of the plant. The tulip bulb is affected, as well as the stem, leaves and flower. We often hear of cases of poisoning where tulip bulbs have been mistaken for conventional edible onions.

What is the rarest color of tulips? ›

They can be grown in practically any colour, from snowy white to purples so dark they are almost black. The only colour tulips aren't available in is blue. Blue is one of the rarest colours in flowers, and despite breeders' best efforts, 'blue' tulips are usually more purple or lilac.

What do yellow tulips mean mental health? ›

The yellow tulip represents happiness and hope. They also remind founder Julia Hansen of her two best friends who she lost to suicide when she was a sophom*ore in high school. The tulip was one friends favorite flower and yellow was the others favorite color. The Yellow Tulip is also the flower of HOPE.

What does a yellow tulip symbolize? ›

Yellow tulips now represent happiness, cheerfulness, and hope. Victorians even believed yellow tulips literally meant “There's sunshine in your smile.” It's for this reason that yellow tulips have become popular “just because” gifts, as they are sure to bring a smile to anyone's face.

References

Top Articles
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 5612

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.