crispedge.com

Color picker

Loading...

#ecd9cf hex color - Orange - Warm color - Information

#ecd9cf hex color - Orange - Warm color

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 34 Views

RGB Chart

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

Color Table

Hex Color Codeecd9cf#ecd9cf
RGB Decimal236, 217, 207rgb(236, 217, 207)
RGB Percent93%, 85%, 81%rgb(93%, 85%, 81%)
CSS RGBa236, 217, 207,1rgba(236,217,207,1)
CMYK Modelcmyk(0%,8%,12%,7%)
HSL Color Space21,43% ,87%hsl(21,43% ,87%)
HSV Color Space21°, 12%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001101100111001111
Octal354331317
Decimal236217207
Hexecd9cf

Different shades of #ecd9cf color code.

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

Light Shade of #ecd9cf
#faf6f4
Dark Shade of #ecd9cf
#debcaa
Saturated Shade of #ecd9cf
#efd8cc
Desaturated Shade of #ecd9cf
#e9dad2
Grey scale Shade of #ecd9cf
#dddddd
Brighten Shade
#fff2e8
Most Readable Shade
#000000

Shades of #ecd9cf color code

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

#ecd9cf
#d1c0b8
#b7a8a1
#9d908a
#837873
#68605c
#4e4845
#34302e
#1a1817
#000000

Similar Color like #ecd9cf color

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

#eddad0
#eedbd1
#efdcd2
#f0ddd3
#f1ded4
#f2dfd5
#f3e0d6
#f4e1d7
#f5e2d8
#f6e3d9
#f7e4da
#f8e5db
#f9e6dc
#fae7dd
#ebd8ce
#ead7cd
#e9d6cc
#e8d5cb
#e7d4ca
#e6d3c9
#e5d2c8
#e4d1c7
#e3d0c6
#e2cfc5
#e1cec4
#e0cdc3
#dfccc2
#decbc1

Monochromatic Color with #ecd9cf

#ecd9cf
#171615
#423d3a
#6c645f
#978b84
#c1b2aa

Tints of #ecd9cf Color

#ecd9cf
#eeddd4
#f0e1d9
#f2e5df
#f4e9e4
#f6eee9
#f8f2ef
#faf6f4
#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

#ecd9cf
#cfe2ec

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

Split Complementary

#ecd9cf
#cfece8
#cfd4ec

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

Analogous Color

#eccfd1
#ecd3cf
#ecd9cf
#ecdfcf
#ece5cf

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

#ecd9cf
#cfecd9
#d9cfec

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

#ecd9cf
#d3eccf
#cfe2ec
#e7cfec

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

#ecd9cf
#cfe2ec
#cfd4ec
#ece8cf

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

#ecd9cf Color Code Preview on Black Background Color

This is how #ecd9cf Color will look on black background color. Color contrast ratio is 15.39

#ecd9cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd9cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd9cf

#ecd9cf color code is use for CSS Background Color

Background color for the above div is #ecd9cf

HTML with inline CSS

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

#ecd9cf color code is use for CSS Border Color

CSS Border color for the above div is #ecd9cf

HTML with inline CSS

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

CSS Border Left color for the above div is #ecd9cf

HTML with inline CSS

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

CSS Border Right color for the above div is #ecd9cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecd9cf

HTML with inline CSS

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

CSS Border Top color for the above div is #ecd9cf

HTML with inline CSS

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

#ecd9cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecd9cf Color code Preview on White Background

This is how #ecd9cf Color code will look on white background color. Color contrast ratio is 1.36

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

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,217,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,226,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,217,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 34 Views

Post your comment:-

By submitting comment you agree to our privacy policy.