Color: #EC480C
#EC480C Color Information
#EC480C is a dark color. The closest websafe version is #EC480C. A complement of this color would be #0CB1ED, perceived brightness is 0.45, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 16°,a saturation of 90%, and a lightness of 49%.The HSV representation shows a hue of 16°, a saturation of 95%, and a value of 93%.
In a RGB color space, #EC480C is composed of 93% red, 28% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 95% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 23.33, x: 0.6065, and y: 0.3616.
Color Code #EC480C
Shades of Color #EC480C
Shades are created by darkening the original color #EC480C 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 #EC480C
Tints are created by lightening the original color #EC480C 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.
About #EC480C Color Code
In the HSL color space, this color has a hue angle of 16°, a saturation of 90%, and a lightness of 49%. The HSV representation shows a hue of 16°, a saturation of 95%, and a value of 93%.
- HEX: #EC480C
- RGB: rgb(236, 72, 12)
- HSL: hsl(16, 90%, 49%)
- HSV: hsv(16, 95%, 93%)
- CMYK: 0.00% cyan, 69.00% magenta, 95.00% yellow, 7.00% black
- XYZ: 39.13, 23.33, 2.06
- Yxy: 23.33, 0.6065, 0.3616
- Hunter Lab: 55.41, 62.36, 64.67
- CIE-Lab: 55.41, 62.36, 64.67
In the XYZ color space, this color is represented as X: 39.13, Y: 23.33, Z: 2.06. The Yxy representation further refines this as Y: 23.33, x: 0.6065, and y: 0.3616.
In the Hunter Lab color space, this color is represented as L: 55.41, a: 62.36, and b: 64.67. Similarly, in the CIE-Lab color space, it is represented as L: 55.41, a: 62.36, and b: 64.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 #EC480C
Triadic colors are three colors evenly spaced around the color wheel, including #EC480C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EC480C
Split complementary colors are two colors adjacent to the complementary color of #EC480C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EC480C
Monochromatic colors are variations of #EC480C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC480C
The complementary color of #EC480C 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 #EC480C
/* Using HEX */ body { background-color: #ec480c; }
/* Using RGB */ body { background-color: rgb(236, 72, 12); }
/* Using RGB with opacity */ body { background-color: rgba(236, 72, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(16, 90%, 49%); }
/* Text color */ p { color: #ec480c; }
/* Box shadow */ div { box-shadow: 4px 4px #ec480c; }
/* Border color */ .box { border: 4px solid #ec480c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ec480c; }
/* Background with text */ div { background: #ec480c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EC480C
<!-- Using HEX --> <div style="background-color: #ec480c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 72, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 72, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(16, 90%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec480c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec480c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ec480c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ec480c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ec480c; color: #fff; padding: 16px; border-radius: 8px;"> #EC480C </div>
Related Colors of #EC480C
These colors are similar to #EC480C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.