<?php include 'HEADER.php'; ?>

<h1>HTML color averager</h1>

<script src="http://paulgorman.org/js/paulgorman.js"></script>
<script>
var CA = {}; // Color averager
CA.i = 255;
CA.h = 'EE';
document.write(CA.i.toString(16));
document.write(parseInt(CA.h, 16));
</script>

<?php include '../../FOOTER.php'; ?>
