crispedge.com

Color picker

Loading...

#eed59e hex color - Yellow - Warm color - Information

#eed59e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #eed59e color code is between #dddd99 web safe hex color code and #ffccaa web safe hex color code. #dddd99 is the nearest web safe color code. You can see here many more shades of #eed59e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeed59e#eed59e
RGB Decimal238, 213, 158rgb(238, 213, 158)
RGB Percent93%, 84%, 62%rgb(93%, 84%, 62%)
CSS RGBa238, 213, 158,1rgba(238,213,158,1)
CMYK Modelcmyk(0%,11%,34%,7%)
HSL Color Space41,70% ,78%hsl(41,70% ,78%)
HSV Color Space41°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101010110011110
Octal356325236
Decimal238213158
Hexeed59e

Different shades of #eed59e color code.

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

Light Shade of #eed59e
#f6e8c9
Dark Shade of #eed59e
#e6c273
Saturated Shade of #eed59e
#f4d798
Desaturated Shade of #eed59e
#e8d3a4
Grey scale Shade of #eed59e
#c6c6c6
Brighten Shade
#ffeeb7
Most Readable Shade
#000000

Shades of #eed59e color code

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

#eed59e
#d3bd8c
#b9a57a
#9e8e69
#847657
#695e46
#4f4734
#342f23
#1a1711
#000000

Similar Color like #eed59e color

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

#efd69f
#f0d7a0
#f1d8a1
#f2d9a2
#f3daa3
#f4dba4
#f5dca5
#f6dda6
#f7dea7
#f8dfa8
#f9e0a9
#fae1aa
#fbe2ab
#fce3ac
#edd49d
#ecd39c
#ebd29b
#ead19a
#e9d099
#e8cf98
#e7ce97
#e6cd96
#e5cc95
#e4cb94
#e3ca93
#e2c992
#e1c891
#e0c790

Monochromatic Color with #eed59e

#eed59e
#1a1711
#443d2d
#6e6349
#998966
#c3af82

Tints of #eed59e Color

#eed59e
#efd9a8
#f1deb3
#f3e3be
#f5e7c9
#f7ecd3
#f9f1de
#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

#eed59e
#9eb7ee

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

Split Complementary

#eed59e
#9edfee
#ad9eee

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

Analogous Color

#eeb59e
#eec59e
#eed59e
#eee59e
#e7ee9e

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

#eed59e
#9eeed5
#d59eee

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

#eed59e
#9eeead
#9eb7ee
#ee9edf

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

#eed59e
#9eb7ee
#ad9eee
#dfee9e

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

#eed59e Color Code Preview on Black Background Color

This is how #eed59e Color will look on black background color. Color contrast ratio is 14.65

#eed59e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed59e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed59e

#eed59e color code is use for CSS Background Color

Background color for the above div is #eed59e

HTML with inline CSS

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

#eed59e color code is use for CSS Border Color

CSS Border color for the above div is #eed59e

HTML with inline CSS

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

CSS Border Left color for the above div is #eed59e

HTML with inline CSS

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

CSS Border Right color for the above div is #eed59e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed59e

HTML with inline CSS

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

CSS Border Top color for the above div is #eed59e

HTML with inline CSS

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

#eed59e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed59e Color code Preview on White Background

This is how #eed59e Color code will look on white background color. Color contrast ratio is 1.43

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

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(238,213,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,183,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,213,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.