crispedge.com

Color picker

Loading...

#efd38e hex color - Yellow - Warm color - Information

#efd38e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efd38e Color code in RGB color code model is created after adding 93.73% red color, 82.75% green color and 55.69% blue color. Hex #efd38e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 41% yellow and 6% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeefd38e#efd38e
RGB Decimal239, 211, 142rgb(239, 211, 142)
RGB Percent94%, 83%, 56%rgb(94%, 83%, 56%)
CSS RGBa239, 211, 142,1rgba(239,211,142,1)
CMYK Modelcmyk(0%,12%,41%,6%)
HSL Color Space43,75% ,75%hsl(43,75% ,75%)
HSV Color Space43°, 41%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101001110001110
Octal357323216
Decimal239211142
Hexefd38e

Different shades of #efd38e color code.

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

Light Shade of #efd38e
#f5e4bb
Dark Shade of #efd38e
#e9c261
Saturated Shade of #efd38e
#f5d688
Desaturated Shade of #efd38e
#e9d094
Grey scale Shade of #efd38e
#bebebe
Brighten Shade
#ffeca7
Most Readable Shade
#000000

Shades of #efd38e color code

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

#efd38e
#d4bb7e
#b9a46e
#9f8c5e
#84754e
#6a5d3f
#4f462f
#352e1f
#1a170f
#000000

Similar Color like #efd38e color

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

#f0d48f
#f1d590
#f2d691
#f3d792
#f4d893
#f5d994
#f6da95
#f7db96
#f8dc97
#f9dd98
#fade99
#fbdf9a
#fce09b
#fde19c
#eed28d
#edd18c
#ecd08b
#ebcf8a
#eace89
#e9cd88
#e8cc87
#e7cb86
#e6ca85
#e5c984
#e4c883
#e3c782
#e2c681
#e1c580

Monochromatic Color with #efd38e

#efd38e
#1a1710
#453d29
#6f6242
#9a885c
#c4ad75

Tints of #efd38e Color

#efd38e
#f0d79a
#f2dca7
#f4e1b3
#f6e6c0
#f7ebcc
#f9f0d9
#fbf5e5
#fdfaf2
#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

#efd38e
#8eaaef

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

Split Complementary

#efd38e
#8edaef
#a28eef

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

Analogous Color

#efac8e
#efc08e
#efd38e
#efe68e
#e4ef8e

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

#efd38e
#8eefd3
#d38eef

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

#efd38e
#8eefa2
#8eaaef
#ef8eda

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

#efd38e
#8eaaef
#a28eef
#daef8e

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

#efd38e Color Code Preview on Black Background Color

This is how #efd38e Color will look on black background color. Color contrast ratio is 14.38

#efd38e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd38e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd38e

#efd38e color code is use for CSS Background Color

Background color for the above div is #efd38e

HTML with inline CSS

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

#efd38e color code is use for CSS Border Color

CSS Border color for the above div is #efd38e

HTML with inline CSS

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

CSS Border Left color for the above div is #efd38e

HTML with inline CSS

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

CSS Border Right color for the above div is #efd38e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd38e

HTML with inline CSS

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

CSS Border Top color for the above div is #efd38e

HTML with inline CSS

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

#efd38e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd38e Color code Preview on White Background

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.