@
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.

#edce94 hex color - Yellow - Warm color - Information

#edce94 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edce94 Color code in RGB color code model is created after adding 92.94% red color, 80.78% green color and 58.04% blue color. Hex #edce94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 38% yellow and 7.06% black.

Hex #edce94 color code is between #eecc99 web safe hex color code and #dddd88 web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #edce94 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edce94 #edce94
RGB Decimal 237, 206, 148 rgb(237, 206, 148)
RGB Percent 93%, 81%, 58% rgb(93%, 81%, 58%)
CSS RGBa 237, 206, 148,1 rgba(237,206,148,1)
CMYK Model cmyk(0%,13%,38%,7.06%)
HSL Color Space 39,71% ,75% hsl(39,71% ,75%)
HSV Color Space 39°, 38%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11001110 10010100
Octal 355 316 224
Decimal 237 206 148
Hex ed ce 94

Different shades of #edce94 color code.

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

Light Shade of #edce94
#f4e2c0
Dark Shade of #edce94
#e6ba68
Saturated Shade of #edce94
#f3d08e
Desaturated Shade of #edce94
#e7cc9a
Grey scale Shade of #edce94
#c0c0c0
Brighten Shade
#ffe7ad
Most Readable Shade
#000000

Shades of #edce94 color code

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

#edce94
#d2b783
#b8a073
#9e8962
#837252
#695b41
#4f4431
#342d20
#1a1610
#000000

Similar Color like #edce94 color

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

#eecf95
#efd096
#f0d197
#f1d298
#f2d399
#f3d49a
#f4d59b
#f5d69c
#f6d79d
#f7d89e
#f8d99f
#f9daa0
#fadba1
#fbdca2
#eccd93
#ebcc92
#eacb91
#e9ca90
#e8c98f
#e7c88e
#e6c78d
#e5c68c
#e4c58b
#e3c48a
#e2c389
#e1c288
#e0c187
#dfc086

Monochromatic Color with #edce94

#edce94
#18150f
#433a2a
#6d5f44
#98845f
#c2a979

Tints of #edce94 Color

#edce94
#efd39f
#f1d8ab
#f3deb7
#f5e3c3
#f7e9cf
#f9eedb
#fbf4e7
#fdf9f3
#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

#edce94
#94b3ed

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

Split Complementary

#edce94
#94e0ed
#a194ed

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

Analogous Color

#edaa94
#edbc94
#edce94
#ede094
#e8ed94

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

#edce94
#94edce
#ce94ed

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

#edce94
#94eda1
#94b3ed
#ed94df

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

#edce94
#94b3ed
#a194ed
#e0ed94

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

#edce94 Color Code Preview on Black Background Color

This is how #edce94 Color will look on black background color. Color contrast ratio is 13.86

#edce94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edce94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edce94

#edce94 color code is use for CSS Background Color

Background color for the above div is #edce94

HTML with inline CSS

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

#edce94 color code is use for CSS Border Color

CSS Border color for the above div is #edce94

HTML with inline CSS

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

CSS Border Left color for the above div is #edce94

HTML with inline CSS

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

CSS Border Right color for the above div is #edce94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edce94

HTML with inline CSS

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

CSS Border Top color for the above div is #edce94

HTML with inline CSS

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

#edce94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edce94 Color code Preview on White Background

This is how #edce94 Color code will look on white background color. Color contrast ratio is 1.52

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

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,206,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,179,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,206,148,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.