crispedge.com

#efc9ab hex color - Orange - Warm color - Information

#efc9ab hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #efc9ab Color code in RGB color code model is created after adding 93.73% red color, 78.82% green color and 67.06% blue color. Hex #efc9ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 28% yellow and 6% black.

Hex #efc9ab color code is between #eeccaa web safe hex color code and #ffbbbb web safe hex color code. #eeccaa is the nearest web safe color code. You can see here many more shades of #efc9ab color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeefc9ab#efc9ab
RGB Decimal239, 201, 171rgb(239, 201, 171)
RGB Percent94%, 79%, 67%rgb(94%, 79%, 67%)
CSS RGBa239, 201, 171,1rgba(239,201,171,1)
CMYK Modelcmyk(0%,16%,28%,6%)
HSL Color Space26,68% ,80%hsl(26,68% ,80%)
HSV Color Space26°, 28%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100100110101011
Octal357311253
Decimal239201171
Hexefc9ab

Different shades of #efc9ab color code.

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

Light Shade of #efc9ab
#f7e5d6
Dark Shade of #efc9ab
#e7ad80
Saturated Shade of #efc9ab
#f4c8a6
Desaturated Shade of #efc9ab
#eacab0
Grey scale Shade of #efc9ab
#cdcdcd
Brighten Shade
#ffe2c4
Most Readable Shade
#000000

Shades of #efc9ab color code

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

#efc9ab
#d4b298
#b99c85
#9f8672
#846f5f
#6a594c
#4f4339
#352c26
#1a1613
#000000

Similar Color like #efc9ab color

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

#f0caac
#f1cbad
#f2ccae
#f3cdaf
#f4ceb0
#f5cfb1
#f6d0b2
#f7d1b3
#f8d2b4
#f9d3b5
#fad4b6
#fbd5b7
#fcd6b8
#fdd7b9
#eec8aa
#edc7a9
#ecc6a8
#ebc5a7
#eac4a6
#e9c3a5
#e8c2a4
#e7c1a3
#e6c0a2
#e5bfa1
#e4bea0
#e3bd9f
#e2bc9e
#e1bb9d

Monochromatic Color with #efc9ab

#efc9ab
#1a1613
#453a31
#6f5e50
#9a826e
#c4a58d

Tints of #efc9ab Color

#efc9ab
#f0cfb4
#f2d5bd
#f4dbc7
#f6e1d0
#f7e7d9
#f9ede3
#fbf3ec
#fdf9f5
#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

#efc9ab
#abd1ef

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

Split Complementary

#efc9ab
#abefeb
#abafef

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

Analogous Color

#efaeab
#efbbab
#efc9ab
#efd7ab
#efe4ab

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

#efc9ab
#abefc9
#c9abef

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

#efc9ab
#afefab
#abd1ef
#ebabef

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

#efc9ab
#abd1ef
#abafef
#efebab

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

#efc9ab Color Code Preview on Black Background Color

This is how #efc9ab Color will look on black background color. Color contrast ratio is 13.61

#efc9ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc9ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc9ab

#efc9ab color code is use for CSS Background Color

Background color for the above div is #efc9ab

HTML with inline CSS

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

#efc9ab color code is use for CSS Border Color

CSS Border color for the above div is #efc9ab

HTML with inline CSS

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

CSS Border Left color for the above div is #efc9ab

HTML with inline CSS

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

CSS Border Right color for the above div is #efc9ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efc9ab

HTML with inline CSS

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

CSS Border Top color for the above div is #efc9ab

HTML with inline CSS

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

#efc9ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efc9ab Color code Preview on White Background

This is how #efc9ab Color code will look on white background color. Color contrast ratio is 1.54

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>