Color: #EF834D

#EF834D Color Information

#EF834D is a light color. The closest websafe version is #EF834D. A complement of this color would be #4DB9EF, perceived brightness is 0.62, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 20°,a saturation of 84%, and a lightness of 62%.The HSV representation shows a hue of 20°, a saturation of 68%, and a value of 94%.

In a RGB color space, #EF834D is composed of 94% red, 51% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 68% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 35.93, x: 0.5152, and y: 0.3902.

Color Code #EF834D

#EF834Drgb(239, 131, 77)
HEX
#EF834D
RGB
rgb(239, 131, 77)
HSL
hsl(20, 84%, 62%)
HSV
hsv(20, 68%, 94%)
CMYK
0%, 45%, 68%, 6%
XYZ
X: 47.44, Y: 35.93, Z: 8.71
Lab
L: 66.46, a: 39.28, b: 47.67
Name

Shades of Color #EF834D

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

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

#EF834Drgb(239, 131, 77)

About #EF834D Color Code

In the HSL color space, this color has a hue angle of 20°, a saturation of 84%, and a lightness of 62%. The HSV representation shows a hue of 20°, a saturation of 68%, and a value of 94%.

  • HEX: #EF834D
  • RGB: rgb(239, 131, 77)
  • HSL: hsl(20, 84%, 62%)
  • HSV: hsv(20, 68%, 94%)
  • CMYK: 0.00% cyan, 45.00% magenta, 68.00% yellow, 6.00% black
  • XYZ: 47.44, 35.93, 8.71
  • Yxy: 35.93, 0.5152, 0.3902
  • Hunter Lab: 66.46, 39.28, 47.67
  • CIE-Lab: 66.46, 39.28, 47.67

In the XYZ color space, this color is represented as X: 47.44, Y: 35.93, Z: 8.71. The Yxy representation further refines this as Y: 35.93, x: 0.5152, and y: 0.3902.

In the Hunter Lab color space, this color is represented as L: 66.46, a: 39.28, and b: 47.67. Similarly, in the CIE-Lab color space, it is represented as L: 66.46, a: 39.28, and b: 47.67.

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

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

Analogous Colors of #EF834D

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

Split Complementary Colors of #EF834D

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

Tetradic Colors of #EF834D

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

Monochromatic Colors of #EF834D

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

Complementary Color of #EF834D

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

/* Using HEX */
body {
  background-color: #ef834d;
}
/* Using RGB */
body {
  background-color: rgb(239, 131, 77);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 131, 77, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(20, 84%, 62%);
}
/* Text color */
p {
  color: #ef834d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef834d;
}
/* Border color */
.box {
  border: 4px solid #ef834d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ef834d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ef834d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EF834D
On Black Background
#EF834D
On White Background
#EF834D

HTML Examples of #EF834D

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

Related Colors of #EF834D

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