crispedge.com

Color picker

Loading...

#efc3be hex color - Red - Warm color - Information

#efc3be hex color - Red - Warm color

Color Hue/Base color: Red

Hex #efc3be Color code in RGB color code model is created after adding 93.73% red color, 76.47% green color and 74.51% blue color. Hex #efc3be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 21% yellow and 6% black.

Hex #efc3be color code is between #eebbbb web safe hex color code and #ffcccc web safe hex color code. #eebbbb is the nearest web safe color code. You can see here many more shades of #efc3be color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeefc3be#efc3be
RGB Decimal239, 195, 190rgb(239, 195, 190)
RGB Percent94%, 76%, 75%rgb(94%, 76%, 75%)
CSS RGBa239, 195, 190,1rgba(239,195,190,1)
CMYK Modelcmyk(0%,18%,21%,6%)
HSL Color Space6,60% ,84%hsl(6,60% ,84%)
HSV Color Space6°, 21%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100001110111110
Octal357303276
Decimal239195190
Hexefc3be

Different shades of #efc3be color code.

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

Light Shade of #efc3be
#f9e9e7
Dark Shade of #efc3be
#e59d95
Saturated Shade of #efc3be
#f3c0ba
Desaturated Shade of #efc3be
#ebc6c2
Grey scale Shade of #efc3be
#d6d6d6
Brighten Shade
#ffdcd7
Most Readable Shade
#000000

Shades of #efc3be color code

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

#efc3be
#d4ada8
#b99793
#9f827e
#846c69
#6a5654
#4f413f
#352b2a
#1a1515
#000000

Similar Color like #efc3be color

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

#f0c4bf
#f1c5c0
#f2c6c1
#f3c7c2
#f4c8c3
#f5c9c4
#f6cac5
#f7cbc6
#f8ccc7
#f9cdc8
#facec9
#fbcfca
#fcd0cb
#fdd1cc
#eec2bd
#edc1bc
#ecc0bb
#ebbfba
#eabeb9
#e9bdb8
#e8bcb7
#e7bbb6
#e6bab5
#e5b9b4
#e4b8b3
#e3b7b2
#e2b6b1
#e1b5b0

Monochromatic Color with #efc3be

#efc3be
#1a1615
#453837
#6f5b59
#9a7e7a
#c4a09c

Tints of #efc3be Color

#efc3be
#f0c9c5
#f2d0cc
#f4d7d3
#f6ddda
#f7e4e2
#f9ebe9
#fbf1f0
#fdf8f7
#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

#efc3be
#beeaef

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

Split Complementary

#efc3be
#beefdb
#bed2ef

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

Analogous Color

#efbecd
#efbec3
#efc3be
#efcdbe
#efd7be

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

#efc3be
#beefc3
#c3beef

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

#efc3be
#d1efbe
#beeaef
#dbbeef

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

#efc3be
#beeaef
#bed2ef
#efdbbe

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

#efc3be Color Code Preview on Black Background Color

This is how #efc3be Color will look on black background color. Color contrast ratio is 13.22

#efc3be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc3be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc3be

#efc3be color code is use for CSS Background Color

Background color for the above div is #efc3be

HTML with inline CSS

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

#efc3be color code is use for CSS Border Color

CSS Border color for the above div is #efc3be

HTML with inline CSS

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

CSS Border Left color for the above div is #efc3be

HTML with inline CSS

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

CSS Border Right color for the above div is #efc3be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efc3be

HTML with inline CSS

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

CSS Border Top color for the above div is #efc3be

HTML with inline CSS

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

#efc3be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efc3be Color code Preview on White Background

This is how #efc3be Color code will look on white background color. Color contrast ratio is 1.59

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.