#E0CEC2 Color Information

Hex color code: #E0CEC2

A light orange shade, #E0CEC2 appears as (224, 206, 194) in RGB and (24°, 33%, 82%) in HSL. It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#E0CEC2
RGB
224, 206, 194
HSL
24°, 33%, 82%
CMYK
0%, 8%, 13%, 12%

Shades

CSS Usage
color: #E0CEC2;
background-color: #E0CEC2;
border-color: #E0CEC2;
box-shadow: 0 0 10px #E0CEC2;
border: 2px solid #E0CEC2;
Tailwind Usage
bg-[#E0CEC2]
text-[#E0CEC2]
border-[#E0CEC2]
shadow-[0_0_10px_E0CEC2]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #E0CEC2, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #E0CEC2; color: #000000; }

Badge

New Feature
.badge { background-color: #E0CEC2; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #E0CEC2; background-color: #E0CEC215; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #E0CEC220; border-left: 4px solid #E0CEC2; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #E0CEC2; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #E0CEC2 in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

224, 206, 194

Red: 224 / Green: 206 / Blue: 194

HSL

24°, 33%, 82%

Hue: 24° / Saturation: 33% / Lightness: 82%

CMYK

0%, 8%, 13%, 12%

Cyan: 0% / Magenta: 8% / Yellow: 13% / Key: 12%

What color is #E0CEC2?

#E0CEC2 is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #E0CEC2 to RGB:

rgb(224, 206, 194)HEX to RGB Converter →

HEX to HSL

Convert #E0CEC2 to HSL:

hsl(24, 33%, 82%)RGB to HSL Converter →

HEX to CMYK

Convert #E0CEC2 to CMYK:

cmyk(0%, 8%, 13%, 12%)Color Converter →

Color Meaning and Usage

#E0CEC2 is a delicate orange color with RGB values of 224, 206, 194 and HSL of 24°, 33%, 82%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #E0CEC2 is #C2D4E0, creating high-contrast pairings. For softer combinations, try analogous colors like #E0C2C5.

Use #E0CEC2 in CSS: color: #E0CEC2 or background-color: #E0CEC2. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #E0CEC2

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.78:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #E0CEC2?

#E0CEC2 is a delicate orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #E0CEC2?

#E0CEC2 in RGB is (224, 206, 194) - 224 red, 206 green, and 194 blue.

How to use #E0CEC2 in CSS?

Use #E0CEC2 directly in your CSS properties like color or background-color.

What colors go well with #E0CEC2?

#C2D4E0 (complementary), #E0C2C5 (analogous), and #C7A58F (lighter shade) work well with #E0CEC2.