crispedge.com

Color picker

Loading...

#edcaab hex color - Brown - Warm color - Information

#edcaab hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #edcaab Color code in RGB color code model is created after adding 92.94% red color, 79.22% green color and 67.06% blue color. Hex #edcaab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 28% yellow and 7% black.

Hex #edcaab color code is between #eeccaa web safe hex color code and #ddbbbb web safe hex color code. #eeccaa is the nearest web safe color code. You can see here many more shades of #edcaab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedcaab#edcaab
RGB Decimal237, 202, 171rgb(237, 202, 171)
RGB Percent93%, 79%, 67%rgb(93%, 79%, 67%)
CSS RGBa237, 202, 171,1rgba(237,202,171,1)
CMYK Modelcmyk(0%,15%,28%,7%)
HSL Color Space28,65% ,80%hsl(28,65% ,80%)
HSV Color Space28°, 28%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100101010101011
Octal355312253
Decimal237202171
Hexedcaab

Different shades of #edcaab color code.

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

Light Shade of #edcaab
#f6e5d5
Dark Shade of #edcaab
#e4b081
Saturated Shade of #edcaab
#f2caa6
Desaturated Shade of #edcaab
#e8cab0
Grey scale Shade of #edcaab
#cccccc
Brighten Shade
#ffe3c4
Most Readable Shade
#000000

Shades of #edcaab color code

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

#edcaab
#d2b398
#b89d85
#9e8672
#83705f
#69594c
#4f4339
#342c26
#1a1613
#000000

Similar Color like #edcaab color

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

#eecbac
#efccad
#f0cdae
#f1ceaf
#f2cfb0
#f3d0b1
#f4d1b2
#f5d2b3
#f6d3b4
#f7d4b5
#f8d5b6
#f9d6b7
#fad7b8
#fbd8b9
#ecc9aa
#ebc8a9
#eac7a8
#e9c6a7
#e8c5a6
#e7c4a5
#e6c3a4
#e5c2a3
#e4c1a2
#e3c0a1
#e2bfa0
#e1be9f
#e0bd9e
#dfbc9d

Monochromatic Color with #edcaab

#edcaab
#181512
#433930
#6d5d4f
#98826e
#c2a68c

Tints of #edcaab Color

#edcaab
#efcfb4
#f1d5bd
#f3dbc7
#f5e1d0
#f7e7d9
#f9ede3
#fbf3ec
#fdf9f5
#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

#edcaab
#abceed

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

Split Complementary

#edcaab
#abedeb
#abaded

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

Analogous Color

#edb0ab
#edbdab
#edcaab
#edd7ab
#ede4ab

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

#edcaab
#abedca
#caabed

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

#edcaab
#adedab
#abceed
#ebabed

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

#edcaab
#abceed
#abaded
#edebab

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

#edcaab Color Code Preview on Black Background Color

This is how #edcaab Color will look on black background color. Color contrast ratio is 13.64

#edcaab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcaab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcaab

#edcaab color code is use for CSS Background Color

Background color for the above div is #edcaab

HTML with inline CSS

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

#edcaab color code is use for CSS Border Color

CSS Border color for the above div is #edcaab

HTML with inline CSS

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

CSS Border Left color for the above div is #edcaab

HTML with inline CSS

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

CSS Border Right color for the above div is #edcaab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcaab

HTML with inline CSS

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

CSS Border Top color for the above div is #edcaab

HTML with inline CSS

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

#edcaab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcaab Color code Preview on White Background

This is how #edcaab Color code will look on white background color. Color contrast ratio is 1.54

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

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(237,202,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,206,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,202,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.