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

#eda68f hex color - Orange - Warm color - Information

#eda68f hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #eda68f Color code in RGB color code model is created after adding 92.94% red color, 65.1% green color and 56.08% blue color. Hex #eda68f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 40% yellow and 7.06% black.

Hex #eda68f color code is between #eeaa88 web safe hex color code and #dd9999 web safe hex color code. #eeaa88 is the nearest web safe color code. You can see here many more shades of #eda68f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeda68f#eda68f
RGB Decimal237, 166, 143rgb(237, 166, 143)
RGB Percent93%, 65%, 56%rgb(93%, 65%, 56%)
CSS RGBa237, 166, 143,1rgba(237,166,143,1)
CMYK Modelcmyk(0%,30%,40%,7.06%)
HSL Color Space15,72% ,75%hsl(15,72% ,75%)
HSV Color Space15°, 40%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010011010001111
Octal355246217
Decimal237166143
Hexeda68f

Different shades of #eda68f color code.

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

Light Shade of #eda68f
#f4c9bb
Dark Shade of #eda68f
#e68363
Saturated Shade of #eda68f
#f3a388
Desaturated Shade of #eda68f
#e6a995
Grey scale Shade of #eda68f
#bebebe
Brighten Shade
#ffbfa8
Most Readable Shade
#000000

Shades of #eda68f color code

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

#eda68f
#d2937f
#b8816f
#9e6e5f
#835c4f
#69493f
#4f372f
#34241f
#1a120f
#000000

Similar Color like #eda68f color

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

#eea790
#efa891
#f0a992
#f1aa93
#f2ab94
#f3ac95
#f4ad96
#f5ae97
#f6af98
#f7b099
#f8b19a
#f9b29b
#fab39c
#fbb49d
#eca58e
#eba48d
#eaa38c
#e9a28b
#e8a18a
#e7a089
#e69f88
#e59e87
#e49d86
#e39c85
#e29b84
#e19a83
#e09982
#df9881

Monochromatic Color with #eda68f

#eda68f
#18110f
#432f28
#6d4d42
#986a5c
#c28875

Tints of #eda68f Color

#eda68f
#efaf9b
#f1b9a7
#f3c3b4
#f5cdc0
#f7d7cd
#f9e1d9
#fbebe6
#fdf5f2
#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

#eda68f
#8fd6ed

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

Split Complementary

#eda68f
#8fedd5
#8fa7ed

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

Analogous Color

#ed8f9e
#ed938f
#eda68f
#edb98f
#edcc8f

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

#eda68f
#8feda6
#a68fed

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

#eda68f
#a7ed8f
#8fd6ed
#d58fed

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

#eda68f
#8fd6ed
#8fa7ed
#edd58f

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

#eda68f Color Code Preview on Black Background Color

This is how #eda68f Color will look on black background color. Color contrast ratio is 10.45

#eda68f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda68f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda68f

#eda68f color code is use for CSS Background Color

Background color for the above div is #eda68f

HTML with inline CSS

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

#eda68f color code is use for CSS Border Color

CSS Border color for the above div is #eda68f

HTML with inline CSS

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

CSS Border Left color for the above div is #eda68f

HTML with inline CSS

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

CSS Border Right color for the above div is #eda68f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda68f

HTML with inline CSS

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

CSS Border Top color for the above div is #eda68f

HTML with inline CSS

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

#eda68f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda68f Color code Preview on White Background

This is how #eda68f Color code will look on white background color. Color contrast ratio is 2.01

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

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,166,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,214,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,166,143,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.