crispedge.com

Color picker

Loading...

#eda28e hex color - Red - Warm color - Information

#eda28e hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #eda28e Color code in RGB color code model is created after adding 92.94% red color, 63.53% green color and 55.69% blue color. Hex #eda28e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 40% yellow and 7% black.

Hex #eda28e color code is between #eeaa88 web safe hex color code and #dd9999 web safe hex color code. #eeaa88 is the nearest web safe color code. You can see here many more shades of #eda28e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeda28e#eda28e
RGB Decimal237, 162, 142rgb(237, 162, 142)
RGB Percent93%, 64%, 56%rgb(93%, 64%, 56%)
CSS RGBa237, 162, 142,1rgba(237,162,142,1)
CMYK Modelcmyk(0%,32%,40%,7%)
HSL Color Space13,73% ,74%hsl(13,73% ,74%)
HSV Color Space13°, 40%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010001010001110
Octal355242216
Decimal237162142
Hexeda28e

Different shades of #eda28e color code.

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

Light Shade of #eda28e
#f4c6ba
Dark Shade of #eda28e
#e67e62
Saturated Shade of #eda28e
#f49e87
Desaturated Shade of #eda28e
#e6a695
Grey scale Shade of #eda28e
#bdbdbd
Brighten Shade
#ffbba7
Most Readable Shade
#000000

Shades of #eda28e color code

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

#eda28e
#d2907e
#b87e6e
#9e6c5e
#835a4e
#69483f
#4f362f
#34241f
#1a120f
#000000

Similar Color like #eda28e color

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

#eea38f
#efa490
#f0a591
#f1a692
#f2a793
#f3a894
#f4a995
#f5aa96
#f6ab97
#f7ac98
#f8ad99
#f9ae9a
#faaf9b
#fbb09c
#eca18d
#eba08c
#ea9f8b
#e99e8a
#e89d89
#e79c88
#e69b87
#e59a86
#e49985
#e39884
#e29783
#e19682
#e09581
#df9480

Monochromatic Color with #eda28e

#eda28e
#18110f
#432e28
#6d4b42
#98685b
#c28575

Tints of #eda28e Color

#eda28e
#efac9a
#f1b6a7
#f3c1b3
#f5cbc0
#f7d5cc
#f9e0d9
#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

#eda28e
#8ed9ed

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

Split Complementary

#eda28e
#8eedd2
#8eaaed

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

Analogous Color

#ed8ea0
#ed8f8e
#eda28e
#edb58e
#edc88e

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

#eda28e
#8eeda2
#a28eed

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

#eda28e
#a9ed8e
#8ed9ed
#d18eed

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

#eda28e
#8ed9ed
#8eaaed
#edd28e

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

#eda28e Color Code Preview on Black Background Color

This is how #eda28e Color will look on black background color. Color contrast ratio is 10.16

#eda28e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda28e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda28e

#eda28e color code is use for CSS Background Color

Background color for the above div is #eda28e

HTML with inline CSS

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

#eda28e color code is use for CSS Border Color

CSS Border color for the above div is #eda28e

HTML with inline CSS

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

CSS Border Left color for the above div is #eda28e

HTML with inline CSS

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

CSS Border Right color for the above div is #eda28e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda28e

HTML with inline CSS

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

CSS Border Top color for the above div is #eda28e

HTML with inline CSS

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

#eda28e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda28e Color code Preview on White Background

This is how #eda28e Color code will look on white background color. Color contrast ratio is 2.07

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

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,162,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,217,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,162,142,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.