How Can I pick a random color within a color hex range. I need to pick the gray shades only as seen in this link Link for gray
Here's my code
$color = sprintf('#%06X', mt_rand(444,EEE));
Here's the error Use of undefined constant EEE - assumed 'EEE'