crispedge.com

Color picker

Loading...

#edd37b hex color - Yellow - Warm color - Information

#edd37b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #edd37b color code is between #eecc77 web safe hex color code and #dddd88 web safe hex color code. #eecc77 is the nearest web safe color code. You can see here many more shades of #edd37b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeedd37b#edd37b
RGB Decimal237, 211, 123rgb(237, 211, 123)
RGB Percent93%, 83%, 48%rgb(93%, 83%, 48%)
CSS RGBa237, 211, 123,1rgba(237,211,123,1)
CMYK Modelcmyk(0%,11%,48%,7%)
HSL Color Space46,76% ,71%hsl(46,76% ,71%)
HSV Color Space46°, 48%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101001101111011
Octal355323173
Decimal237211123
Hexedd37b

Different shades of #edd37b color code.

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

Light Shade of #edd37b
#f3e2a8
Dark Shade of #edd37b
#e7c44e
Saturated Shade of #edd37b
#f4d773
Desaturated Shade of #edd37b
#e5cf82
Grey scale Shade of #edd37b
#b4b4b4
Brighten Shade
#ffec94
Most Readable Shade
#000000

Shades of #edd37b color code

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

#edd37b
#d2bb6d
#b8a45f
#9e8c52
#837544
#695d36
#4f4629
#342e1b
#1a170d
#000000

Similar Color like #edd37b color

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

#eed47c
#efd57d
#f0d67e
#f1d77f
#f2d880
#f3d981
#f4da82
#f5db83
#f6dc84
#f7dd85
#f8de86
#f9df87
#fae088
#fbe189
#ecd27a
#ebd179
#ead078
#e9cf77
#e8ce76
#e7cd75
#e6cc74
#e5cb73
#e4ca72
#e3c971
#e2c870
#e1c76f
#e0c66e
#dfc56d

Monochromatic Color with #edd37b

#edd37b
#18160d
#433c23
#6d6139
#98874f
#c2ad65

Tints of #edd37b Color

#edd37b
#efd789
#f1dc98
#f3e1a7
#f5e6b5
#f7ebc4
#f9f0d3
#fbf5e1
#fdfaf0
#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

#edd37b
#7b95ed

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

Split Complementary

#edd37b
#7bceed
#9a7bed

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

Analogous Color

#eda57b
#edbc7b
#edd37b
#edea7b
#d9ed7b

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

#edd37b
#7bedd3
#d37bed

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

#edd37b
#7bed9a
#7b95ed
#ed7bce

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

#edd37b
#7b95ed
#9a7bed
#ceed7b

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

#edd37b Color Code Preview on Black Background Color

This is how #edd37b Color will look on black background color. Color contrast ratio is 14.20

#edd37b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd37b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd37b

#edd37b color code is use for CSS Background Color

Background color for the above div is #edd37b

HTML with inline CSS

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

#edd37b color code is use for CSS Border Color

CSS Border color for the above div is #edd37b

HTML with inline CSS

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

CSS Border Left color for the above div is #edd37b

HTML with inline CSS

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

CSS Border Right color for the above div is #edd37b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd37b

HTML with inline CSS

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

CSS Border Top color for the above div is #edd37b

HTML with inline CSS

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

#edd37b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd37b Color code Preview on White Background

This is how #edd37b Color code will look on white background color. Color contrast ratio is 1.48

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

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,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,149,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,211,123,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.