When you call up the information on a member of a corporation (from the list of members), if you’re a director or the CEO, you can edit the information to give a title to the member.
At the moment I’m trying to colour code members so that when I’m looking at the member list I can quickly identify Probationers, Journeymen, Veterans and Seniors.
I’ve found the HTML that will let me do this ’ <color=colour name>Title ’ but not all the colours on the colour name list that I’ve found (via this Eve University Page: Overview manipulation) namely, HTML Color Names work in Eve.
So the short question after this long intro (sorry!) is, is there a list of colour names somewhere out there that do work in Eve please?
Thanks.
UPDATE:
So I went through the colours within the game, copied off the HTML formatting, and then made a list.
To save others from the hassle of having to do this, here’s my list complete with the opening HTML you need to insert this into text (if you want to kill it you need to insert the same HTML with a / just after the first < mark)
White
<color="#ffffffff">Text
Light Grey
<color="#ffb2b2b2">Text
Dark Grey
<color="#ff4c4c4c">Text
Black
<color="#ff000000">Text
Yellow
<color="#ffffff00">Text
Green
<color="#ff00ff00">Text
Red
<color="#ffff0000">Text
Royal Blue
<color="#ff0000ff">Text
Dark Yellow
<color="#ff7f7f00">Text
Dark Green
<color="#ff007f00">Text
Dark Red
<color="#ff7f0000">Text
Dark Blue
<color="#ff00007f">Text
Dark Pink
<color="#ff7f007f">Text
Cyan
<color="#ff00ffff">Text
Pink
<color="#ffff00ff">Text
Blue
<color="#ff007fff">Text
.