crispedge.com

Color picker

Loading...

#edec9c hex color - Yellow - Warm color - Information

#edec9c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #edec9c Color code in RGB color code model is created after adding 92.94% red color, 92.55% green color and 61.18% blue color. Hex #edec9c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 34% yellow and 7% black.

Hex #edec9c color code is between #eeee99 web safe hex color code and #ddddaa web safe hex color code. #eeee99 is the nearest web safe color code. You can see here many more shades of #edec9c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedec9c#edec9c
RGB Decimal237, 236, 156rgb(237, 236, 156)
RGB Percent93%, 93%, 61%rgb(93%, 93%, 61%)
CSS RGBa237, 236, 156,1rgba(237,236,156,1)
CMYK Modelcmyk(0%,0%,34%,7%)
HSL Color Space59,69% ,77%hsl(59,69% ,77%)
HSV Color Space59°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110110010011100
Octal355354234
Decimal237236156
Hexedec9c

Different shades of #edec9c color code.

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

Light Shade of #edec9c
#f5f4c7
Dark Shade of #edec9c
#e5e471
Saturated Shade of #edec9c
#f3f296
Desaturated Shade of #edec9c
#e7e6a2
Grey scale Shade of #edec9c
#c4c4c4
Brighten Shade
#ffffb5
Most Readable Shade
#000000

Shades of #edec9c color code

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

#edec9c
#d2d18a
#b8b779
#9e9d68
#838356
#696845
#4f4e34
#343422
#1a1a11
#000000

Similar Color like #edec9c color

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

#eeed9d
#efee9e
#f0ef9f
#f1f0a0
#f2f1a1
#f3f2a2
#f4f3a3
#f5f4a4
#f6f5a5
#f7f6a6
#f8f7a7
#f9f8a8
#faf9a9
#fbfaaa
#eceb9b
#ebea9a
#eae999
#e9e898
#e8e797
#e7e696
#e6e595
#e5e494
#e4e393
#e3e292
#e2e191
#e1e090
#e0df8f
#dfde8e

Monochromatic Color with #edec9c

#edec9c
#181810
#43432c
#6d6d48
#989764
#c2c280

Tints of #edec9c Color

#edec9c
#efeea7
#f1f0b2
#f3f2bd
#f5f4c8
#f7f6d3
#f9f8de
#fbfae9
#fdfcf4
#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

#edec9c
#9c9ded

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

Split Complementary

#edec9c
#9cc6ed
#c39ced

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

Analogous Color

#edcc9c
#eddc9c
#edec9c
#deed9c
#ceed9c

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

#edec9c
#9cedec
#ec9ced

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

#edec9c
#9cedc3
#9c9ded
#ed9cc5

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

#edec9c
#9c9ded
#c39ced
#c6ed9c

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

#edec9c Color Code Preview on Black Background Color

This is how #edec9c Color will look on black background color. Color contrast ratio is 17.08

#edec9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edec9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edec9c

#edec9c color code is use for CSS Background Color

Background color for the above div is #edec9c

HTML with inline CSS

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

#edec9c color code is use for CSS Border Color

CSS Border color for the above div is #edec9c

HTML with inline CSS

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

CSS Border Left color for the above div is #edec9c

HTML with inline CSS

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

CSS Border Right color for the above div is #edec9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edec9c

HTML with inline CSS

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

CSS Border Top color for the above div is #edec9c

HTML with inline CSS

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

#edec9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edec9c Color code Preview on White Background

This is how #edec9c Color code will look on white background color. Color contrast ratio is 1.23

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

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,236,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,157,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,236,156,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.