crispedge.com

Color picker

Loading...

#eed5be hex color - Yellow - Warm color - Information

#eed5be hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #eed5be color code is between #ddddbb web safe hex color code and #ffcccc web safe hex color code. #ddddbb is the nearest web safe color code. You can see here many more shades of #eed5be color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeeed5be#eed5be
RGB Decimal238, 213, 190rgb(238, 213, 190)
RGB Percent93%, 84%, 75%rgb(93%, 84%, 75%)
CSS RGBa238, 213, 190,1rgba(238,213,190,1)
CMYK Modelcmyk(0%,11%,20%,7%)
HSL Color Space29,59% ,84%hsl(29,59% ,84%)
HSV Color Space29°, 20%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101010110111110
Octal356325276
Decimal238213190
Hexeed5be

Different shades of #eed5be color code.

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

Light Shade of #eed5be
#f9efe6
Dark Shade of #eed5be
#e3bb96
Saturated Shade of #eed5be
#f2d5ba
Desaturated Shade of #eed5be
#ead5c2
Grey scale Shade of #eed5be
#d6d6d6
Brighten Shade
#ffeed7
Most Readable Shade
#000000

Shades of #eed5be color code

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

#eed5be
#d3bda8
#b9a593
#9e8e7e
#847669
#695e54
#4f473f
#342f2a
#1a1715
#000000

Similar Color like #eed5be color

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

#efd6bf
#f0d7c0
#f1d8c1
#f2d9c2
#f3dac3
#f4dbc4
#f5dcc5
#f6ddc6
#f7dec7
#f8dfc8
#f9e0c9
#fae1ca
#fbe2cb
#fce3cc
#edd4bd
#ecd3bc
#ebd2bb
#ead1ba
#e9d0b9
#e8cfb8
#e7ceb7
#e6cdb6
#e5ccb5
#e4cbb4
#e3cab3
#e2c9b2
#e1c8b1
#e0c7b0

Monochromatic Color with #eed5be

#eed5be
#1a1714
#443d36
#6e6358
#99897a
#c3af9c

Tints of #eed5be Color

#eed5be
#efd9c5
#f1decc
#f3e3d3
#f5e7da
#f7ece2
#f9f1e9
#fbf5f0
#fdfaf7
#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

#eed5be
#bed7ee

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

Split Complementary

#eed5be
#beeeed
#bebfee

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

Analogous Color

#eec2be
#eecbbe
#eed5be
#eedfbe
#eee8be

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

#eed5be
#beeed5
#d5beee

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

#eed5be
#bfeebe
#bed7ee
#edbeee

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

#eed5be
#bed7ee
#bebfee
#eeedbe

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

#eed5be Color Code Preview on Black Background Color

This is how #eed5be Color will look on black background color. Color contrast ratio is 14.90

#eed5be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed5be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed5be

#eed5be color code is use for CSS Background Color

Background color for the above div is #eed5be

HTML with inline CSS

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

#eed5be color code is use for CSS Border Color

CSS Border color for the above div is #eed5be

HTML with inline CSS

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

CSS Border Left color for the above div is #eed5be

HTML with inline CSS

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

CSS Border Right color for the above div is #eed5be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed5be

HTML with inline CSS

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

CSS Border Top color for the above div is #eed5be

HTML with inline CSS

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

#eed5be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed5be Color code Preview on White Background

This is how #eed5be Color code will look on white background color. Color contrast ratio is 1.41

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

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,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,215,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,213,190,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.