First, let's open the inspector on the ellipse. Type the word 'this' into the bottom box followed by a . and press CMD/CTRL + SHIFT + P
In the search box, type 'get'.
This brings up all the properties and functions possessed by the ellipse object.
You'll see a list of functions that will return information about the properties of the shape.
Try getting the fill of the ellipse by typing 'getFill' into the search box and pressing enter, then evaluating the expression with CMD/CTRL+P to print it out. You should see the text 'rgb(105,116,105)', which is the rgb value of the colour of the ellipse.
Note, also, that you are invoking a function here: