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