Color: #EF865D

#EF865D Color Information

#EF865D is a light color. The closest websafe version is #EF865D. A complement of this color would be #5DC5EF, perceived brightness is 0.63, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 17°,a saturation of 82%, and a lightness of 65%.The HSV representation shows a hue of 17°, a saturation of 61%, and a value of 94%.

In a RGB color space, #EF865D is composed of 94% red, 53% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 61% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 36.96, x: 0.5005, and y: 0.3823.

Color Code #EF865D

#EF865Drgb(239, 134, 93)
HEX
#EF865D
RGB
rgb(239, 134, 93)
HSL
hsl(17, 82%, 65%)
HSV
hsv(17, 61%, 94%)
CMYK
0%, 44%, 61%, 6%
XYZ
X: 48.39, Y: 36.96, Z: 11.33
Lab
L: 67.25, a: 38.51, b: 40.34
Name

Shades of Color #EF865D

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

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

#EF865Drgb(239, 134, 93)

About #EF865D Color Code

In the HSL color space, this color has a hue angle of 17°, a saturation of 82%, and a lightness of 65%. The HSV representation shows a hue of 17°, a saturation of 61%, and a value of 94%.

  • HEX: #EF865D
  • RGB: rgb(239, 134, 93)
  • HSL: hsl(17, 82%, 65%)
  • HSV: hsv(17, 61%, 94%)
  • CMYK: 0.00% cyan, 44.00% magenta, 61.00% yellow, 6.00% black
  • XYZ: 48.39, 36.96, 11.33
  • Yxy: 36.96, 0.5005, 0.3823
  • Hunter Lab: 67.25, 38.51, 40.34
  • CIE-Lab: 67.25, 38.51, 40.34

In the XYZ color space, this color is represented as X: 48.39, Y: 36.96, Z: 11.33. The Yxy representation further refines this as Y: 36.96, x: 0.5005, and y: 0.3823.

In the Hunter Lab color space, this color is represented as L: 67.25, a: 38.51, and b: 40.34. Similarly, in the CIE-Lab color space, it is represented as L: 67.25, a: 38.51, and b: 40.34.

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

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

Analogous Colors of #EF865D

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

Split Complementary Colors of #EF865D

Split complementary colors are two colors adjacent to the complementary color of #EF865D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EF865D

Tetradic colors form a rectangle on the color wheel, including #EF865D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EF865D

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

Complementary Color of #EF865D

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

/* Using HEX */
body {
  background-color: #ef865d;
}
/* Using RGB */
body {
  background-color: rgb(239, 134, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 134, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(17, 82%, 65%);
}
/* Text color */
p {
  color: #ef865d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef865d;
}
/* Border color */
.box {
  border: 4px solid #ef865d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ef865d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ef865d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EF865D
On Black Background
#EF865D
On White Background
#EF865D

HTML Examples of #EF865D

<!-- Using HEX -->
<div style="background-color: #ef865d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 134, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 134, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(17, 82%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ef865d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ef865d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ef865d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ef865d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ef865d; color: #fff; padding: 16px; border-radius: 8px;">
  #EF865D
</div>
#EF865D
On Black Background
#EF865D
On White Background
#EF865D

Related Colors of #EF865D

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