I want to change the color

I want help in modifying this code, as I want to add a color to these three names
TIME & Date & day

    <?php
        date_default_timezone_set("Africa/Cairo");
        // فرق التوقيت Tunis
        echo "TIME :  " . date("h:i:sa").
        "<br>"; // مسافه
        echo "Date :  " . date("Y/m/d").
        "<br>";
        echo "day :  " . date("l")
    ?>