I’m making a color picker, and I’ve been given wheel with a expanded yellow color wheel I assume it makes it easier for users to pick colors around there like brown, and it just looks nicer. The issue with this color wheel is that it no longer has a even ratio from angle to Hue.
Here’s an example of the expanded wheel:

Here’s one with a even Hue to angle ratio:

It looks like the expanded yellow wheel is more popular online, but I can’t find the ratio to Hue formula for it anywhere. Maybe I’m dumb and am missing something obvious.
I have code working for the even spaced wheel.
Any help would be appreciated.