crispedge.com

Color picker

Loading...

#efeaaf hex color - Yellow - Warm color - Information

#efeaaf hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #efeaaf 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 #efeaaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefeaaf#efeaaf
RGB Decimal239, 234, 175rgb(239, 234, 175)
RGB Percent94%, 92%, 69%rgb(94%, 92%, 69%)
CSS RGBa239, 234, 175,1rgba(239,234,175,1)
CMYK Modelcmyk(0%,2%,27%,6%)
HSL Color Space55,67% ,81%hsl(55,67% ,81%)
HSV Color Space55°, 27%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110101010101111
Octal357352257
Decimal239234175
Hexefeaaf

Different shades of #efeaaf color code.

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

Light Shade of #efeaaf
#f7f5d9
Dark Shade of #efeaaf
#e6df84
Saturated Shade of #efeaaf
#f4eeaa
Desaturated Shade of #efeaaf
#eae6b4
Grey scale Shade of #efeaaf
#cfcfcf
Brighten Shade
#ffffc8
Most Readable Shade
#000000

Shades of #efeaaf color code

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

#efeaaf
#d4d09b
#b9b688
#9f9c74
#848261
#6a684d
#4f4e3a
#353426
#1a1a13
#000000

Similar Color like #efeaaf color

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

#f0ebb0
#f1ecb1
#f2edb2
#f3eeb3
#f4efb4
#f5f0b5
#f6f1b6
#f7f2b7
#f8f3b8
#f9f4b9
#faf5ba
#fbf6bb
#fcf7bc
#fdf8bd
#eee9ae
#ede8ad
#ece7ac
#ebe6ab
#eae5aa
#e9e4a9
#e8e3a8
#e7e2a7
#e6e1a6
#e5e0a5
#e4dfa4
#e3dea3
#e2dda2
#e1dca1

Monochromatic Color with #efeaaf

#efeaaf
#1a1a13
#454433
#6f6d52
#9a9771
#c4c090

Tints of #efeaaf Color

#efeaaf
#f0ecb7
#f2eec0
#f4f1c9
#f6f3d2
#f7f5db
#f9f8e4
#fbfaed
#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

#efeaaf
#afb4ef

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

Split Complementary

#efeaaf
#afd4ef
#caafef

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

Analogous Color

#efd0af
#efddaf
#efeaaf
#e7efaf
#daefaf

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

#efeaaf
#afefea
#eaafef

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

#efeaaf
#afefca
#afb4ef
#efafd4

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

#efeaaf
#afb4ef
#caafef
#d4efaf

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

#efeaaf Color Code Preview on Black Background Color

This is how #efeaaf Color will look on black background color. Color contrast ratio is 17.06

#efeaaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeaaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeaaf

#efeaaf color code is use for CSS Background Color

Background color for the above div is #efeaaf

HTML with inline CSS

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

#efeaaf color code is use for CSS Border Color

CSS Border color for the above div is #efeaaf

HTML with inline CSS

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

CSS Border Left color for the above div is #efeaaf

HTML with inline CSS

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

CSS Border Right color for the above div is #efeaaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efeaaf

HTML with inline CSS

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

CSS Border Top color for the above div is #efeaaf

HTML with inline CSS

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

#efeaaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efeaaf Color code Preview on White Background

This is how #efeaaf Color code will look on white background color. Color contrast ratio is 1.23

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

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,234,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,180,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,234,175,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.