crispedge.com

Color picker

Loading...

#efdc7d hex color - Yellow - Warm color - Information

#efdc7d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efdc7d Color code in RGB color code model is created after adding 93.73% red color, 86.27% green color and 49.02% blue color. Hex #efdc7d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 48% yellow and 6% black.

Hex #efdc7d color code is between #eedd77 web safe hex color code and #ffcc88 web safe hex color code. #eedd77 is the nearest web safe color code. You can see here many more shades of #efdc7d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefdc7d#efdc7d
RGB Decimal239, 220, 125rgb(239, 220, 125)
RGB Percent94%, 86%, 49%rgb(94%, 86%, 49%)
CSS RGBa239, 220, 125,1rgba(239,220,125,1)
CMYK Modelcmyk(0%,8%,48%,6%)
HSL Color Space50,78% ,71%hsl(50,78% ,71%)
HSV Color Space50°, 48%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101110001111101
Octal357334175
Decimal239220125
Hexefdc7d

Different shades of #efdc7d color code.

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

Light Shade of #efdc7d
#f5e8aa
Dark Shade of #efdc7d
#e9d050
Saturated Shade of #efdc7d
#f6e176
Desaturated Shade of #efdc7d
#e8d784
Grey scale Shade of #efdc7d
#b6b6b6
Brighten Shade
#fff596
Most Readable Shade
#000000

Shades of #efdc7d color code

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

#efdc7d
#d4c36f
#b9ab61
#9f9253
#847a45
#6a6137
#4f4929
#35301b
#1a180d
#000000

Similar Color like #efdc7d color

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

#f0dd7e
#f1de7f
#f2df80
#f3e081
#f4e182
#f5e283
#f6e384
#f7e485
#f8e586
#f9e687
#fae788
#fbe889
#fce98a
#fdea8b
#eedb7c
#edda7b
#ecd97a
#ebd879
#ead778
#e9d677
#e8d576
#e7d475
#e6d374
#e5d273
#e4d172
#e3d071
#e2cf70
#e1ce6f

Monochromatic Color with #efdc7d

#efdc7d
#1a180e
#453f24
#6f673a
#9a8e51
#c4b567

Tints of #efdc7d Color

#efdc7d
#f0df8b
#f2e399
#f4e7a8
#f6ebb6
#f7efc5
#f9f3d3
#fbf7e2
#fdfbf0
#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

#efdc7d
#7d90ef

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

Split Complementary

#efdc7d
#7dc9ef
#a37def

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

Analogous Color

#efae7d
#efc57d
#efdc7d
#ebef7d
#d4ef7d

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

#efdc7d
#7defdc
#dc7def

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

#efdc7d
#7defa3
#7d90ef
#ef7dc9

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

#efdc7d
#7d90ef
#a37def
#c9ef7d

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

#efdc7d Color Code Preview on Black Background Color

This is how #efdc7d Color will look on black background color. Color contrast ratio is 15.20

#efdc7d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efdc7d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efdc7d

#efdc7d color code is use for CSS Background Color

Background color for the above div is #efdc7d

HTML with inline CSS

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

#efdc7d color code is use for CSS Border Color

CSS Border color for the above div is #efdc7d

HTML with inline CSS

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

CSS Border Left color for the above div is #efdc7d

HTML with inline CSS

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

CSS Border Right color for the above div is #efdc7d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efdc7d

HTML with inline CSS

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

CSS Border Top color for the above div is #efdc7d

HTML with inline CSS

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

#efdc7d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efdc7d Color code Preview on White Background

This is how #efdc7d Color code will look on white background color. Color contrast ratio is 1.38

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

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,220,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,144,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,220,125,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.