@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#efcfa2 hex color - Orange - Warm color - Information

#efcfa2 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #efcfa2 Color code in RGB color code model is created after adding 93.73% red color, 81.18% green color and 63.53% blue color. Hex #efcfa2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 32% yellow and 6.27% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeefcfa2#efcfa2
RGB Decimal239, 207, 162rgb(239, 207, 162)
RGB Percent94%, 81%, 64%rgb(94%, 81%, 64%)
CSS RGBa239, 207, 162,1rgba(239,207,162,1)
CMYK Modelcmyk(0%,13%,32%,6.27%)
HSL Color Space35,71% ,79%hsl(35,71% ,79%)
HSV Color Space35°, 32%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111110100010
Octal357317242
Decimal239207162
Hexefcfa2

Different shades of #efcfa2 color code.

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

Light Shade of #efcfa2
#f6e5cd
Dark Shade of #efcfa2
#e8b976
Saturated Shade of #efcfa2
#f4d09d
Desaturated Shade of #efcfa2
#eacea7
Grey scale Shade of #efcfa2
#c8c8c8
Brighten Shade
#ffe8bb
Most Readable Shade
#000000

Shades of #efcfa2 color code

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

#efcfa2
#d4b890
#b9a17e
#9f8a6c
#84735a
#6a5c48
#4f4536
#352e24
#1a1712
#000000

Similar Color like #efcfa2 color

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

#f0d0a3
#f1d1a4
#f2d2a5
#f3d3a6
#f4d4a7
#f5d5a8
#f6d6a9
#f7d7aa
#f8d8ab
#f9d9ac
#fadaad
#fbdbae
#fcdcaf
#fdddb0
#eecea1
#edcda0
#eccc9f
#ebcb9e
#eaca9d
#e9c99c
#e8c89b
#e7c79a
#e6c699
#e5c598
#e4c497
#e3c396
#e2c295
#e1c194

Monochromatic Color with #efcfa2

#efcfa2
#1a1712
#453c2f
#6f614c
#9a8568
#c4aa85

Tints of #efcfa2 Color

#efcfa2
#f0d4ac
#f2d9b6
#f4dfc1
#f6e4cb
#f7e9d5
#f9efe0
#fbf4ea
#fdf9f4
#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

#efcfa2
#a2c2ef

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

Split Complementary

#efcfa2
#a2e9ef
#a9a2ef

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

Analogous Color

#efb0a2
#efc0a2
#efcfa2
#efdea2
#efeea2

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

#efcfa2
#a2efcf
#cfa2ef

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

#efcfa2
#a2efa8
#a2c2ef
#efa2e8

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

#efcfa2
#a2c2ef
#a9a2ef
#e9efa2

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

#efcfa2 Color Code Preview on Black Background Color

This is how #efcfa2 Color will look on black background color. Color contrast ratio is 14.12

#efcfa2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfa2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfa2

#efcfa2 color code is use for CSS Background Color

Background color for the above div is #efcfa2

HTML with inline CSS

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

#efcfa2 color code is use for CSS Border Color

CSS Border color for the above div is #efcfa2

HTML with inline CSS

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

CSS Border Left color for the above div is #efcfa2

HTML with inline CSS

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

CSS Border Right color for the above div is #efcfa2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcfa2

HTML with inline CSS

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

CSS Border Top color for the above div is #efcfa2

HTML with inline CSS

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

#efcfa2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcfa2 Color code Preview on White Background

This is how #efcfa2 Color code will look on white background color. Color contrast ratio is 1.49

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

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,207,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,194,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,207,162,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.