crispedge.com

Color picker

Loading...

#eed38e hex color - Yellow - Warm color - Information

#eed38e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #eed38e color code is between #ddcc88 web safe hex color code and #ffdd99 web safe hex color code. #ddcc88 is the nearest web safe color code. You can see here many more shades of #eed38e color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeeed38e#eed38e
RGB Decimal238, 211, 142rgb(238, 211, 142)
RGB Percent93%, 83%, 56%rgb(93%, 83%, 56%)
CSS RGBa238, 211, 142,1rgba(238,211,142,1)
CMYK Modelcmyk(0%,11%,40%,7%)
HSL Color Space43,74% ,75%hsl(43,74% ,75%)
HSV Color Space43°, 40%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001110001110
Octal356323216
Decimal238211142
Hexeed38e

Different shades of #eed38e color code.

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

Light Shade of #eed38e
#f5e4ba
Dark Shade of #eed38e
#e7c262
Saturated Shade of #eed38e
#f4d687
Desaturated Shade of #eed38e
#e7d094
Grey scale Shade of #eed38e
#bebebe
Brighten Shade
#ffeca7
Most Readable Shade
#000000

Shades of #eed38e color code

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

#eed38e
#d3bb7e
#b9a46e
#9e8c5e
#84754e
#695d3f
#4f462f
#342e1f
#1a170f
#000000

Similar Color like #eed38e color

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

#efd48f
#f0d590
#f1d691
#f2d792
#f3d893
#f4d994
#f5da95
#f6db96
#f7dc97
#f8dd98
#f9de99
#fadf9a
#fbe09b
#fce19c
#edd28d
#ecd18c
#ebd08b
#eacf8a
#e9ce89
#e8cd88
#e7cc87
#e6cb86
#e5ca85
#e4c984
#e3c883
#e2c782
#e1c681
#e0c580

Monochromatic Color with #eed38e

#eed38e
#1a170f
#443c29
#6e6242
#99885b
#c3ad75

Tints of #eed38e Color

#eed38e
#efd79a
#f1dca7
#f3e1b3
#f5e6c0
#f7ebcc
#f9f0d9
#fbf5e5
#fdfaf2
#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

#eed38e
#8ea9ee

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

Split Complementary

#eed38e
#8ed9ee
#a38eee

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

Analogous Color

#eead8e
#eec08e
#eed38e
#eee68e
#e3ee8e

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

#eed38e
#8eeed3
#d38eee

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

#eed38e
#8eeea3
#8ea9ee
#ee8ed9

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

#eed38e
#8ea9ee
#a38eee
#d9ee8e

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

#eed38e Color Code Preview on Black Background Color

This is how #eed38e Color will look on black background color. Color contrast ratio is 14.34

#eed38e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed38e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed38e

#eed38e color code is use for CSS Background Color

Background color for the above div is #eed38e

HTML with inline CSS

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

#eed38e color code is use for CSS Border Color

CSS Border color for the above div is #eed38e

HTML with inline CSS

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

CSS Border Left color for the above div is #eed38e

HTML with inline CSS

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

CSS Border Right color for the above div is #eed38e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed38e

HTML with inline CSS

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

CSS Border Top color for the above div is #eed38e

HTML with inline CSS

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

#eed38e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed38e Color code Preview on White Background

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.