Color: #EE805C
#EE805C Color Information
#EE805C is a light color. The closest websafe version is #EE805C. A complement of this color would be #5DCAEE, perceived brightness is 0.61, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 15°,a saturation of 81%, and a lightness of 65%.The HSV representation shows a hue of 15°, a saturation of 61%, and a value of 93%.
In a RGB color space, #EE805C is composed of 93% red, 50% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 61% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 35.15, x: 0.5056, and y: 0.3771.
Color Code #EE805C
Shades of Color #EE805C
Shades are created by darkening the original color #EE805C 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 #EE805C
Tints are created by lightening the original color #EE805C 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 #EE805C Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 81%, and a lightness of 65%. The HSV representation shows a hue of 15°, a saturation of 61%, and a value of 93%.
- HEX: #EE805C
- RGB: rgb(238, 128, 92)
- HSL: hsl(15, 81%, 65%)
- HSV: hsv(15, 61%, 93%)
- CMYK: 0.00% cyan, 46.00% magenta, 61.00% yellow, 7.00% black
- XYZ: 47.13, 35.15, 10.93
- Yxy: 35.15, 0.5056, 0.3771
- Hunter Lab: 65.86, 41.00, 39.19
- CIE-Lab: 65.86, 41.00, 39.19
In the XYZ color space, this color is represented as X: 47.13, Y: 35.15, Z: 10.93. The Yxy representation further refines this as Y: 35.15, x: 0.5056, and y: 0.3771.
In the Hunter Lab color space, this color is represented as L: 65.86, a: 41.00, and b: 39.19. Similarly, in the CIE-Lab color space, it is represented as L: 65.86, a: 41.00, and b: 39.19.
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 #EE805C
Triadic colors are three colors evenly spaced around the color wheel, including #EE805C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EE805C
Monochromatic colors are variations of #EE805C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EE805C
The complementary color of #EE805C 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 #EE805C
/* Using HEX */ body { background-color: #ee805c; }
/* Using RGB */ body { background-color: rgb(238, 128, 92); }
/* Using RGB with opacity */ body { background-color: rgba(238, 128, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 81%, 65%); }
/* Text color */ p { color: #ee805c; }
/* Box shadow */ div { box-shadow: 4px 4px #ee805c; }
/* Border color */ .box { border: 4px solid #ee805c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ee805c; }
/* Background with text */ div { background: #ee805c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EE805C
<!-- Using HEX --> <div style="background-color: #ee805c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 128, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 128, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 81%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ee805c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ee805c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ee805c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ee805c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ee805c; color: #fff; padding: 16px; border-radius: 8px;"> #EE805C </div>
Related Colors of #EE805C
These colors are similar to #EE805C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.