Color identification

 
Can someone direct me to a resource that lists the decimal values for each color in the color table?
 

Why you need to know the decimal value? If you want to set variable with color in table, just put the color name in the table and it will be set. For example:

color color_variable = Orange;

this will set color_variable to orange color.

 
brother3th:

Why you need to know the decimal value? If you want to set variable with color in table, just put the color name in the table and it will be set. For example:

color color_variable = Orange;

this will set color_variable to orange color.

I need an EA to capture the color from an indicator. I believe it is passes as a decimal value. If I'm wrong let me know.

 

They use Web-color set. You can use, for example:

http://www.computerhope.com/htmcolor.htm