crispedge.com

Color picker

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

#eed2ce hex color - Orange - Warm color - Information

#eed2ce hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #eed2ce Color code in RGB color code model is created after adding 93.33% red color, 82.35% green color and 80.78% blue color. Hex #eed2ce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 13% yellow and 7% black.

Hex #eed2ce color code is between #ddcccc web safe hex color code and #ffdddd web safe hex color code. #ddcccc is the nearest web safe color code. You can see here many more shades of #eed2ce color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeeed2ce#eed2ce
RGB Decimal238, 210, 206rgb(238, 210, 206)
RGB Percent93%, 82%, 81%rgb(93%, 82%, 81%)
CSS RGBa238, 210, 206,1rgba(238,210,206,1)
CMYK Modelcmyk(0%,12%,13%,7%)
HSL Color Space7,48% ,87%hsl(7,48% ,87%)
HSV Color Space7°, 13%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001011001110
Octal356322316
Decimal238210206
Hexeed2ce

Different shades of #eed2ce color code.

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

Light Shade of #eed2ce
#fbf5f4
Dark Shade of #eed2ce
#e1afa8
Saturated Shade of #eed2ce
#f1cfcb
Desaturated Shade of #eed2ce
#ebd4d1
Grey scale Shade of #eed2ce
#dedede
Brighten Shade
#ffebe7
Most Readable Shade
#000000

Shades of #eed2ce color code

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

#eed2ce
#d3bab7
#b9a3a0
#9e8c89
#847472
#695d5b
#4f4644
#342e2d
#1a1716
#000000

Similar Color like #eed2ce color

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

#efd3cf
#f0d4d0
#f1d5d1
#f2d6d2
#f3d7d3
#f4d8d4
#f5d9d5
#f6dad6
#f7dbd7
#f8dcd8
#f9ddd9
#fadeda
#fbdfdb
#fce0dc
#edd1cd
#ecd0cc
#ebcfcb
#eaceca
#e9cdc9
#e8ccc8
#e7cbc7
#e6cac6
#e5c9c5
#e4c8c4
#e3c7c3
#e2c6c2
#e1c5c1
#e0c4c0

Monochromatic Color with #eed2ce

#eed2ce
#1a1716
#443c3b
#6e6160
#998784
#c3aca9

Tints of #eed2ce Color

#eed2ce
#efd7d3
#f1dcd8
#f3e1de
#f5e6e3
#f7ebe9
#f9f0ee
#fbf5f4
#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

#eed2ce
#ceeaee

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

Split Complementary

#eed2ce
#ceeee2
#cedaee

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

Analogous Color

#eeced7
#eeced0
#eed2ce
#eed8ce
#eedfce

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

#eed2ce
#ceeed2
#d2ceee

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

#eed2ce
#daeece
#ceeaee
#e2ceee

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

#eed2ce
#ceeaee
#cedaee
#eee2ce

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

#eed2ce Color Code Preview on Black Background Color

This is how #eed2ce Color will look on black background color. Color contrast ratio is 14.75

#eed2ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2ce

#eed2ce color code is use for CSS Background Color

Background color for the above div is #eed2ce

HTML with inline CSS

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

#eed2ce color code is use for CSS Border Color

CSS Border color for the above div is #eed2ce

HTML with inline CSS

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

CSS Border Left color for the above div is #eed2ce

HTML with inline CSS

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

CSS Border Right color for the above div is #eed2ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed2ce

HTML with inline CSS

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

CSS Border Top color for the above div is #eed2ce

HTML with inline CSS

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

#eed2ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed2ce Color code Preview on White Background

This is how #eed2ce Color code will look on white background color. Color contrast ratio is 1.42

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.