crispedge.com

Color picker

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

#eed5cc hex color - Orange - Warm color - Information

#eed5cc hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #eed5cc Color code in RGB color code model is created after adding 93.33% red color, 83.53% green color and 80% blue color. Hex #eed5cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 14% yellow and 7% black.

Hex #eed5cc color code is between #ddddbb web safe hex color code and #ffccdd web safe hex color code. #ddddbb is the nearest web safe color code. You can see here many more shades of #eed5cc color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeeed5cc#eed5cc
RGB Decimal238, 213, 204rgb(238, 213, 204)
RGB Percent93%, 84%, 80%rgb(93%, 84%, 80%)
CSS RGBa238, 213, 204,1rgba(238,213,204,1)
CMYK Modelcmyk(0%,11%,14%,7%)
HSL Color Space16,50% ,87%hsl(16,50% ,87%)
HSV Color Space16°, 14%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101010111001100
Octal356325314
Decimal238213204
Hexeed5cc

Different shades of #eed5cc color code.

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

Light Shade of #eed5cc
#fbf4f2
Dark Shade of #eed5cc
#e1b5a6
Saturated Shade of #eed5cc
#f1d3c9
Desaturated Shade of #eed5cc
#ebd7cf
Grey scale Shade of #eed5cc
#dddddd
Brighten Shade
#ffeee5
Most Readable Shade
#000000

Shades of #eed5cc color code

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

#eed5cc
#d3bdb5
#b9a59e
#9e8e88
#847671
#695e5a
#4f4744
#342f2d
#1a1716
#000000

Similar Color like #eed5cc color

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

#efd6cd
#f0d7ce
#f1d8cf
#f2d9d0
#f3dad1
#f4dbd2
#f5dcd3
#f6ddd4
#f7ded5
#f8dfd6
#f9e0d7
#fae1d8
#fbe2d9
#fce3da
#edd4cb
#ecd3ca
#ebd2c9
#ead1c8
#e9d0c7
#e8cfc6
#e7cec5
#e6cdc4
#e5ccc3
#e4cbc2
#e3cac1
#e2c9c0
#e1c8bf
#e0c7be

Monochromatic Color with #eed5cc

#eed5cc
#1a1716
#443d3a
#6e635f
#998983
#c3afa8

Tints of #eed5cc Color

#eed5cc
#efd9d1
#f1ded7
#f3e3dd
#f5e7e2
#f7ece8
#f9f1ee
#fbf5f3
#fdfaf9
#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

#eed5cc
#cce5ee

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

Split Complementary

#eed5cc
#cceee6
#ccd4ee

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

Analogous Color

#eeccd1
#eececc
#eed5cc
#eedccc
#eee3cc

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

#eed5cc
#cceed5
#d5ccee

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

#eed5cc
#d4eecc
#cce5ee
#e6ccee

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

#eed5cc
#cce5ee
#ccd4ee
#eee6cc

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 #eed5cc 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.

#eed5cc Color Code Preview on Black Background Color

This is how #eed5cc Color will look on black background color. Color contrast ratio is 15.03

#eed5cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed5cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed5cc

#eed5cc color code is use for CSS Background Color

Background color for the above div is #eed5cc

HTML with inline CSS

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

#eed5cc color code is use for CSS Border Color

CSS Border color for the above div is #eed5cc

HTML with inline CSS

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

CSS Border Left color for the above div is #eed5cc

HTML with inline CSS

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

CSS Border Right color for the above div is #eed5cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed5cc

HTML with inline CSS

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

CSS Border Top color for the above div is #eed5cc

HTML with inline CSS

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

#eed5cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed5cc Color code Preview on White Background

This is how #eed5cc Color code will look on white background color. Color contrast ratio is 1.40

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 #eed5cc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #eed5cc; }

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.