crispedge.com

Color picker

Loading...

#efaa7c hex color - Yellow - Warm color - Information

#efaa7c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #efaa7c Color code in RGB color code model is created after adding 93.73% red color, 66.67% green color and 48.63% blue color. Hex #efaa7c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 48% yellow and 6% black.

Hex #efaa7c color code is between #ee9977 web safe hex color code and #ffbb88 web safe hex color code. #ee9977 is the nearest web safe color code. You can see here many more shades of #efaa7c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefaa7c#efaa7c
RGB Decimal239, 170, 124rgb(239, 170, 124)
RGB Percent94%, 67%, 49%rgb(94%, 67%, 49%)
CSS RGBa239, 170, 124,1rgba(239,170,124,1)
CMYK Modelcmyk(0%,29%,48%,6%)
HSL Color Space24,78% ,71%hsl(24,78% ,71%)
HSV Color Space24°, 48%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111010101001111100
Octal357252174
Decimal239170124
Hexefaa7c

Different shades of #efaa7c color code.

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

Light Shade of #efaa7c
#f5c7a9
Dark Shade of #efaa7c
#e98c4f
Saturated Shade of #efaa7c
#f6a975
Desaturated Shade of #efaa7c
#e8ab83
Grey scale Shade of #efaa7c
#b5b5b5
Brighten Shade
#ffc395
Most Readable Shade
#000000

Shades of #efaa7c color code

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

#efaa7c
#d4976e
#b98460
#9f7152
#845e44
#6a4b37
#4f3829
#35251b
#1a120d
#000000

Similar Color like #efaa7c color

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

#f0ab7d
#f1ac7e
#f2ad7f
#f3ae80
#f4af81
#f5b082
#f6b183
#f7b284
#f8b385
#f9b486
#fab587
#fbb688
#fcb789
#fdb88a
#eea97b
#eda87a
#eca779
#eba678
#eaa577
#e9a476
#e8a375
#e7a274
#e6a173
#e5a072
#e49f71
#e39e70
#e29d6f
#e19c6e

Monochromatic Color with #efaa7c

#efaa7c
#1a130e
#453124
#6f4f3a
#9a6e50
#c48c66

Tints of #efaa7c Color

#efaa7c
#f0b38a
#f2bc99
#f4c6a7
#f6cfb6
#f7d9c4
#f9e2d3
#fbece1
#fdf5f0
#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

#efaa7c
#7cc1ef

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

Split Complementary

#efaa7c
#7cefe4
#7c88ef

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

Analogous Color

#ef7c7c
#ef937c
#efaa7c
#efc17c
#efd87c

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

#efaa7c
#7cefaa
#aa7cef

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

#efaa7c
#87ef7c
#7cc1ef
#e37cef

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

#efaa7c
#7cc1ef
#7c88ef
#efe47c

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

#efaa7c Color Code Preview on Black Background Color

This is how #efaa7c Color will look on black background color. Color contrast ratio is 10.71

#efaa7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efaa7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efaa7c

#efaa7c color code is use for CSS Background Color

Background color for the above div is #efaa7c

HTML with inline CSS

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

#efaa7c color code is use for CSS Border Color

CSS Border color for the above div is #efaa7c

HTML with inline CSS

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

CSS Border Left color for the above div is #efaa7c

HTML with inline CSS

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

CSS Border Right color for the above div is #efaa7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efaa7c

HTML with inline CSS

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

CSS Border Top color for the above div is #efaa7c

HTML with inline CSS

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

#efaa7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efaa7c Color code Preview on White Background

This is how #efaa7c Color code will look on white background color. Color contrast ratio is 1.96

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

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(239,170,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,193,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,170,124,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.