crispedge.com

Color picker

Loading...

#efb3ac hex color - Orange - Warm color - Information

#efb3ac hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #efb3ac color code is between #eebbaa web safe hex color code and #ffaabb web safe hex color code. #eebbaa is the nearest web safe color code. You can see here many more shades of #efb3ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefb3ac#efb3ac
RGB Decimal239, 179, 172rgb(239, 179, 172)
RGB Percent94%, 70%, 67%rgb(94%, 70%, 67%)
CSS RGBa239, 179, 172,1rgba(239,179,172,1)
CMYK Modelcmyk(0%,25%,28%,6%)
HSL Color Space6,68% ,81%hsl(6,68% ,81%)
HSV Color Space6°, 28%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111011001110101100
Octal357263254
Decimal239179172
Hexefb3ac

Different shades of #efb3ac color code.

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

Light Shade of #efb3ac
#f7dad7
Dark Shade of #efb3ac
#e78c81
Saturated Shade of #efb3ac
#f4afa7
Desaturated Shade of #efb3ac
#eab7b1
Grey scale Shade of #efb3ac
#cdcdcd
Brighten Shade
#ffccc5
Most Readable Shade
#000000

Shades of #efb3ac color code

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

#efb3ac
#d49f98
#b98b85
#9f7772
#84635f
#6a4f4c
#4f3b39
#352726
#1a1313
#000000

Similar Color like #efb3ac color

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

#f0b4ad
#f1b5ae
#f2b6af
#f3b7b0
#f4b8b1
#f5b9b2
#f6bab3
#f7bbb4
#f8bcb5
#f9bdb6
#fabeb7
#fbbfb8
#fcc0b9
#fdc1ba
#eeb2ab
#edb1aa
#ecb0a9
#ebafa8
#eaaea7
#e9ada6
#e8aca5
#e7aba4
#e6aaa3
#e5a9a2
#e4a8a1
#e3a7a0
#e2a69f
#e1a59e

Monochromatic Color with #efb3ac

#efb3ac
#1a1413
#453432
#6f5450
#9a736f
#c4938d

Tints of #efb3ac Color

#efb3ac
#f0bbb5
#f2c3be
#f4ccc7
#f6d4d0
#f7ddda
#f9e5e3
#fbeeec
#fdf6f5
#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

#efb3ac
#ace8ef

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

Split Complementary

#efb3ac
#acefd5
#acc7ef

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

Analogous Color

#efacc0
#efacb2
#efb3ac
#efc0ac
#efceac

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

#efb3ac
#acefb3
#b3acef

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

#efb3ac
#c6efac
#ace8ef
#d4acef

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

#efb3ac
#ace8ef
#acc7ef
#efd5ac

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

#efb3ac Color Code Preview on Black Background Color

This is how #efb3ac Color will look on black background color. Color contrast ratio is 11.71

#efb3ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efb3ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efb3ac

#efb3ac color code is use for CSS Background Color

Background color for the above div is #efb3ac

HTML with inline CSS

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

#efb3ac color code is use for CSS Border Color

CSS Border color for the above div is #efb3ac

HTML with inline CSS

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

CSS Border Left color for the above div is #efb3ac

HTML with inline CSS

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

CSS Border Right color for the above div is #efb3ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efb3ac

HTML with inline CSS

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

CSS Border Top color for the above div is #efb3ac

HTML with inline CSS

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

#efb3ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efb3ac Color code Preview on White Background

This is how #efb3ac Color code will look on white background color. Color contrast ratio is 1.79

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

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,179,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,232,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,179,172,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.