crispedge.com

Color picker

Loading...

#edc78e hex color - Yellow - Warm color - Information

#edc78e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #edc78e color code is between #eecc88 web safe hex color code and #ddbb99 web safe hex color code. #eecc88 is the nearest web safe color code. You can see here many more shades of #edc78e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedc78e#edc78e
RGB Decimal237, 199, 142rgb(237, 199, 142)
RGB Percent93%, 78%, 56%rgb(93%, 78%, 56%)
CSS RGBa237, 199, 142,1rgba(237,199,142,1)
CMYK Modelcmyk(0%,16%,40%,7%)
HSL Color Space36,73% ,74%hsl(36,73% ,74%)
HSV Color Space36°, 40%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100011110001110
Octal355307216
Decimal237199142
Hexedc78e

Different shades of #edc78e color code.

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

Light Shade of #edc78e
#f4ddba
Dark Shade of #edc78e
#e6b162
Saturated Shade of #edc78e
#f4c887
Desaturated Shade of #edc78e
#e6c695
Grey scale Shade of #edc78e
#bdbdbd
Brighten Shade
#ffe0a7
Most Readable Shade
#000000

Shades of #edc78e color code

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

#edc78e
#d2b07e
#b89a6e
#9e845e
#836e4e
#69583f
#4f422f
#342c1f
#1a160f
#000000

Similar Color like #edc78e color

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

#eec88f
#efc990
#f0ca91
#f1cb92
#f2cc93
#f3cd94
#f4ce95
#f5cf96
#f6d097
#f7d198
#f8d299
#f9d39a
#fad49b
#fbd59c
#ecc68d
#ebc58c
#eac48b
#e9c38a
#e8c289
#e7c188
#e6c087
#e5bf86
#e4be85
#e3bd84
#e2bc83
#e1bb82
#e0ba81
#dfb980

Monochromatic Color with #edc78e

#edc78e
#18150f
#433828
#6d5c42
#98805b
#c2a375

Tints of #edc78e Color

#edc78e
#efcd9a
#f1d3a7
#f3d9b3
#f5dfc0
#f7e6cc
#f9ecd9
#fbf2e5
#fdf8f2
#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

#edc78e
#8eb4ed

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

Split Complementary

#edc78e
#8ee4ed
#988eed

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

Analogous Color

#eda18e
#edb48e
#edc78e
#edda8e
#eded8e

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

#edc78e
#8eedc7
#c78eed

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

#edc78e
#8eed97
#8eb4ed
#ed8ee3

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

#edc78e
#8eb4ed
#988eed
#e4ed8e

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

#edc78e Color Code Preview on Black Background Color

This is how #edc78e Color will look on black background color. Color contrast ratio is 13.16

#edc78e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc78e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc78e

#edc78e color code is use for CSS Background Color

Background color for the above div is #edc78e

HTML with inline CSS

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

#edc78e color code is use for CSS Border Color

CSS Border color for the above div is #edc78e

HTML with inline CSS

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

CSS Border Left color for the above div is #edc78e

HTML with inline CSS

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

CSS Border Right color for the above div is #edc78e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc78e

HTML with inline CSS

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

CSS Border Top color for the above div is #edc78e

HTML with inline CSS

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

#edc78e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc78e Color code Preview on White Background

This is how #edc78e Color code will look on white background color. Color contrast ratio is 1.60

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

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