crispedge.com

Color picker

Loading...

#edae6e hex color - Yellow - Warm color - Information

#edae6e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edae6e Color code in RGB color code model is created after adding 92.94% red color, 68.24% green color and 43.14% blue color. Hex #edae6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 54% yellow and 7% black.

Hex #edae6e color code is between #eeaa66 web safe hex color code and #ddbb77 web safe hex color code. #eeaa66 is the nearest web safe color code. You can see here many more shades of #edae6e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedae6e#edae6e
RGB Decimal237, 174, 110rgb(237, 174, 110)
RGB Percent93%, 68%, 43%rgb(93%, 68%, 43%)
CSS RGBa237, 174, 110,1rgba(237,174,110,1)
CMYK Modelcmyk(0%,27%,54%,7%)
HSL Color Space30,78% ,68%hsl(30,78% ,68%)
HSV Color Space30°, 54%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010111001101110
Octal355256156
Decimal237174110
Hexedae6e

Different shades of #edae6e color code.

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

Light Shade of #edae6e
#f3c79b
Dark Shade of #edae6e
#e79541
Saturated Shade of #edae6e
#f5ae66
Desaturated Shade of #edae6e
#e5ae76
Grey scale Shade of #edae6e
#adadad
Brighten Shade
#ffc787
Most Readable Shade
#000000

Shades of #edae6e color code

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

#edae6e
#d29a61
#b88755
#9e7449
#83603d
#694d30
#4f3a24
#342618
#1a130c
#000000

Similar Color like #edae6e color

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

#eeaf6f
#efb070
#f0b171
#f1b272
#f2b373
#f3b474
#f4b575
#f5b676
#f6b777
#f7b878
#f8b979
#f9ba7a
#fabb7b
#fbbc7c
#ecad6d
#ebac6c
#eaab6b
#e9aa6a
#e8a969
#e7a868
#e6a767
#e5a666
#e4a565
#e3a464
#e2a363
#e1a262
#e0a161
#dfa060

Monochromatic Color with #edae6e

#edae6e
#18120b
#43311f
#6d5033
#987047
#c28f5a

Tints of #edae6e Color

#edae6e
#efb77e
#f1c08e
#f3c99e
#f5d2ae
#f7dbbe
#f9e4ce
#fbedde
#fdf6ee
#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

#edae6e
#6eaded

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

Split Complementary

#edae6e
#6eeced
#6e6eed

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

Analogous Color

#ed7b6e
#ed956e
#edae6e
#edc76e
#ede16e

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

#edae6e
#6eedae
#ae6eed

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

#edae6e
#6eed6e
#6eaded
#ed6eec

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

#edae6e
#6eaded
#6e6eed
#eced6e

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

#edae6e Color Code Preview on Black Background Color

This is how #edae6e Color will look on black background color. Color contrast ratio is 10.88

#edae6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edae6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edae6e

#edae6e color code is use for CSS Background Color

Background color for the above div is #edae6e

HTML with inline CSS

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

#edae6e color code is use for CSS Border Color

CSS Border color for the above div is #edae6e

HTML with inline CSS

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

CSS Border Left color for the above div is #edae6e

HTML with inline CSS

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

CSS Border Right color for the above div is #edae6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edae6e

HTML with inline CSS

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

CSS Border Top color for the above div is #edae6e

HTML with inline CSS

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

#edae6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edae6e Color code Preview on White Background

This is how #edae6e Color code will look on white background color. Color contrast ratio is 1.93

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.