Color: #EED18B
#EED18B Color Information
#EED18B is a light color. The closest websafe version is #EED18B. A complement of this color would be #8CA9EE, perceived brightness is 0.82, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 42°,a saturation of 74%, and a lightness of 74%.The HSV representation shows a hue of 42°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EED18B is composed of 93% red, 82% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 42% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 66.30, x: 0.4157, and y: 0.4206.
Color Code #EED18B
Shades of Color #EED18B
Shades are created by darkening the original color #EED18B 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 #EED18B
Tints are created by lightening the original color #EED18B 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 #EED18B Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 74%, and a lightness of 74%. The HSV representation shows a hue of 42°, a saturation of 42%, and a value of 93%.
- HEX: #EED18B
- RGB: rgb(238, 209, 139)
- HSL: hsl(42, 74%, 74%)
- HSV: hsv(42, 42%, 93%)
- CMYK: 0.00% cyan, 12.00% magenta, 42.00% yellow, 7.00% black
- XYZ: 65.53, 66.30, 25.82
- Yxy: 66.30, 0.4157, 0.4206
- Hunter Lab: 85.15, 3.62, 38.61
- CIE-Lab: 85.15, 3.62, 38.61
In the XYZ color space, this color is represented as X: 65.53, Y: 66.30, Z: 25.82. The Yxy representation further refines this as Y: 66.30, x: 0.4157, and y: 0.4206.
In the Hunter Lab color space, this color is represented as L: 85.15, a: 3.62, and b: 38.61. Similarly, in the CIE-Lab color space, it is represented as L: 85.15, a: 3.62, and b: 38.61.
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 #EED18B
Triadic colors are three colors evenly spaced around the color wheel, including #EED18B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EED18B
Monochromatic colors are variations of #EED18B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EED18B
The complementary color of #EED18B 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 #EED18B
/* Using HEX */ body { background-color: #eed18b; }
/* Using RGB */ body { background-color: rgb(238, 209, 139); }
/* Using RGB with opacity */ body { background-color: rgba(238, 209, 139, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 74%, 74%); }
/* Text color */ p { color: #eed18b; }
/* Box shadow */ div { box-shadow: 4px 4px #eed18b; }
HTML Examples of #EED18B
<!-- Using HEX --> <div style="background-color: #eed18b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 209, 139); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 209, 139, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 74%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eed18b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eed18b; width: 100px; height: 100px;"></div>
Related Colors of #EED18B
These colors are similar to #EED18B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.