@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#eda18c hex color - Red - Warm color - Information

#eda18c hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #eda18c Color code in RGB color code model is created after adding 92.94% red color, 63.14% green color and 54.9% blue color. Hex #eda18c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 41% yellow and 7.06% black.

Hex #eda18c color code is between #ee9988 web safe hex color code and #ddaa99 web safe hex color code. #ee9988 is the nearest web safe color code. You can see here many more shades of #eda18c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeda18c#eda18c
RGB Decimal237, 161, 140rgb(237, 161, 140)
RGB Percent93%, 63%, 55%rgb(93%, 63%, 55%)
CSS RGBa237, 161, 140,1rgba(237,161,140,1)
CMYK Modelcmyk(0%,32%,41%,7.06%)
HSL Color Space13,73% ,74%hsl(13,73% ,74%)
HSV Color Space13°, 41%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010000110001100
Octal355241214
Decimal237161140
Hexeda18c

Different shades of #eda18c color code.

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

Light Shade of #eda18c
#f4c5b8
Dark Shade of #eda18c
#e67d60
Saturated Shade of #eda18c
#f49d85
Desaturated Shade of #eda18c
#e6a593
Grey scale Shade of #eda18c
#bcbcbc
Brighten Shade
#ffbaa5
Most Readable Shade
#000000

Shades of #eda18c color code

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

#eda18c
#d28f7c
#b87d6c
#9e6b5d
#83594d
#69473e
#4f352e
#34231f
#1a110f
#000000

Similar Color like #eda18c color

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

#eea28d
#efa38e
#f0a48f
#f1a590
#f2a691
#f3a792
#f4a893
#f5a994
#f6aa95
#f7ab96
#f8ac97
#f9ad98
#faae99
#fbaf9a
#eca08b
#eb9f8a
#ea9e89
#e99d88
#e89c87
#e79b86
#e69a85
#e59984
#e49883
#e39782
#e29681
#e19580
#e0947f
#df937e

Monochromatic Color with #eda18c

#eda18c
#18110e
#432e28
#6d4a41
#98675a
#c28473

Tints of #eda18c Color

#eda18c
#efab98
#f1b5a5
#f3c0b2
#f5cabf
#f7d5cb
#f9dfd8
#fbeae5
#fdf4f2
#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

#eda18c
#8cd8ed

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

Split Complementary

#eda18c
#8cedd2
#8ca8ed

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

Analogous Color

#ed8c9e
#ed8e8c
#eda18c
#edb48c
#edc88c

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

#eda18c
#8ceda1
#a18ced

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

#eda18c
#a7ed8c
#8cd8ed
#d18ced

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

#eda18c
#8cd8ed
#8ca8ed
#edd28c

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

#eda18c Color Code Preview on Black Background Color

This is how #eda18c Color will look on black background color. Color contrast ratio is 10.08

#eda18c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda18c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda18c

#eda18c color code is use for CSS Background Color

Background color for the above div is #eda18c

HTML with inline CSS

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

#eda18c color code is use for CSS Border Color

CSS Border color for the above div is #eda18c

HTML with inline CSS

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

CSS Border Left color for the above div is #eda18c

HTML with inline CSS

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

CSS Border Right color for the above div is #eda18c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda18c

HTML with inline CSS

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

CSS Border Top color for the above div is #eda18c

HTML with inline CSS

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

#eda18c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda18c Color code Preview on White Background

This is how #eda18c Color code will look on white background color. Color contrast ratio is 2.08

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

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,161,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,216,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,161,140,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.