crispedge.com

Color picker

Loading...

#efe2ac hex color - Yellow - Warm color - Information

#efe2ac hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #efe2ac color code is between #eeddaa web safe hex color code and #ffeebb web safe hex color code. #eeddaa is the nearest web safe color code. You can see here many more shades of #efe2ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefe2ac#efe2ac
RGB Decimal239, 226, 172rgb(239, 226, 172)
RGB Percent94%, 89%, 67%rgb(94%, 89%, 67%)
CSS RGBa239, 226, 172,1rgba(239,226,172,1)
CMYK Modelcmyk(0%,5%,28%,6%)
HSL Color Space48,68% ,81%hsl(48,68% ,81%)
HSV Color Space48°, 28%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110001010101100
Octal357342254
Decimal239226172
Hexefe2ac

Different shades of #efe2ac color code.

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

Light Shade of #efe2ac
#f7f1d7
Dark Shade of #efe2ac
#e7d381
Saturated Shade of #efe2ac
#f4e5a7
Desaturated Shade of #efe2ac
#eadfb1
Grey scale Shade of #efe2ac
#cdcdcd
Brighten Shade
#fffbc5
Most Readable Shade
#000000

Shades of #efe2ac color code

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

#efe2ac
#d4c898
#b9af85
#9f9672
#847d5f
#6a644c
#4f4b39
#353226
#1a1913
#000000

Similar Color like #efe2ac color

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

#f0e3ad
#f1e4ae
#f2e5af
#f3e6b0
#f4e7b1
#f5e8b2
#f6e9b3
#f7eab4
#f8ebb5
#f9ecb6
#faedb7
#fbeeb8
#fcefb9
#fdf0ba
#eee1ab
#ede0aa
#ecdfa9
#ebdea8
#eadda7
#e9dca6
#e8dba5
#e7daa4
#e6d9a3
#e5d8a2
#e4d7a1
#e3d6a0
#e2d59f
#e1d49e

Monochromatic Color with #efe2ac

#efe2ac
#1a1913
#454132
#6f6950
#9a926f
#c4ba8d

Tints of #efe2ac Color

#efe2ac
#f0e5b5
#f2e8be
#f4ebc7
#f6eed0
#f7f2da
#f9f5e3
#fbf8ec
#fdfbf5
#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

#efe2ac
#acb9ef

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

Split Complementary

#efe2ac
#acdbef
#c1acef

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

Analogous Color

#efc7ac
#efd5ac
#efe2ac
#efefac
#e1efac

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

#efe2ac
#acefe2
#e2acef

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

#efe2ac
#acefc0
#acb9ef
#efacda

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

#efe2ac
#acb9ef
#c1acef
#dbefac

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

#efe2ac Color Code Preview on Black Background Color

This is how #efe2ac Color will look on black background color. Color contrast ratio is 16.14

#efe2ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe2ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe2ac

#efe2ac color code is use for CSS Background Color

Background color for the above div is #efe2ac

HTML with inline CSS

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

#efe2ac color code is use for CSS Border Color

CSS Border color for the above div is #efe2ac

HTML with inline CSS

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

CSS Border Left color for the above div is #efe2ac

HTML with inline CSS

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

CSS Border Right color for the above div is #efe2ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe2ac

HTML with inline CSS

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

CSS Border Top color for the above div is #efe2ac

HTML with inline CSS

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

#efe2ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe2ac Color code Preview on White Background

This is how #efe2ac Color code will look on white background color. Color contrast ratio is 1.30

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

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