Color: #ECB09C
#ECB09C Color Information
#ECB09C is a light color. The closest websafe version is #ECB09C. A complement of this color would be #9CD8EC, perceived brightness is 0.75, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 15°,a saturation of 68%, and a lightness of 77%.The HSV representation shows a hue of 15°, a saturation of 34%, and a value of 93%.
In a RGB color space, #ECB09C is composed of 93% red, 69% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 34% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 51.80, x: 0.4177, and y: 0.3727.
Color Code #ECB09C
Shades of Color #ECB09C
Shades are created by darkening the original color #ECB09C 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 #ECB09C
Tints are created by lightening the original color #ECB09C 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 #ECB09C Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 68%, and a lightness of 77%. The HSV representation shows a hue of 15°, a saturation of 34%, and a value of 93%.
- HEX: #ECB09C
- RGB: rgb(236, 176, 156)
- HSL: hsl(15, 68%, 77%)
- HSV: hsv(15, 34%, 93%)
- CMYK: 0.00% cyan, 25.00% magenta, 34.00% yellow, 7.00% black
- XYZ: 58.05, 51.80, 29.13
- Yxy: 51.80, 0.4177, 0.3727
- Hunter Lab: 77.16, 20.64, 19.28
- CIE-Lab: 77.16, 20.64, 19.28
In the XYZ color space, this color is represented as X: 58.05, Y: 51.80, Z: 29.13. The Yxy representation further refines this as Y: 51.80, x: 0.4177, and y: 0.3727.
In the Hunter Lab color space, this color is represented as L: 77.16, a: 20.64, and b: 19.28. Similarly, in the CIE-Lab color space, it is represented as L: 77.16, a: 20.64, and b: 19.28.
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 #ECB09C
Triadic colors are three colors evenly spaced around the color wheel, including #ECB09C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ECB09C
Monochromatic colors are variations of #ECB09C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECB09C
The complementary color of #ECB09C 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 #ECB09C
/* Using HEX */ body { background-color: #ecb09c; }
/* Using RGB */ body { background-color: rgb(236, 176, 156); }
/* Using RGB with opacity */ body { background-color: rgba(236, 176, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 68%, 77%); }
/* Text color */ p { color: #ecb09c; }
/* Box shadow */ div { box-shadow: 4px 4px #ecb09c; }
/* Border color */ .box { border: 4px solid #ecb09c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ecb09c; }
/* Background with text */ div { background: #ecb09c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECB09C
<!-- Using HEX --> <div style="background-color: #ecb09c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 176, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 176, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 68%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ecb09c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ecb09c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ecb09c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ecb09c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ecb09c; color: #fff; padding: 16px; border-radius: 8px;"> #ECB09C </div>
Related Colors of #ECB09C
These colors are similar to #ECB09C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.