Color: #EC730C

#EC730C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 30.98, x: 0.5592, and y: 0.4007.

Color Code #EC730C

#EC730Crgb(236, 115, 12)
HEX
#EC730C
RGB
rgb(236, 115, 12)
HSL
hsl(28, 90%, 49%)
HSV
hsv(28, 95%, 93%)
CMYK
0%, 51%, 95%, 7%
XYZ
X: 43.23, Y: 30.98, Z: 3.10
Lab
L: 62.49, a: 44.38, b: 68.37
Name

Shades of Color #EC730C

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

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

#EC730Crgb(236, 115, 12)

About #EC730C Color Code

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

  • HEX: #EC730C
  • RGB: rgb(236, 115, 12)
  • HSL: hsl(28, 90%, 49%)
  • HSV: hsv(28, 95%, 93%)
  • CMYK: 0.00% cyan, 51.00% magenta, 95.00% yellow, 7.00% black
  • XYZ: 43.23, 30.98, 3.10
  • Yxy: 30.98, 0.5592, 0.4007
  • Hunter Lab: 62.49, 44.38, 68.37
  • CIE-Lab: 62.49, 44.38, 68.37

In the XYZ color space, this color is represented as X: 43.23, Y: 30.98, Z: 3.10. The Yxy representation further refines this as Y: 30.98, x: 0.5592, and y: 0.4007.

In the Hunter Lab color space, this color is represented as L: 62.49, a: 44.38, and b: 68.37. Similarly, in the CIE-Lab color space, it is represented as L: 62.49, a: 44.38, and b: 68.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 #EC730C

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

Analogous Colors of #EC730C

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

Split Complementary Colors of #EC730C

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

Tetradic Colors of #EC730C

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

Monochromatic Colors of #EC730C

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

Complementary Color of #EC730C

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

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

HTML Examples of #EC730C

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

Related Colors of #EC730C

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