crispedge.com

Color picker

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

#eed4cb hex color - Orange - Warm color - Information

#eed4cb hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeed4cb#eed4cb
RGB Decimal238, 212, 203rgb(238, 212, 203)
RGB Percent93%, 83%, 80%rgb(93%, 83%, 80%)
CSS RGBa238, 212, 203,1rgba(238,212,203,1)
CMYK Modelcmyk(0%,11%,15%,7%)
HSL Color Space15,51% ,86%hsl(15,51% ,86%)
HSV Color Space15°, 15%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101010011001011
Octal356324313
Decimal238212203
Hexeed4cb

Different shades of #eed4cb color code.

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

Light Shade of #eed4cb
#fbf4f1
Dark Shade of #eed4cb
#e1b4a5
Saturated Shade of #eed4cb
#f1d2c8
Desaturated Shade of #eed4cb
#ebd6ce
Grey scale Shade of #eed4cb
#dcdcdc
Brighten Shade
#ffede4
Most Readable Shade
#000000

Shades of #eed4cb color code

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

#eed4cb
#d3bcb4
#b9a49d
#9e8d87
#847570
#695e5a
#4f4643
#342f2d
#1a1716
#000000

Similar Color like #eed4cb color

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

#efd5cc
#f0d6cd
#f1d7ce
#f2d8cf
#f3d9d0
#f4dad1
#f5dbd2
#f6dcd3
#f7ddd4
#f8ded5
#f9dfd6
#fae0d7
#fbe1d8
#fce2d9
#edd3ca
#ecd2c9
#ebd1c8
#ead0c7
#e9cfc6
#e8cec5
#e7cdc4
#e6ccc3
#e5cbc2
#e4cac1
#e3c9c0
#e2c8bf
#e1c7be
#e0c6bd

Monochromatic Color with #eed4cb

#eed4cb
#1a1716
#443d3a
#6e625e
#998883
#c3aea7

Tints of #eed4cb Color

#eed4cb
#efd8d0
#f1ddd6
#f3e2dc
#f5e7e2
#f7ebe7
#f9f0ed
#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

#eed4cb
#cbe5ee

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

Split Complementary

#eed4cb
#cbeee6
#cbd4ee

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

Analogous Color

#eecbd0
#eecdcb
#eed4cb
#eedbcb
#eee2cb

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

#eed4cb
#cbeed4
#d4cbee

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

#eed4cb
#d3eecb
#cbe5ee
#e5cbee

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

#eed4cb
#cbe5ee
#cbd4ee
#eee6cb

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

#eed4cb Color Code Preview on Black Background Color

This is how #eed4cb Color will look on black background color. Color contrast ratio is 14.92

#eed4cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed4cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed4cb

#eed4cb color code is use for CSS Background Color

Background color for the above div is #eed4cb

HTML with inline CSS

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

#eed4cb color code is use for CSS Border Color

CSS Border color for the above div is #eed4cb

HTML with inline CSS

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

CSS Border Left color for the above div is #eed4cb

HTML with inline CSS

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

CSS Border Right color for the above div is #eed4cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed4cb

HTML with inline CSS

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

CSS Border Top color for the above div is #eed4cb

HTML with inline CSS

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

#eed4cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed4cb Color code Preview on White Background

This is how #eed4cb Color code will look on white background color. Color contrast ratio is 1.41

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

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.