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

#edafa4 hex color - Orange - Warm color - Information

#edafa4 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #edafa4 Color code in RGB color code model is created after adding 92.94% red color, 68.63% green color and 64.31% blue color. Hex #edafa4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 31% yellow and 7.06% black.

Hex #edafa4 color code is between #eeaaaa web safe hex color code and #ddbb99 web safe hex color code. #eeaaaa is the nearest web safe color code. You can see here many more shades of #edafa4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedafa4#edafa4
RGB Decimal237, 175, 164rgb(237, 175, 164)
RGB Percent93%, 69%, 64%rgb(93%, 69%, 64%)
CSS RGBa237, 175, 164,1rgba(237,175,164,1)
CMYK Modelcmyk(0%,26%,31%,7.06%)
HSL Color Space9,67% ,79%hsl(9,67% ,79%)
HSV Color Space9°, 31%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010111110100100
Octal355257244
Decimal237175164
Hexedafa4

Different shades of #edafa4 color code.

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

Light Shade of #edafa4
#f5d4cf
Dark Shade of #edafa4
#e58a79
Saturated Shade of #edafa4
#f2ab9f
Desaturated Shade of #edafa4
#e8b3a9
Grey scale Shade of #edafa4
#c8c8c8
Brighten Shade
#ffc8bd
Most Readable Shade
#000000

Shades of #edafa4 color code

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

#edafa4
#d29b91
#b8887f
#9e746d
#83615b
#694d48
#4f3a36
#342624
#1a1312
#000000

Similar Color like #edafa4 color

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

#eeb0a5
#efb1a6
#f0b2a7
#f1b3a8
#f2b4a9
#f3b5aa
#f4b6ab
#f5b7ac
#f6b8ad
#f7b9ae
#f8baaf
#f9bbb0
#fabcb1
#fbbdb2
#ecaea3
#ebada2
#eaaca1
#e9aba0
#e8aa9f
#e7a99e
#e6a89d
#e5a79c
#e4a69b
#e3a59a
#e2a499
#e1a398
#e0a297
#dfa196

Monochromatic Color with #edafa4

#edafa4
#181211
#43312e
#6d514c
#987069
#c29087

Tints of #edafa4 Color

#edafa4
#efb7ae
#f1c0b8
#f3c9c2
#f5d2cc
#f7dbd6
#f9e4e0
#fbedea
#fdf6f4
#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

#edafa4
#a4e2ed

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

Split Complementary

#edafa4
#a4edd4
#a4beed

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

Analogous Color

#eda4b6
#eda4a8
#edafa4
#edbea4
#edcca4

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

#edafa4
#a4edaf
#afa4ed

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

#edafa4
#bdeda4
#a4e2ed
#d3a4ed

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

#edafa4
#a4e2ed
#a4beed
#edd3a4

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

#edafa4 Color Code Preview on Black Background Color

This is how #edafa4 Color will look on black background color. Color contrast ratio is 11.27

#edafa4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edafa4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edafa4

#edafa4 color code is use for CSS Background Color

Background color for the above div is #edafa4

HTML with inline CSS

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

#edafa4 color code is use for CSS Border Color

CSS Border color for the above div is #edafa4

HTML with inline CSS

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

CSS Border Left color for the above div is #edafa4

HTML with inline CSS

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

CSS Border Right color for the above div is #edafa4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edafa4

HTML with inline CSS

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

CSS Border Top color for the above div is #edafa4

HTML with inline CSS

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

#edafa4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edafa4 Color code Preview on White Background

This is how #edafa4 Color code will look on white background color. Color contrast ratio is 1.86

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

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,175,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,226,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,175,164,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.