@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#edddbd hex color - Yellow - Warm color - Information

#edddbd hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edddbd Color code in RGB color code model is created after adding 92.94% red color, 86.67% green color and 74.12% blue color. Hex #edddbd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 20% yellow and 7.06% black.

Hex #edddbd color code is between #eeccbb web safe hex color code and #ddeecc web safe hex color code. #eeccbb is the nearest web safe color code. You can see here many more shades of #edddbd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeedddbd#edddbd
RGB Decimal237, 221, 189rgb(237, 221, 189)
RGB Percent93%, 87%, 74%rgb(93%, 87%, 74%)
CSS RGBa237, 221, 189,1rgba(237,221,189,1)
CMYK Modelcmyk(0%,7%,20%,7.06%)
HSL Color Space40,57% ,84%hsl(40,57% ,84%)
HSV Color Space40°, 20%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101110110111101
Octal355335275
Decimal237221189
Hexedddbd

Different shades of #edddbd color code.

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

Light Shade of #edddbd
#f8f2e5
Dark Shade of #edddbd
#e2c895
Saturated Shade of #edddbd
#f1deb9
Desaturated Shade of #edddbd
#e9dcc1
Grey scale Shade of #edddbd
#d5d5d5
Brighten Shade
#fff6d6
Most Readable Shade
#000000

Shades of #edddbd color code

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

#edddbd
#d2c4a8
#b8ab93
#9e937e
#837a69
#696254
#4f493f
#34312a
#1a1815
#000000

Similar Color like #edddbd color

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

#eedebe
#efdfbf
#f0e0c0
#f1e1c1
#f2e2c2
#f3e3c3
#f4e4c4
#f5e5c5
#f6e6c6
#f7e7c7
#f8e8c8
#f9e9c9
#faeaca
#fbebcb
#ecdcbc
#ebdbbb
#eadaba
#e9d9b9
#e8d8b8
#e7d7b7
#e6d6b6
#e5d5b5
#e4d4b4
#e3d3b3
#e2d2b2
#e1d1b1
#e0d0b0
#dfcfaf

Monochromatic Color with #edddbd

#edddbd
#181714
#433e35
#6d6657
#988e79
#c2b59b

Tints of #edddbd Color

#edddbd
#efe0c4
#f1e4cb
#f3e8d3
#f5ecda
#f7efe1
#f9f3e9
#fbf7f0
#fdfbf7
#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

#edddbd
#bdcded

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

Split Complementary

#edddbd
#bde5ed
#c5bded

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

Analogous Color

#edcabd
#edd3bd
#edddbd
#ede7bd
#eaedbd

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

#edddbd
#bdeddd
#ddbded

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

#edddbd
#bdedc5
#bdcded
#edbde5

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

#edddbd
#bdcded
#c5bded
#e5edbd

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

#edddbd Color Code Preview on Black Background Color

This is how #edddbd Color will look on black background color. Color contrast ratio is 15.68

#edddbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edddbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edddbd

#edddbd color code is use for CSS Background Color

Background color for the above div is #edddbd

HTML with inline CSS

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

#edddbd color code is use for CSS Border Color

CSS Border color for the above div is #edddbd

HTML with inline CSS

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

CSS Border Left color for the above div is #edddbd

HTML with inline CSS

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

CSS Border Right color for the above div is #edddbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edddbd

HTML with inline CSS

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

CSS Border Top color for the above div is #edddbd

HTML with inline CSS

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

#edddbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edddbd Color code Preview on White Background

This is how #edddbd Color code will look on white background color. Color contrast ratio is 1.34

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

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(237,221,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,205,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,221,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.