crispedge.com

Color picker

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

#edc7ac hex color - Brown - Warm color - Information

#edc7ac hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #edc7ac 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 #edc7ac color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedc7ac#edc7ac
RGB Decimal237, 199, 172rgb(237, 199, 172)
RGB Percent93%, 78%, 67%rgb(93%, 78%, 67%)
CSS RGBa237, 199, 172,1rgba(237,199,172,1)
CMYK Modelcmyk(0%,16%,27%,7%)
HSL Color Space25,64% ,80%hsl(25,64% ,80%)
HSV Color Space25°, 27%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100011110101100
Octal355307254
Decimal237199172
Hexedc7ac

Different shades of #edc7ac color code.

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

Light Shade of #edc7ac
#f6e3d6
Dark Shade of #edc7ac
#e4ab82
Saturated Shade of #edc7ac
#f2c6a7
Desaturated Shade of #edc7ac
#e8c8b1
Grey scale Shade of #edc7ac
#cccccc
Brighten Shade
#ffe0c5
Most Readable Shade
#000000

Shades of #edc7ac color code

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

#edc7ac
#d2b098
#b89a85
#9e8472
#836e5f
#69584c
#4f4239
#342c26
#1a1613
#000000

Similar Color like #edc7ac color

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

#eec8ad
#efc9ae
#f0caaf
#f1cbb0
#f2ccb1
#f3cdb2
#f4ceb3
#f5cfb4
#f6d0b5
#f7d1b6
#f8d2b7
#f9d3b8
#fad4b9
#fbd5ba
#ecc6ab
#ebc5aa
#eac4a9
#e9c3a8
#e8c2a7
#e7c1a6
#e6c0a5
#e5bfa4
#e4bea3
#e3bda2
#e2bca1
#e1bba0
#e0ba9f
#dfb99e

Monochromatic Color with #edc7ac

#edc7ac
#181512
#433831
#6d5c4f
#98806e
#c2a38d

Tints of #edc7ac Color

#edc7ac
#efcdb5
#f1d3be
#f3d9c7
#f5dfd0
#f7e6da
#f9ece3
#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

#edc7ac
#acd2ed

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

Split Complementary

#edc7ac
#acede8
#acb2ed

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

Analogous Color

#edadac
#edbaac
#edc7ac
#edd4ac
#ede1ac

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

#edc7ac
#acedc7
#c7aced

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

#edc7ac
#b1edac
#acd2ed
#e7aced

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

#edc7ac
#acd2ed
#acb2ed
#ede8ac

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

#edc7ac Color Code Preview on Black Background Color

This is how #edc7ac Color will look on black background color. Color contrast ratio is 13.37

#edc7ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc7ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc7ac

#edc7ac color code is use for CSS Background Color

Background color for the above div is #edc7ac

HTML with inline CSS

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

#edc7ac color code is use for CSS Border Color

CSS Border color for the above div is #edc7ac

HTML with inline CSS

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

CSS Border Left color for the above div is #edc7ac

HTML with inline CSS

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

CSS Border Right color for the above div is #edc7ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc7ac

HTML with inline CSS

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

CSS Border Top color for the above div is #edc7ac

HTML with inline CSS

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

#edc7ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc7ac Color code Preview on White Background

This is how #edc7ac Color code will look on white background color. Color contrast ratio is 1.57

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

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.