Working with color ramps

Color ramps provide the means to apply a range of colors to a group of symbols. Color ramps are used, for example, in the Graduated colors layer symbology option. ArcMap has a range of color ramps already defined in the Color Ramp styles folder of the ESRI style. Some are created for specific applications, such as to display elevation or precipitation, but you can also create your own.

There are four types of color ramps:

The image below shows an example of a color ramp:

Color ramp

Creating an algorithmic color ramp with the Style Manager

Steps:

  1. Click Customize > Style Manager.
  2. Click the Color Ramps folder in the style tree in which you want to create a new ramp.
  3. Right-click the open space in the Symbol contents window, point to New, then click Algorithmic Color Ramp.
  4. Click Color 1 in the Algorithmic Color Ramp Properties dialog box and set the start color for the ramp.
  5. Click Color 2 and set the end color for the ramp.
  6. Adjust the value of black and white brightness throughout the ramp.
  7. Click OK.
  8. Type a new name for the color ramp.
TipTip:
Sometimes it's easier to adjust a color ramp that already exists than it is to create a new one. For example, when you're working with data such as elevation, choose the Elevation color ramp in the styles folder. Copy and paste this to your personal styles folder. Double-click it to edit it and remove the parts not in your data, such as water or mountains (at the top and bottom of the list).

Creating a color ramp in the Layer Properties dialog box

You can create new color ramps for symbology as you work on the Symbology tab of the Layer Properties dialog box.

Steps:

  1. Right-click the layer in the table of contents that shows a quantitative value and click Properties.
  2. Click the Symbology tab.
  3. Click Quantities and click Graduated colors.
  4. Choose a Value field and a Normalization field if desired.
  5. Set the number of Classes or change the classification scheme by clicking Classify.
  6. Double-click the top symbol in the list and set the start color for the ramp.
  7. Click OK.
  8. Double-click the bottom symbol and set the end color.
  9. Click OK.
    • Optionally, double-click any middle symbol to set its color. This lets you create a multipart color ramp.
  10. Right-click a symbol and click Ramp Colors.
  11. Click OK.
TipTip:
  • You can change the display of color ramps from graphic to textual by right-clicking a color ramp and checking or unchecking Graphic View.
  • You can save a color ramp created on the Layer Properties dialog box by right-clicking the ramp and clicking Save to style. Your new color ramp is saved in your personal style.
Dive-inDive-in:

The three ArcMap color ramp algorithms represent different methods for traversing the color spectrum. Each method provides slightly different effects, and which one you use depends on how well it suits your needs.

  • HSV—The hue, saturation, value (HSV) method is a linear traverse of colors between pairs: Color 1 H to Color 2 H, Color 1 S to Color 2 S, and Color 1 V to Color 2 V. Essentially, all intervening colors are shown. The HSV algorithm was used for color ramps in ArcView 3.x and is perhaps the easiest color model to understand but may not be the most intuitive for map reading purposes.
  • CIE Lab—This method blends two colors without traversing intervening hue space. The result is a smooth progression from Color 1 to Color 2. In many cases, this produces a very desirable smooth ramp between two colors. This algorithm takes the shortest path through the color spectrum. If you think of the color spectrum as a wheel of color progression beginning and ending with red, colors are chosen along the shortest distance on the circumference of the wheel to create the color ramp. One deficiency in this algorithm is that sometimes the colors near the middle of the ramp can appear muddy when Color 1 and Color 2 are extremely different, that is, when approaching the maximum distance possible on the color wheel.
  • Lab LCh—This algorithm is very similar to the CIE Lab but does not seek the shortest path between colors. Instead, it works similarly to the HSV model but softens the effect of color transition considerably.

Related Topics

6/16/2014