Color: #EBCFAF
#EBCFAF Color Information
#EBCFAF is a light color. The closest websafe version is #EBCFAF. A complement of this color would be #ADCAEB, perceived brightness is 0.83, and the grayscale version is #CDCDCD.
In the HSL color space, this color has a hue angle of 32°,a saturation of 60%, and a lightness of 80%.The HSV representation shows a hue of 32°, a saturation of 26%, and a value of 92%.
In a RGB color space, #EBCFAF is composed of 92% red, 81% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 26% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 65.81, x: 0.3905, and y: 0.3870.
Color Code #EBCFAF
Shades of Color #EBCFAF
Shades are created by darkening the original color #EBCFAF 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 #EBCFAF
Tints are created by lightening the original color #EBCFAF 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 #EBCFAF Color Code
In the HSL color space, this color has a hue angle of 32°, a saturation of 60%, and a lightness of 80%. The HSV representation shows a hue of 32°, a saturation of 26%, and a value of 92%.
- HEX: #EBCFAF
- RGB: rgb(235, 207, 175)
- HSL: hsl(32, 60%, 80%)
- HSV: hsv(32, 26%, 92%)
- CMYK: 0.00% cyan, 12.00% magenta, 26.00% yellow, 8.00% black
- XYZ: 66.39, 65.81, 37.83
- Yxy: 65.81, 0.3905, 0.3870
- Hunter Lab: 84.90, 6.59, 19.75
- CIE-Lab: 84.90, 6.59, 19.75
In the XYZ color space, this color is represented as X: 66.39, Y: 65.81, Z: 37.83. The Yxy representation further refines this as Y: 65.81, x: 0.3905, and y: 0.3870.
In the Hunter Lab color space, this color is represented as L: 84.90, a: 6.59, and b: 19.75. Similarly, in the CIE-Lab color space, it is represented as L: 84.90, a: 6.59, and b: 19.75.
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 #EBCFAF
Triadic colors are three colors evenly spaced around the color wheel, including #EBCFAF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EBCFAF
Split complementary colors are two colors adjacent to the complementary color of #EBCFAF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EBCFAF
Monochromatic colors are variations of #EBCFAF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBCFAF
The complementary color of #EBCFAF 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 #EBCFAF
/* Using HEX */ body { background-color: #ebcfaf; }
/* Using RGB */ body { background-color: rgb(235, 207, 175); }
/* Using RGB with opacity */ body { background-color: rgba(235, 207, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(32, 60%, 80%); }
/* Text color */ p { color: #ebcfaf; }
/* Box shadow */ div { box-shadow: 4px 4px #ebcfaf; }
/* Border color */ .box { border: 4px solid #ebcfaf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ebcfaf; }
/* Background with text */ div { background: #ebcfaf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EBCFAF
<!-- Using HEX --> <div style="background-color: #ebcfaf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 207, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 207, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(32, 60%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebcfaf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebcfaf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ebcfaf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ebcfaf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ebcfaf; color: #fff; padding: 16px; border-radius: 8px;"> #EBCFAF </div>
Related Colors of #EBCFAF
These colors are similar to #EBCFAF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.