crispedge.com

Color picker

Loading...

#efd0ba hex color - Brown - Warm color - Information

#efd0ba hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #efd0ba Color code in RGB color code model is created after adding 93.73% red color, 81.57% green color and 72.94% blue color. Hex #efd0ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 22% yellow and 6% black.

Hex #efd0ba color code is between #eeccbb web safe hex color code and #ffddaa web safe hex color code. #eeccbb is the nearest web safe color code. You can see here many more shades of #efd0ba color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codeefd0ba#efd0ba
RGB Decimal239, 208, 186rgb(239, 208, 186)
RGB Percent94%, 82%, 73%rgb(94%, 82%, 73%)
CSS RGBa239, 208, 186,1rgba(239,208,186,1)
CMYK Modelcmyk(0%,13%,22%,6%)
HSL Color Space25,62% ,83%hsl(25,62% ,83%)
HSV Color Space25°, 22%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101000010111010
Octal357320272
Decimal239208186
Hexefd0ba

Different shades of #efd0ba color code.

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

Light Shade of #efd0ba
#f9ece3
Dark Shade of #efd0ba
#e5b491
Saturated Shade of #efd0ba
#f3cfb6
Desaturated Shade of #efd0ba
#ebd1be
Grey scale Shade of #efd0ba
#d4d4d4
Brighten Shade
#ffe9d3
Most Readable Shade
#000000

Shades of #efd0ba color code

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

#efd0ba
#d4b8a5
#b9a190
#9f8a7c
#847367
#6a5c52
#4f453e
#352e29
#1a1714
#000000

Similar Color like #efd0ba color

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

#f0d1bb
#f1d2bc
#f2d3bd
#f3d4be
#f4d5bf
#f5d6c0
#f6d7c1
#f7d8c2
#f8d9c3
#f9dac4
#fadbc5
#fbdcc6
#fcddc7
#fddec8
#eecfb9
#edceb8
#eccdb7
#ebccb6
#eacbb5
#e9cab4
#e8c9b3
#e7c8b2
#e6c7b1
#e5c6b0
#e4c5af
#e3c4ae
#e2c3ad
#e1c2ac

Monochromatic Color with #efd0ba

#efd0ba
#1a1715
#453c36
#6f6157
#9a8678
#c4ab99

Tints of #efd0ba Color

#efd0ba
#f0d5c1
#f2dac9
#f4dfd1
#f6e4d8
#f7eae0
#f9efe8
#fbf4ef
#fdf9f7
#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

#efd0ba
#bad9ef

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

Split Complementary

#efd0ba
#baefeb
#babfef

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

Analogous Color

#efbbba
#efc5ba
#efd0ba
#efdbba
#efe5ba

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

#efd0ba
#baefd0
#d0baef

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

#efd0ba
#beefba
#bad9ef
#eabaef

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

#efd0ba
#bad9ef
#babfef
#efeaba

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

#efd0ba Color Code Preview on Black Background Color

This is how #efd0ba Color will look on black background color. Color contrast ratio is 14.40

#efd0ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd0ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd0ba

#efd0ba color code is use for CSS Background Color

Background color for the above div is #efd0ba

HTML with inline CSS

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

#efd0ba color code is use for CSS Border Color

CSS Border color for the above div is #efd0ba

HTML with inline CSS

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

CSS Border Left color for the above div is #efd0ba

HTML with inline CSS

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

CSS Border Right color for the above div is #efd0ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd0ba

HTML with inline CSS

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

CSS Border Top color for the above div is #efd0ba

HTML with inline CSS

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

#efd0ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd0ba Color code Preview on White Background

This is how #efd0ba Color code will look on white background color. Color contrast ratio is 1.46

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.