crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ee9d94 hex color - Red - Warm color - Information

#ee9d94 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ee9d94 Color code in RGB color code model is created after adding 93.33% red color, 61.57% green color and 58.04% blue color. Hex #ee9d94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 38% yellow and 7% black.

Hex #ee9d94 color code is between #dd9999 web safe hex color code and #ffaa88 web safe hex color code. #dd9999 is the nearest web safe color code. You can see here many more shades of #ee9d94 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeee9d94#ee9d94
RGB Decimal238, 157, 148rgb(238, 157, 148)
RGB Percent93%, 62%, 58%rgb(93%, 62%, 58%)
CSS RGBa238, 157, 148,1rgba(238,157,148,1)
CMYK Modelcmyk(0%,34%,38%,7%)
HSL Color Space6,73% ,76%hsl(6,73% ,76%)
HSV Color Space6°, 38%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101001110110010100
Octal356235224
Decimal238157148
Hexee9d94

Different shades of #ee9d94 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ee9d94
#f5c5c0
Dark Shade of #ee9d94
#e77568
Saturated Shade of #ee9d94
#f4988e
Desaturated Shade of #ee9d94
#e8a29a
Grey scale Shade of #ee9d94
#c1c1c1
Brighten Shade
#ffb6ad
Most Readable Shade
#000000

Shades of #ee9d94 color code

Generate more color scales with scales (color stack) generator.

#ee9d94
#d38b83
#b97a73
#9e6862
#845752
#694541
#4f3431
#342220
#1a1110
#000000

Similar Color like #ee9d94 color

Find visually similar hex color codes nearing to #ee9d94 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ef9e95
#f09f96
#f1a097
#f2a198
#f3a299
#f4a39a
#f5a49b
#f6a59c
#f7a69d
#f8a79e
#f9a89f
#faa9a0
#fbaaa1
#fcaba2
#ed9c93
#ec9b92
#eb9a91
#ea9990
#e9988f
#e8978e
#e7968d
#e6958c
#e5948b
#e4938a
#e39289
#e29188
#e19087
#e08f86

Monochromatic Color with #ee9d94

#ee9d94
#1a1110
#442d2a
#6e4945
#99655f
#c3817a

Tints of #ee9d94 Color

#ee9d94
#efa79f
#f1b2ab
#f3bdb7
#f5c8c3
#f7d3cf
#f9dedb
#fbe9e7
#fdf4f3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ee9d94
#94e5ee

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ee9d94
#94eeca
#94b8ee

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ee94af
#ee949d
#ee9d94
#eeaf94
#eec194

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ee9d94
#94ee9d
#9d94ee

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ee9d94
#b8ee94
#94e5ee
#ca94ee

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ee9d94
#94e5ee
#94b8ee
#eeca94

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ee9d94 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ee9d94 Color Code Preview on Black Background Color

This is how #ee9d94 Color will look on black background color. Color contrast ratio is 9.89

#ee9d94 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ee9d94">Your Example Paragraph content text in with font color #ee9d94 </p>

Your Example Paragraph content text in with font color #ee9d94

HTML with inline CSS

<div style="color:#ee9d94">Your Paragraph text in with font color #ee9d94 </div>

Your Example Paragraph content text in with font color #ee9d94

#ee9d94 color code is use for CSS Background Color

Background color for the above div is #ee9d94

HTML with inline CSS

<div style="background-color:#ee9d94;"></div>

#ee9d94 color code is use for CSS Border Color

CSS Border color for the above div is #ee9d94

HTML with inline CSS

<div style="border:5px solid #ee9d94;"></div>

CSS Border Left color for the above div is #ee9d94

HTML with inline CSS

<div style="border-left:5px solid #ee9d94;"></div>

CSS Border Right color for the above div is #ee9d94

HTML with inline CSS

<div style="border-right:5px solid #ee9d94;"></div>

CSS Border Bottom color for the above div is #ee9d94

HTML with inline CSS

<div style="border-bottom:5px solid #ee9d94;"></div>

CSS Border Top color for the above div is #ee9d94

HTML with inline CSS

<div style="border-top:5px solid #ee9d94;"></div>

#ee9d94 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ee9d94; } .examplecolorclass {color:#ee9d94; } .examplebordercolor {border:3px solid #ee9d94; }

#ee9d94 Color code Preview on White Background

This is how #ee9d94 Color code will look on white background color. Color contrast ratio is 2.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ee9d94; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ee9d94; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.