crispedge.com

Color picker

Loading...

#edd39d hex color - Yellow - Warm color - Information

#edd39d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedd39d#edd39d
RGB Decimal237, 211, 157rgb(237, 211, 157)
RGB Percent93%, 83%, 62%rgb(93%, 83%, 62%)
CSS RGBa237, 211, 157,1rgba(237,211,157,1)
CMYK Modelcmyk(0%,11%,34%,7%)
HSL Color Space41,69% ,77%hsl(41,69% ,77%)
HSV Color Space41°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101001110011101
Octal355323235
Decimal237211157
Hexedd39d

Different shades of #edd39d color code.

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

Light Shade of #edd39d
#f5e6c8
Dark Shade of #edd39d
#e5c072
Saturated Shade of #edd39d
#f3d597
Desaturated Shade of #edd39d
#e7d1a3
Grey scale Shade of #edd39d
#c5c5c5
Brighten Shade
#ffecb6
Most Readable Shade
#000000

Shades of #edd39d color code

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

#edd39d
#d2bb8b
#b8a47a
#9e8c68
#837557
#695d45
#4f4634
#342e22
#1a1711
#000000

Similar Color like #edd39d color

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

#eed49e
#efd59f
#f0d6a0
#f1d7a1
#f2d8a2
#f3d9a3
#f4daa4
#f5dba5
#f6dca6
#f7dda7
#f8dea8
#f9dfa9
#fae0aa
#fbe1ab
#ecd29c
#ebd19b
#ead09a
#e9cf99
#e8ce98
#e7cd97
#e6cc96
#e5cb95
#e4ca94
#e3c993
#e2c892
#e1c791
#e0c690
#dfc58f

Monochromatic Color with #edd39d

#edd39d
#181610
#433c2c
#6d6149
#988765
#c2ad81

Tints of #edd39d Color

#edd39d
#efd7a7
#f1dcb2
#f3e1bd
#f5e6c8
#f7ebd3
#f9f0de
#fbf5e9
#fdfaf4
#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

#edd39d
#9db7ed

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

Split Complementary

#edd39d
#9ddfed
#ab9ded

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

Analogous Color

#edb39d
#edc39d
#edd39d
#ede39d
#e7ed9d

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

#edd39d
#9dedd3
#d39ded

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

#edd39d
#9dedab
#9db7ed
#ed9ddf

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

#edd39d
#9db7ed
#ab9ded
#dfed9d

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

#edd39d Color Code Preview on Black Background Color

This is how #edd39d Color will look on black background color. Color contrast ratio is 14.41

#edd39d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd39d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd39d

#edd39d color code is use for CSS Background Color

Background color for the above div is #edd39d

HTML with inline CSS

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

#edd39d color code is use for CSS Border Color

CSS Border color for the above div is #edd39d

HTML with inline CSS

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

CSS Border Left color for the above div is #edd39d

HTML with inline CSS

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

CSS Border Right color for the above div is #edd39d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd39d

HTML with inline CSS

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

CSS Border Top color for the above div is #edd39d

HTML with inline CSS

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

#edd39d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd39d Color code Preview on White Background

This is how #edd39d Color code will look on white background color. Color contrast ratio is 1.46

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

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