Color: #EC664A
#EC664A Color Information
#EC664A is a light color. The closest websafe version is #EC664A. A complement of this color would be #4BD1EC, perceived brightness is 0.54, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 10°,a saturation of 81%, and a lightness of 61%.The HSV representation shows a hue of 10°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EC664A is composed of 93% red, 40% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 69% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 28.60, x: 0.5427, and y: 0.3638.
Color Code #EC664A
Shades of Color #EC664A
Shades are created by darkening the original color #EC664A 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 #EC664A
Tints are created by lightening the original color #EC664A 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 #EC664A Color Code
In the HSL color space, this color has a hue angle of 10°, a saturation of 81%, and a lightness of 61%. The HSV representation shows a hue of 10°, a saturation of 69%, and a value of 93%.
- HEX: #EC664A
- RGB: rgb(236, 102, 74)
- HSL: hsl(10, 81%, 61%)
- HSV: hsv(10, 69%, 93%)
- CMYK: 0.00% cyan, 57.00% magenta, 69.00% yellow, 7.00% black
- XYZ: 42.67, 28.60, 7.35
- Yxy: 28.60, 0.5427, 0.3638
- Hunter Lab: 60.43, 51.59, 42.46
- CIE-Lab: 60.43, 51.59, 42.46
In the XYZ color space, this color is represented as X: 42.67, Y: 28.60, Z: 7.35. The Yxy representation further refines this as Y: 28.60, x: 0.5427, and y: 0.3638.
In the Hunter Lab color space, this color is represented as L: 60.43, a: 51.59, and b: 42.46. Similarly, in the CIE-Lab color space, it is represented as L: 60.43, a: 51.59, and b: 42.46.
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 #EC664A
Triadic colors are three colors evenly spaced around the color wheel, including #EC664A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EC664A
Monochromatic colors are variations of #EC664A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC664A
The complementary color of #EC664A 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 #EC664A
/* Using HEX */ body { background-color: #ec664a; }
/* Using RGB */ body { background-color: rgb(236, 102, 74); }
/* Using RGB with opacity */ body { background-color: rgba(236, 102, 74, 0.5); }
/* Using HSL */ body { background-color: hsl(10, 81%, 61%); }
/* Text color */ p { color: #ec664a; }
/* Box shadow */ div { box-shadow: 4px 4px #ec664a; }
HTML Examples of #EC664A
<!-- Using HEX --> <div style="background-color: #ec664a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 102, 74); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 102, 74, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(10, 81%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec664a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec664a; width: 100px; height: 100px;"></div>
Related Colors of #EC664A
These colors are similar to #EC664A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.