crispedge.com

#eedd7e hex color - Yellow - Warm color - Information

#eedd7e hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #eedd7e Color code in RGB color code model is created after adding 93.33% red color, 86.67% green color and 49.41% blue color. Hex #eedd7e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 47% yellow and 6.67% black.

Hex #eedd7e color code is between #ddcc77 web safe hex color code and #ffee88 web safe hex color code. #ddcc77 is the nearest web safe color code. You can see here many more shades of #eedd7e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeedd7e#eedd7e
RGB Decimal238, 221, 126rgb(238, 221, 126)
RGB Percent93%, 87%, 49%rgb(93%, 87%, 49%)
CSS RGBa238, 221, 126,1rgba(238,221,126,1)
CMYK Modelcmyk(0%,7%,47%,6.67%)
HSL Color Space51,77% ,71%hsl(51,77% ,71%)
HSV Color Space51°, 47%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101110101111110
Octal356335176
Decimal238221126
Hexeedd7e

Different shades of #eedd7e color code.

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

Light Shade of #eedd7e
#f4e9ab
Dark Shade of #eedd7e
#e8d151
Saturated Shade of #eedd7e
#f5e277
Desaturated Shade of #eedd7e
#e7d885
Grey scale Shade of #eedd7e
#b6b6b6
Brighten Shade
#fff697
Most Readable Shade
#000000

Shades of #eedd7e color code

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

#eedd7e
#d3c470
#b9ab62
#9e9354
#847a46
#696238
#4f492a
#34311c
#1a180e
#000000

Similar Color like #eedd7e color

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

#efde7f
#f0df80
#f1e081
#f2e182
#f3e283
#f4e384
#f5e485
#f6e586
#f7e687
#f8e788
#f9e889
#fae98a
#fbea8b
#fceb8c
#eddc7d
#ecdb7c
#ebda7b
#ead97a
#e9d879
#e8d778
#e7d677
#e6d576
#e5d475
#e4d374
#e3d273
#e2d172
#e1d071
#e0cf70

Monochromatic Color with #eedd7e

#eedd7e
#1a180e
#443f24
#6e673b
#998e51
#c3b668

Tints of #eedd7e Color

#eedd7e
#efe08c
#f1e49a
#f3e8a9
#f5ecb7
#f7efc5
#f9f3d4
#fbf7e2
#fdfbf0
#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

#eedd7e
#7e8fee

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

Split Complementary

#eedd7e
#7ec7ee
#a57eee

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

Analogous Color

#eeb07e
#eec77e
#eedd7e
#e9ee7e
#d2ee7e

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

#eedd7e
#7eeedd
#dd7eee

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

#eedd7e
#7eeea5
#7e8fee
#ee7ec7

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

#eedd7e
#7e8fee
#a57eee
#c7ee7e

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

#eedd7e Color Code Preview on Black Background Color

This is how #eedd7e Color will look on black background color. Color contrast ratio is 15.28

#eedd7e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eedd7e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eedd7e

#eedd7e color code is use for CSS Background Color

Background color for the above div is #eedd7e

HTML with inline CSS

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

#eedd7e color code is use for CSS Border Color

CSS Border color for the above div is #eedd7e

HTML with inline CSS

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

CSS Border Left color for the above div is #eedd7e

HTML with inline CSS

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

CSS Border Right color for the above div is #eedd7e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eedd7e

HTML with inline CSS

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

CSS Border Top color for the above div is #eedd7e

HTML with inline CSS

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

#eedd7e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eedd7e Color code Preview on White Background

This is how #eedd7e Color code will look on white background color. Color contrast ratio is 1.37

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

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,221,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,143,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,221,126,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.