crispedge.com

Color picker

Loading...

#ecd8cb hex color - Orange - Warm color - Information

#ecd8cb hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ecd8cb Color code in RGB color code model is created after adding 92.55% red color, 84.71% green color and 79.61% blue color. Hex #ecd8cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 14% yellow and 7% black.

Hex #ecd8cb color code is between #eeddcc web safe hex color code and #ddccbb web safe hex color code. #eeddcc is the nearest web safe color code. You can see here many more shades of #ecd8cb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeecd8cb#ecd8cb
RGB Decimal236, 216, 203rgb(236, 216, 203)
RGB Percent93%, 85%, 80%rgb(93%, 85%, 80%)
CSS RGBa236, 216, 203,1rgba(236,216,203,1)
CMYK Modelcmyk(0%,8%,14%,7%)
HSL Color Space24,46% ,86%hsl(24,46% ,86%)
HSV Color Space24°, 14%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001101100011001011
Octal354330313
Decimal236216203
Hexecd8cb

Different shades of #ecd8cb color code.

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

Light Shade of #ecd8cb
#faf4f0
Dark Shade of #ecd8cb
#debca6
Saturated Shade of #ecd8cb
#f0d7c7
Desaturated Shade of #ecd8cb
#e8d9cf
Grey scale Shade of #ecd8cb
#dbdbdb
Brighten Shade
#fff1e4
Most Readable Shade
#000000

Shades of #ecd8cb color code

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

#ecd8cb
#d1c0b4
#b7a89d
#9d9087
#837870
#68605a
#4e4843
#34302d
#1a1816
#000000

Similar Color like #ecd8cb color

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

#edd9cc
#eedacd
#efdbce
#f0dccf
#f1ddd0
#f2ded1
#f3dfd2
#f4e0d3
#f5e1d4
#f6e2d5
#f7e3d6
#f8e4d7
#f9e5d8
#fae6d9
#ebd7ca
#ead6c9
#e9d5c8
#e8d4c7
#e7d3c6
#e6d2c5
#e5d1c4
#e4d0c3
#e3cfc2
#e2cec1
#e1cdc0
#e0ccbf
#dfcbbe
#decabd

Monochromatic Color with #ecd8cb

#ecd8cb
#171514
#423c39
#6c635d
#978a82
#c1b1a6

Tints of #ecd8cb Color

#ecd8cb
#eedcd0
#f0e0d6
#f2e5dc
#f4e9e2
#f6ede7
#f8f2ed
#faf6f3
#fcfaf9
#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

#ecd8cb
#cbdfec

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

Split Complementary

#ecd8cb
#cbece9
#cbceec

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

Analogous Color

#eccbcb
#ecd1cb
#ecd8cb
#ecdfcb
#ece5cb

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

#ecd8cb
#cbecd8
#d8cbec

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

#ecd8cb
#ceeccb
#cbdfec
#e8cbec

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

#ecd8cb
#cbdfec
#cbceec
#ece9cb

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

#ecd8cb Color Code Preview on Black Background Color

This is how #ecd8cb Color will look on black background color. Color contrast ratio is 15.25

#ecd8cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd8cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd8cb

#ecd8cb color code is use for CSS Background Color

Background color for the above div is #ecd8cb

HTML with inline CSS

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

#ecd8cb color code is use for CSS Border Color

CSS Border color for the above div is #ecd8cb

HTML with inline CSS

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

CSS Border Left color for the above div is #ecd8cb

HTML with inline CSS

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

CSS Border Right color for the above div is #ecd8cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecd8cb

HTML with inline CSS

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

CSS Border Top color for the above div is #ecd8cb

HTML with inline CSS

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

#ecd8cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecd8cb Color code Preview on White Background

This is how #ecd8cb Color code will look on white background color. Color contrast ratio is 1.38

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(236,216,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,223,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,216,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.