size(300, 300); background(100); noStroke(); ellipseMode(CENTER_DIAMETER); fill(255, 100, 0); ellipse(150, 70, 150, 150); fill(230, 20, 0); ellipse(150, 70, 110, 110); fill(20); rect(0, 90, 300, 210); stroke(230, 20, 0); line(140, 105, 270, 105); line(40, 130, 200, 130); line(110, 170, 210, 170); line(150, 225, 190, 225);