crispedge.com

Color picker

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

#edc6aa hex color - Brown - Warm color - Information

#edc6aa hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedc6aa#edc6aa
RGB Decimal237, 198, 170rgb(237, 198, 170)
RGB Percent93%, 78%, 67%rgb(93%, 78%, 67%)
CSS RGBa237, 198, 170,1rgba(237,198,170,1)
CMYK Modelcmyk(0%,16%,28%,7%)
HSL Color Space25,65% ,80%hsl(25,65% ,80%)
HSV Color Space25°, 28%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100011010101010
Octal355306252
Decimal237198170
Hexedc6aa

Different shades of #edc6aa color code.

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

Light Shade of #edc6aa
#f6e2d4
Dark Shade of #edc6aa
#e4aa80
Saturated Shade of #edc6aa
#f2c5a5
Desaturated Shade of #edc6aa
#e8c7af
Grey scale Shade of #edc6aa
#cbcbcb
Brighten Shade
#ffdfc3
Most Readable Shade
#000000

Shades of #edc6aa color code

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

#edc6aa
#d2b097
#b89a84
#9e8471
#836e5e
#69584b
#4f4238
#342c25
#1a1612
#000000

Similar Color like #edc6aa color

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

#eec7ab
#efc8ac
#f0c9ad
#f1caae
#f2cbaf
#f3ccb0
#f4cdb1
#f5ceb2
#f6cfb3
#f7d0b4
#f8d1b5
#f9d2b6
#fad3b7
#fbd4b8
#ecc5a9
#ebc4a8
#eac3a7
#e9c2a6
#e8c1a5
#e7c0a4
#e6bfa3
#e5bea2
#e4bda1
#e3bca0
#e2bb9f
#e1ba9e
#e0b99d
#dfb89c

Monochromatic Color with #edc6aa

#edc6aa
#181412
#433830
#6d5b4f
#987f6d
#c2a28c

Tints of #edc6aa Color

#edc6aa
#efccb3
#f1d2bc
#f3d9c6
#f5dfcf
#f7e5d9
#f9ece2
#fbf2ec
#fdf8f5
#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

#edc6aa
#aad1ed

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

Split Complementary

#edc6aa
#aaede8
#aaafed

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

Analogous Color

#edabaa
#edb9aa
#edc6aa
#edd3aa
#ede1aa

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

#edc6aa
#aaedc6
#c6aaed

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

#edc6aa
#afedaa
#aad1ed
#e7aaed

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

#edc6aa
#aad1ed
#aaafed
#ede8aa

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

#edc6aa Color Code Preview on Black Background Color

This is how #edc6aa Color will look on black background color. Color contrast ratio is 13.26

#edc6aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc6aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc6aa

#edc6aa color code is use for CSS Background Color

Background color for the above div is #edc6aa

HTML with inline CSS

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

#edc6aa color code is use for CSS Border Color

CSS Border color for the above div is #edc6aa

HTML with inline CSS

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

CSS Border Left color for the above div is #edc6aa

HTML with inline CSS

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

CSS Border Right color for the above div is #edc6aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc6aa

HTML with inline CSS

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

CSS Border Top color for the above div is #edc6aa

HTML with inline CSS

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

#edc6aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc6aa Color code Preview on White Background

This is how #edc6aa Color code will look on white background color. Color contrast ratio is 1.58

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.