Color: #ED420C

#ED420C Color Information

#ED420C is a dark color. The closest websafe version is #ED420C. A complement of this color would be #0CB9ED, perceived brightness is 0.44, and the grayscale version is #7D7D7D.

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

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

In the Yxy color space, this color is represented as Y: 22.77, x: 0.6123, and y: 0.3568.

Color Code #ED420C

#ED420Crgb(237, 66, 12)
HEX
#ED420C
RGB
rgb(237, 66, 12)
HSL
hsl(14, 90%, 49%)
HSV
hsv(14, 95%, 93%)
CMYK
0%, 72%, 95%, 7%
XYZ
X: 39.08, Y: 22.77, Z: 1.97
Lab
L: 54.84, a: 64.70, b: 64.53
Name

Shades of Color #ED420C

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

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

#ED420Crgb(237, 66, 12)

About #ED420C Color Code

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

  • HEX: #ED420C
  • RGB: rgb(237, 66, 12)
  • HSL: hsl(14, 90%, 49%)
  • HSV: hsv(14, 95%, 93%)
  • CMYK: 0.00% cyan, 72.00% magenta, 95.00% yellow, 7.00% black
  • XYZ: 39.08, 22.77, 1.97
  • Yxy: 22.77, 0.6123, 0.3568
  • Hunter Lab: 54.84, 64.70, 64.53
  • CIE-Lab: 54.84, 64.70, 64.53

In the XYZ color space, this color is represented as X: 39.08, Y: 22.77, Z: 1.97. The Yxy representation further refines this as Y: 22.77, x: 0.6123, and y: 0.3568.

In the Hunter Lab color space, this color is represented as L: 54.84, a: 64.70, and b: 64.53. Similarly, in the CIE-Lab color space, it is represented as L: 54.84, a: 64.70, and b: 64.53.

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

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

Analogous Colors of #ED420C

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

Split Complementary Colors of #ED420C

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

Tetradic Colors of #ED420C

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

Monochromatic Colors of #ED420C

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

Complementary Color of #ED420C

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

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

HTML Examples of #ED420C

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

Related Colors of #ED420C

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