Convert Yxy Colors To XYZ

Code
X = x * ( Y / y )
 Y = Y
 Z = ( 1 - x - y ) * ( Y / y )

Reference

Easy RGB