Color: #EC664F

#EC664F Color Information

#EC664F is a light color. The closest websafe version is #EC664F. A complement of this color would be #50D5ED, perceived brightness is 0.55, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 9°,a saturation of 81%, and a lightness of 62%.The HSV representation shows a hue of 9°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EC664F is composed of 93% red, 40% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 67% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 28.66, x: 0.5384, and y: 0.3605.

Color Code #EC664F

HEX
#EC664F
RGB
rgb(236, 102, 79)
HSL
hsl(9, 81%, 62%)
HSV
hsv(9, 67%, 93%)
CMYK
0%, 57%, 67%, 7%
XYZ
X: 42.81, Y: 28.66, Z: 8.04
Lab
L: 60.48, a: 51.78, b: 39.83
Name

Shades of Color #EC664F

Shades are created by darkening the original color #EC664F 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 #EC664F

Tints are created by lightening the original color #EC664F 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.

About #EC664F Color Code

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

  • HEX: #EC664F
  • RGB: rgb(236, 102, 79)
  • HSL: hsl(9, 81%, 62%)
  • HSV: hsv(9, 67%, 93%)
  • CMYK: 0.00% cyan, 57.00% magenta, 67.00% yellow, 7.00% black
  • XYZ: 42.81, 28.66, 8.04
  • Yxy: 28.66, 0.5384, 0.3605
  • Hunter Lab: 60.48, 51.78, 39.83
  • CIE-Lab: 60.48, 51.78, 39.83

In the XYZ color space, this color is represented as X: 42.81, Y: 28.66, Z: 8.04. The Yxy representation further refines this as Y: 28.66, x: 0.5384, and y: 0.3605.

In the Hunter Lab color space, this color is represented as L: 60.48, a: 51.78, and b: 39.83. Similarly, in the CIE-Lab color space, it is represented as L: 60.48, a: 51.78, and b: 39.83.

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 #EC664F

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

Analogous Colors of #EC664F

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

Monochromatic Colors of #EC664F

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

Complementary Color of #EC664F

The complementary color of #EC664F 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 #EC664F

/* Using HEX */
body {
  background-color: #ec664f;
}
/* Using RGB */
body {
  background-color: rgb(236, 102, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 102, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 81%, 62%);
}
/* Text color */
p {
  color: #ec664f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec664f;
}

HTML Examples of #EC664F

<!-- Using HEX -->
<div style="background-color: #ec664f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 102, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 102, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(9, 81%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ec664f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ec664f; width: 100px; height: 100px;"></div>

Related Colors of #EC664F

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