crispedge.com

Color picker

Loading...

#eec1bc hex color - Red - Warm color - Information

#eec1bc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #eec1bc Color code in RGB color code model is created after adding 93.33% red color, 75.69% green color and 73.73% blue color. Hex #eec1bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 21% yellow and 7% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeeec1bc#eec1bc
RGB Decimal238, 193, 188rgb(238, 193, 188)
RGB Percent93%, 76%, 74%rgb(93%, 76%, 74%)
CSS RGBa238, 193, 188,1rgba(238,193,188,1)
CMYK Modelcmyk(0%,19%,21%,7%)
HSL Color Space6,60% ,84%hsl(6,60% ,84%)
HSV Color Space6°, 21%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101100000110111100
Octal356301274
Decimal238193188
Hexeec1bc

Different shades of #eec1bc color code.

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

Light Shade of #eec1bc
#f8e7e5
Dark Shade of #eec1bc
#e49b93
Saturated Shade of #eec1bc
#f2beb8
Desaturated Shade of #eec1bc
#eac4c0
Grey scale Shade of #eec1bc
#d5d5d5
Brighten Shade
#ffdad5
Most Readable Shade
#000000

Shades of #eec1bc color code

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

#eec1bc
#d3aba7
#b99692
#9e807d
#846b68
#695553
#4f403e
#342a29
#1a1514
#000000

Similar Color like #eec1bc color

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

#efc2bd
#f0c3be
#f1c4bf
#f2c5c0
#f3c6c1
#f4c7c2
#f5c8c3
#f6c9c4
#f7cac5
#f8cbc6
#f9ccc7
#facdc8
#fbcec9
#fccfca
#edc0bb
#ecbfba
#ebbeb9
#eabdb8
#e9bcb7
#e8bbb6
#e7bab5
#e6b9b4
#e5b8b3
#e4b7b2
#e3b6b1
#e2b5b0
#e1b4af
#e0b3ae

Monochromatic Color with #eec1bc

#eec1bc
#1a1514
#443736
#6e5a57
#997c79
#c39f9a

Tints of #eec1bc Color

#eec1bc
#efc7c3
#f1ceca
#f3d5d2
#f5dcd9
#f7e3e1
#f9eae8
#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

#eec1bc
#bce9ee

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

Split Complementary

#eec1bc
#bceeda
#bcd0ee

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

Analogous Color

#eebccb
#eebcc1
#eec1bc
#eecbbc
#eed5bc

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

#eec1bc
#bceec1
#c1bcee

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

#eec1bc
#d0eebc
#bce9ee
#dabcee

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

#eec1bc
#bce9ee
#bcd0ee
#eedabc

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

#eec1bc Color Code Preview on Black Background Color

This is how #eec1bc Color will look on black background color. Color contrast ratio is 12.99

#eec1bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eec1bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eec1bc

#eec1bc color code is use for CSS Background Color

Background color for the above div is #eec1bc

HTML with inline CSS

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

#eec1bc color code is use for CSS Border Color

CSS Border color for the above div is #eec1bc

HTML with inline CSS

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

CSS Border Left color for the above div is #eec1bc

HTML with inline CSS

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

CSS Border Right color for the above div is #eec1bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eec1bc

HTML with inline CSS

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

CSS Border Top color for the above div is #eec1bc

HTML with inline CSS

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

#eec1bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eec1bc Color code Preview on White Background

This is how #eec1bc Color code will look on white background color. Color contrast ratio is 1.62

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.