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