crispedge.com

Color picker

Loading...

#eaa47f hex color - Orange - Warm color - Information

#eaa47f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #eaa47f Color code in RGB color code model is created after adding 91.76% red color, 64.31% green color and 49.8% blue color. Hex #eaa47f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 46% yellow and 8% black.

Hex #eaa47f color code is between #eeaa77 web safe hex color code and #dd9988 web safe hex color code. #eeaa77 is the nearest web safe color code. You can see here many more shades of #eaa47f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeaa47f#eaa47f
RGB Decimal234, 164, 127rgb(234, 164, 127)
RGB Percent92%, 64%, 50%rgb(92%, 64%, 50%)
CSS RGBa234, 164, 127,1rgba(234,164,127,1)
CMYK Modelcmyk(0%,30%,46%,8%)
HSL Color Space21,72% ,71%hsl(21,72% ,71%)
HSV Color Space21°, 46%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101010010001111111
Octal352244177
Decimal234164127
Hexeaa47f

Different shades of #eaa47f color code.

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

Light Shade of #eaa47f
#f1c3ab
Dark Shade of #eaa47f
#e38553
Saturated Shade of #eaa47f
#f1a278
Desaturated Shade of #eaa47f
#e3a686
Grey scale Shade of #eaa47f
#b4b4b4
Brighten Shade
#ffbd98
Most Readable Shade
#000000

Shades of #eaa47f color code

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

#eaa47f
#d09170
#b67f62
#9c6d54
#825b46
#684838
#4e362a
#34241c
#1a120e
#000000

Similar Color like #eaa47f color

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

#eba580
#eca681
#eda782
#eea883
#efa984
#f0aa85
#f1ab86
#f2ac87
#f3ad88
#f4ae89
#f5af8a
#f6b08b
#f7b18c
#f8b28d
#e9a37e
#e8a27d
#e7a17c
#e6a07b
#e59f7a
#e49e79
#e39d78
#e29c77
#e19b76
#e09a75
#df9974
#de9873
#dd9772
#dc9671

Monochromatic Color with #eaa47f

#eaa47f
#150f0c
#402d23
#6a4b3a
#956851
#bf8668

Tints of #eaa47f Color

#eaa47f
#ecae8d
#eeb89b
#f1c2a9
#f3ccb7
#f5d6c6
#f8e0d4
#faeae2
#fcf4f0
#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

#eaa47f
#7fc5ea

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

Split Complementary

#eaa47f
#7feada
#7f90ea

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

Analogous Color

#ea7f85
#ea8f7f
#eaa47f
#eab97f
#eacf7f

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

#eaa47f
#7feaa4
#a47fea

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

#eaa47f
#8fea7f
#7fc5ea
#d97fea

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

#eaa47f
#7fc5ea
#7f90ea
#ead97f

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

#eaa47f Color Code Preview on Black Background Color

This is how #eaa47f Color will look on black background color. Color contrast ratio is 10.12

#eaa47f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaa47f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaa47f

#eaa47f color code is use for CSS Background Color

Background color for the above div is #eaa47f

HTML with inline CSS

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

#eaa47f color code is use for CSS Border Color

CSS Border color for the above div is #eaa47f

HTML with inline CSS

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

CSS Border Left color for the above div is #eaa47f

HTML with inline CSS

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

CSS Border Right color for the above div is #eaa47f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eaa47f

HTML with inline CSS

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

CSS Border Top color for the above div is #eaa47f

HTML with inline CSS

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

#eaa47f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eaa47f Color code Preview on White Background

This is how #eaa47f Color code will look on white background color. Color contrast ratio is 2.08

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.