crispedge.com

Color picker

Loading...

#efe8ae hex color - Yellow - Warm color - Information

#efe8ae hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efe8ae Color code in RGB color code model is created after adding 93.73% red color, 90.98% green color and 68.24% blue color. Hex #efe8ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 27% yellow and 6% black.

Hex #efe8ae color code is between #eeeeaa web safe hex color code and #ffddbb web safe hex color code. #eeeeaa is the nearest web safe color code. You can see here many more shades of #efe8ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefe8ae#efe8ae
RGB Decimal239, 232, 174rgb(239, 232, 174)
RGB Percent94%, 91%, 68%rgb(94%, 91%, 68%)
CSS RGBa239, 232, 174,1rgba(239,232,174,1)
CMYK Modelcmyk(0%,3%,27%,6%)
HSL Color Space54,67% ,81%hsl(54,67% ,81%)
HSV Color Space54°, 27%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110100010101110
Octal357350256
Decimal239232174
Hexefe8ae

Different shades of #efe8ae color code.

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

Light Shade of #efe8ae
#f7f4d9
Dark Shade of #efe8ae
#e7dc83
Saturated Shade of #efe8ae
#f4eca9
Desaturated Shade of #efe8ae
#eae4b3
Grey scale Shade of #efe8ae
#cecece
Brighten Shade
#ffffc7
Most Readable Shade
#000000

Shades of #efe8ae color code

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

#efe8ae
#d4ce9a
#b9b487
#9f9a74
#848060
#6a674d
#4f4d3a
#353326
#1a1913
#000000

Similar Color like #efe8ae color

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

#f0e9af
#f1eab0
#f2ebb1
#f3ecb2
#f4edb3
#f5eeb4
#f6efb5
#f7f0b6
#f8f1b7
#f9f2b8
#faf3b9
#fbf4ba
#fcf5bb
#fdf6bc
#eee7ad
#ede6ac
#ece5ab
#ebe4aa
#eae3a9
#e9e2a8
#e8e1a7
#e7e0a6
#e6dfa5
#e5dea4
#e4dda3
#e3dca2
#e2dba1
#e1daa0

Monochromatic Color with #efe8ae

#efe8ae
#1a1a13
#454332
#6f6c51
#9a9570
#c4bf8f

Tints of #efe8ae Color

#efe8ae
#f0eab7
#f2edc0
#f4efc9
#f6f2d2
#f7f4db
#f9f7e4
#fbf9ed
#fdfcf6
#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

#efe8ae
#aeb5ef

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

Split Complementary

#efe8ae
#aed6ef
#c8aeef

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

Analogous Color

#efceae
#efdbae
#efe8ae
#e9efae
#dcefae

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

#efe8ae
#aeefe8
#e8aeef

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

#efe8ae
#aeefc7
#aeb5ef
#efaed5

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

#efe8ae
#aeb5ef
#c8aeef
#d6efae

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

#efe8ae Color Code Preview on Black Background Color

This is how #efe8ae Color will look on black background color. Color contrast ratio is 16.82

#efe8ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe8ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe8ae

#efe8ae color code is use for CSS Background Color

Background color for the above div is #efe8ae

HTML with inline CSS

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

#efe8ae color code is use for CSS Border Color

CSS Border color for the above div is #efe8ae

HTML with inline CSS

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

CSS Border Left color for the above div is #efe8ae

HTML with inline CSS

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

CSS Border Right color for the above div is #efe8ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe8ae

HTML with inline CSS

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

CSS Border Top color for the above div is #efe8ae

HTML with inline CSS

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

#efe8ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe8ae Color code Preview on White Background

This is how #efe8ae Color code will look on white background color. Color contrast ratio is 1.25

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

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,232,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,181,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,232,174,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.