Color: #EFE8CE
#EFE8CE Color Information
#EFE8CE is a light color. The closest websafe version is #EFE8CE. A complement of this color would be #CDD4EF, perceived brightness is 0.91, and the grayscale version is #DEDEDE.
In the HSL color space, this color has a hue angle of 47°,a saturation of 51%, and a lightness of 87%.The HSV representation shows a hue of 47°, a saturation of 14%, and a value of 94%.
In a RGB color space, #EFE8CE is composed of 94% red, 91% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 14% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 80.80, x: 0.3667, and y: 0.3821.
Color Code #EFE8CE
Shades of Color #EFE8CE
Shades are created by darkening the original color #EFE8CE 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 #EFE8CE
Tints are created by lightening the original color #EFE8CE 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 #EFE8CE Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 51%, and a lightness of 87%. The HSV representation shows a hue of 47°, a saturation of 14%, and a value of 94%.
- HEX: #EFE8CE
- RGB: rgb(239, 232, 206)
- HSL: hsl(47, 51%, 87%)
- HSV: hsv(47, 14%, 94%)
- CMYK: 0.00% cyan, 3.00% magenta, 14.00% yellow, 6.00% black
- XYZ: 77.54, 80.80, 53.12
- Yxy: 80.80, 0.3667, 0.3821
- Hunter Lab: 92.04, -0.72, 13.59
- CIE-Lab: 92.04, -0.72, 13.59
In the XYZ color space, this color is represented as X: 77.54, Y: 80.80, Z: 53.12. The Yxy representation further refines this as Y: 80.80, x: 0.3667, and y: 0.3821.
In the Hunter Lab color space, this color is represented as L: 92.04, a: -0.72, and b: 13.59. Similarly, in the CIE-Lab color space, it is represented as L: 92.04, a: -0.72, and b: 13.59.
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 #EFE8CE
Triadic colors are three colors evenly spaced around the color wheel, including #EFE8CE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EFE8CE
Split complementary colors are two colors adjacent to the complementary color of #EFE8CE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EFE8CE
Monochromatic colors are variations of #EFE8CE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EFE8CE
The complementary color of #EFE8CE 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 #EFE8CE
/* Using HEX */ body { background-color: #efe8ce; }
/* Using RGB */ body { background-color: rgb(239, 232, 206); }
/* Using RGB with opacity */ body { background-color: rgba(239, 232, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 51%, 87%); }
/* Text color */ p { color: #efe8ce; }
/* Box shadow */ div { box-shadow: 4px 4px #efe8ce; }
/* Border color */ .box { border: 4px solid #efe8ce; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #efe8ce; }
/* Background with text */ div { background: #efe8ce; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EFE8CE
<!-- Using HEX --> <div style="background-color: #efe8ce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 232, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 232, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 51%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #efe8ce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #efe8ce; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #efe8ce; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #efe8ce;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #efe8ce; color: #fff; padding: 16px; border-radius: 8px;"> #EFE8CE </div>
Related Colors of #EFE8CE
These colors are similar to #EFE8CE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.