crispedge.com

Color picker

Loading...

#e1ded1 hex color - Yellow - Warm color - Information

#e1ded1 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #e1ded1 Color code in RGB color code model is created after adding 88.24% red color, 87.06% green color and 81.96% blue color. Hex #e1ded1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 7% yellow and 12% black.

Hex #e1ded1 color code is between #ddddcc web safe hex color code and #eeeedd web safe hex color code. #ddddcc is the nearest web safe color code. You can see here many more shades of #e1ded1 color code.

0 Likes 0 Comments | 32 Views

RGB Chart

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

Color Table

Hex Color Codee1ded1#e1ded1
RGB Decimal225, 222, 209rgb(225, 222, 209)
RGB Percent88%, 87%, 82%rgb(88%, 87%, 82%)
CSS RGBa225, 222, 209,1rgba(225,222,209,1)
CMYK Modelcmyk(0%,1%,7%,12%)
HSL Color Space49,21% ,85%hsl(49,21% ,85%)
HSV Color Space49°, 7%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011101111011010001
Octal341336321
Decimal225222209
Hexe1ded1

Different shades of #e1ded1 color code.

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

Light Shade of #e1ded1
#f5f4f0
Dark Shade of #e1ded1
#cdc8b2
Saturated Shade of #e1ded1
#e5e0cd
Desaturated Shade of #e1ded1
#dddcd5
Grey scale Shade of #e1ded1
#d9d9d9
Brighten Shade
#faf7ea
Most Readable Shade
#000000

Shades of #e1ded1 color code

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

#e1ded1
#c8c5b9
#afaca2
#96948b
#7d7b74
#64625c
#4b4a45
#32312e
#191817
#000000

Similar Color like #e1ded1 color

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

#e2dfd2
#e3e0d3
#e4e1d4
#e5e2d5
#e6e3d6
#e7e4d7
#e8e5d8
#e9e6d9
#eae7da
#ebe8db
#ece9dc
#edeadd
#eeebde
#efecdf
#e0ddd0
#dfdccf
#dedbce
#dddacd
#dcd9cc
#dbd8cb
#dad7ca
#d9d6c9
#d8d5c8
#d7d4c7
#d6d3c6
#d5d2c5
#d4d1c4
#d3d0c3

Monochromatic Color with #e1ded1

#e1ded1
#0c0c0c
#373633
#61605b
#8c8a82
#b6b4aa

Tints of #e1ded1 Color

#e1ded1
#e4e1d6
#e7e5db
#ebe9e0
#eeece5
#f1f0ea
#f5f4ef
#f8f7f4
#fbfbf9
#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

#e1ded1
#d1d4e1

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

Split Complementary

#e1ded1
#d1dce1
#d6d1e1

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

Analogous Color

#e1d8d1
#e1dbd1
#e1ded1
#e1e1d1
#dee1d1

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

#e1ded1
#d1e1de
#ded1e1

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

#e1ded1
#d1e1d6
#d1d4e1
#e1d1dc

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

#e1ded1
#d1d4e1
#d6d1e1
#dce1d1

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

#e1ded1 Color Code Preview on Black Background Color

This is how #e1ded1 Color will look on black background color. Color contrast ratio is 15.57

#e1ded1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ded1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ded1

#e1ded1 color code is use for CSS Background Color

Background color for the above div is #e1ded1

HTML with inline CSS

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

#e1ded1 color code is use for CSS Border Color

CSS Border color for the above div is #e1ded1

HTML with inline CSS

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

CSS Border Left color for the above div is #e1ded1

HTML with inline CSS

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

CSS Border Right color for the above div is #e1ded1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1ded1

HTML with inline CSS

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

CSS Border Top color for the above div is #e1ded1

HTML with inline CSS

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

#e1ded1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1ded1 Color code Preview on White Background

This is how #e1ded1 Color code will look on white background color. Color contrast ratio is 1.35

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

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(225,222,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(209,212,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,222,209,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.