Color: #E38B70

#E38B70 Color Information

#E38B70 is a light color. The closest websafe version is #E38B70. A complement of this color would be #6EC7E2, perceived brightness is 0.64, and the grayscale version is #AAAAAA.

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

In a RGB color space, #E38B70 is composed of 89% red, 55% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 51% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 36.58, x: 0.4694, and y: 0.3752.

Color Code #E38B70

HEX
#E38B70
RGB
rgb(227, 139, 112)
HSL
hsl(14, 67%, 66%)
HSV
hsv(14, 51%, 89%)
CMYK
0%, 39%, 51%, 11%
XYZ
X: 45.76, Y: 36.58, Z: 15.15
Lab
L: 66.96, a: 32.40, b: 29.37
Name

Shades of Color #E38B70

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

Tints are created by lightening the original color #E38B70 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 #E38B70 Color Code

In the HSL color space, this color has a hue angle of 14°, a saturation of 67%, and a lightness of 66%. The HSV representation shows a hue of 14°, a saturation of 51%, and a value of 89%.

  • HEX: #E38B70
  • RGB: rgb(227, 139, 112)
  • HSL: hsl(14, 67%, 66%)
  • HSV: hsv(14, 51%, 89%)
  • CMYK: 0.00% cyan, 39.00% magenta, 51.00% yellow, 11.00% black
  • XYZ: 45.76, 36.58, 15.15
  • Yxy: 36.58, 0.4694, 0.3752
  • Hunter Lab: 66.96, 32.40, 29.37
  • CIE-Lab: 66.96, 32.40, 29.37

In the XYZ color space, this color is represented as X: 45.76, Y: 36.58, Z: 15.15. The Yxy representation further refines this as Y: 36.58, x: 0.4694, and y: 0.3752.

In the Hunter Lab color space, this color is represented as L: 66.96, a: 32.40, and b: 29.37. Similarly, in the CIE-Lab color space, it is represented as L: 66.96, a: 32.40, and b: 29.37.

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

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

Analogous Colors of #E38B70

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

Monochromatic Colors of #E38B70

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

Complementary Color of #E38B70

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

/* Using HEX */
body {
  background-color: #e38b70;
}
/* Using RGB */
body {
  background-color: rgb(227, 139, 112);
}
/* Using RGB with opacity */
body {
  background-color: rgba(227, 139, 112, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(14, 67%, 66%);
}
/* Text color */
p {
  color: #e38b70;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e38b70;
}

HTML Examples of #E38B70

<!-- Using HEX -->
<div style="background-color: #e38b70; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(227, 139, 112); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(227, 139, 112, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(14, 67%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e38b70;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e38b70; width: 100px; height: 100px;"></div>

Related Colors of #E38B70

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