Color: #EC870C

#EC870C Color Information

#EC870C is a light color. The closest websafe version is #EC870C. A complement of this color would be #0C72ED, perceived brightness is 0.59, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 33°,a saturation of 90%, and a lightness of 49%.The HSV representation shows a hue of 33°, a saturation of 95%, and a value of 93%.

In a RGB color space, #EC870C is composed of 93% red, 53% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 95% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 36.05, x: 0.5357, and y: 0.4202.

Color Code #EC870C

#EC870Crgb(236, 135, 12)
HEX
#EC870C
RGB
rgb(236, 135, 12)
HSL
hsl(33, 90%, 49%)
HSV
hsv(33, 95%, 93%)
CMYK
0%, 43%, 95%, 7%
XYZ
X: 45.96, Y: 36.05, Z: 3.78
Lab
L: 66.56, a: 34.71, b: 70.76
Name

Shades of Color #EC870C

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

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

#EC870Crgb(236, 135, 12)

About #EC870C Color Code

In the HSL color space, this color has a hue angle of 33°, a saturation of 90%, and a lightness of 49%. The HSV representation shows a hue of 33°, a saturation of 95%, and a value of 93%.

  • HEX: #EC870C
  • RGB: rgb(236, 135, 12)
  • HSL: hsl(33, 90%, 49%)
  • HSV: hsv(33, 95%, 93%)
  • CMYK: 0.00% cyan, 43.00% magenta, 95.00% yellow, 7.00% black
  • XYZ: 45.96, 36.05, 3.78
  • Yxy: 36.05, 0.5357, 0.4202
  • Hunter Lab: 66.56, 34.71, 70.76
  • CIE-Lab: 66.56, 34.71, 70.76

In the XYZ color space, this color is represented as X: 45.96, Y: 36.05, Z: 3.78. The Yxy representation further refines this as Y: 36.05, x: 0.5357, and y: 0.4202.

In the Hunter Lab color space, this color is represented as L: 66.56, a: 34.71, and b: 70.76. Similarly, in the CIE-Lab color space, it is represented as L: 66.56, a: 34.71, and b: 70.76.

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

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

Analogous Colors of #EC870C

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

Split Complementary Colors of #EC870C

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

Tetradic Colors of #EC870C

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

Monochromatic Colors of #EC870C

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

Complementary Color of #EC870C

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

/* Using HEX */
body {
  background-color: #ec870c;
}
/* Using RGB */
body {
  background-color: rgb(236, 135, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 135, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 90%, 49%);
}
/* Text color */
p {
  color: #ec870c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec870c;
}
/* Border color */
.box {
  border: 4px solid #ec870c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec870c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec870c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC870C
On Black Background
#EC870C
On White Background
#EC870C

HTML Examples of #EC870C

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

Related Colors of #EC870C

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