KekLib.HtmlColorNames

Contents

KekLib.HtmlColorNames#

HtmlColorNames.py

Copyright (c) 2017, Masatsuyo Takahashi, KEK-PF

darkorange = 'FF8C00'#

to convert to int do like as follows

int_color = int( red, 16 )

or

from ExcelCOM import RGB xl_rgb_color = RGB( red )

note that in Excel VBA

0x50B000 == RGB(0, 176, 80)