Email Design Email Color and Branding 1 — Questions and Answers
Question 1: What color model is used when specifying colors in HTML email code?
- CMYK
- Pantone
- RGB/Hex (Correct answer)
- LAB
Correct answer: RGB/Hex
HTML emails use RGB or hexadecimal color values because screens display colors using the RGB additive color model.
Question 2: What is the safest background color choice for email readability?
- A dark background with dark text
- A white or light background with dark text (Correct answer)
- A busy patterned background
- A gradient background using CSS
Correct answer: A white or light background with dark text
A white or light background with dark text provides maximum readability and is supported by all email clients reliably.
Question 3: Why should email designers use brand colors consistently across campaigns?
- To reduce the email's loading time
- To build brand recognition and trust with subscribers (Correct answer)
- To avoid spam filters
- To comply with CAN-SPAM regulations
Correct answer: To build brand recognition and trust with subscribers
Consistent use of brand colors helps subscribers instantly recognize emails from your brand, building trust and familiarity over time.
Question 4: What does 'color psychology' mean in the context of email design?
- Choosing colors randomly for variety
- Using colors that evoke specific emotions or behaviors in readers (Correct answer)
- Matching email colors to the subscriber's device theme
- Selecting colors based on file size efficiency
Correct answer: Using colors that evoke specific emotions or behaviors in readers
Color psychology involves deliberately choosing colors that trigger specific emotional responses, such as red for urgency or blue for trust.
Question 5: What is an 'accent color' in email design?
- The main background color of the email
- A secondary color used sparingly to highlight key elements (Correct answer)
- The color of the unsubscribe link
- A color used only in the email footer
Correct answer: A secondary color used sparingly to highlight key elements
An accent color is a secondary hue used sparingly on CTAs, links, or highlights to draw attention without overwhelming the brand palette.
Question 6: Which CSS property sets the background color of an HTML email table cell?
- background-image
- bgcolor
- background-color (Correct answer)
- cell-color
Correct answer: background-color
The background-color CSS property sets the background color of a table cell, and should be used inline for maximum email client support.
What color model is used when specifying colors in HTML email code?