Color: #EC956C

#EC956C Color Information

#EC956C is a light color. The closest websafe version is #EC956C. A complement of this color would be #6AC3EC, perceived brightness is 0.67, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 19°,a saturation of 77%, and a lightness of 67%.The HSV representation shows a hue of 19°, a saturation of 54%, and a value of 93%.

In a RGB color space, #EC956C is composed of 93% red, 58% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 54% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 41.12, x: 0.4735, and y: 0.3871.

Color Code #EC956C

#EC956Crgb(236, 149, 108)
HEX
#EC956C
RGB
rgb(236, 149, 108)
HSL
hsl(19, 77%, 67%)
HSV
hsv(19, 54%, 93%)
CMYK
0%, 37%, 54%, 7%
XYZ
X: 50.30, Y: 41.12, Z: 14.80
Lab
L: 70.26, a: 30.69, b: 35.94
Name

Shades of Color #EC956C

Shades are created by darkening the original color #EC956C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #EC956C

Tints are created by lightening the original color #EC956C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#EC956Crgb(236, 149, 108)

About #EC956C Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 77%, and a lightness of 67%. The HSV representation shows a hue of 19°, a saturation of 54%, and a value of 93%.

  • HEX: #EC956C
  • RGB: rgb(236, 149, 108)
  • HSL: hsl(19, 77%, 67%)
  • HSV: hsv(19, 54%, 93%)
  • CMYK: 0.00% cyan, 37.00% magenta, 54.00% yellow, 7.00% black
  • XYZ: 50.30, 41.12, 14.80
  • Yxy: 41.12, 0.4735, 0.3871
  • Hunter Lab: 70.26, 30.69, 35.94
  • CIE-Lab: 70.26, 30.69, 35.94

In the XYZ color space, this color is represented as X: 50.30, Y: 41.12, Z: 14.80. The Yxy representation further refines this as Y: 41.12, x: 0.4735, and y: 0.3871.

In the Hunter Lab color space, this color is represented as L: 70.26, a: 30.69, and b: 35.94. Similarly, in the CIE-Lab color space, it is represented as L: 70.26, a: 30.69, and b: 35.94.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #EC956C

Triadic colors are three colors evenly spaced around the color wheel, including #EC956C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EC956C

Analogous colors are adjacent to #EC956C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EC956C

Monochromatic colors are variations of #EC956C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EC956C

The complementary color of #EC956C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #EC956C

/* Using HEX */
body {
  background-color: #ec956c;
}
/* Using RGB */
body {
  background-color: rgb(236, 149, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 149, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 77%, 67%);
}
/* Text color */
p {
  color: #ec956c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec956c;
}
/* Border color */
.box {
  border: 4px solid #ec956c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec956c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec956c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC956C
On Black Background
#EC956C
On White Background
#EC956C

HTML Examples of #EC956C

<!-- Using HEX -->
<div style="background-color: #ec956c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 149, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 149, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(19, 77%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ec956c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ec956c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ec956c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ec956c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ec956c; color: #fff; padding: 16px; border-radius: 8px;">
  #EC956C
</div>
#EC956C
On Black Background
#EC956C
On White Background
#EC956C

Related Colors of #EC956C

These colors are similar to #EC956C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.