ColorHelper |
Select background and text colors for your homepage using the imagemap or by entering RGB values. The imagemap consists of the 216 colors which are common between the Mac and PC system color palette. Thus if you use those colors, your page should look the same on most people's computer screens. If you'd like to interactively mix your own colors, use the Color Mixer.
What is Hex? Why do I need to convert my RGB values to Hex?
Hex, short for hexadecimal, is simply a base 16 numbering system, so
that a three digit number (in this case numbers between 0 and 255)
can be expressed as a two digit
number. To specify the colors for the text and background of your homepages,
you need to enter Hex values which represent the RGB values of the colors you
like. Web browsers take these numbers as 6 digit (or 6 place) values, with
each 2 digits representing the Red, Green, or Blue values. Hex is a notation
which mixes letters and numbers. For example, a green background would be
(0, 255, 0) in RGB, and 00FF00 in Hex. Browsers understand Hex. I understand
how to make colors with RGB. So this program converts the two.
It's also useful for just testing out colors you already know against backgrounds, etc.
I'm checking into a more intuitive way to make colors such as with the HSV method, but I haven't figured it out yet.
Questions, comments, or bug reports please
Contact Me.
Constructed and maintianed by
Chris Seidel