Checks if the image colorspace is either RGB or CMYK
<?php if($page->image()->exif()->isColor()): ?> This is a color picture <?php endif ?>