crispedge.com

Color picker

Loading...

#efdc2f hex color - Green - Warm color - Information

#efdc2f hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #efdc2f color code is between #eedd33 web safe hex color code and #ffcc22 web safe hex color code. #eedd33 is the nearest web safe color code. You can see here many more shades of #efdc2f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefdc2f#efdc2f
RGB Decimal239, 220, 47rgb(239, 220, 47)
RGB Percent94%, 86%, 18%rgb(94%, 86%, 18%)
CSS RGBa239, 220, 47,1rgba(239,220,47,1)
CMYK Modelcmyk(0%,8%,80%,6%)
HSL Color Space54,86% ,56%hsl(54,86% ,56%)
HSV Color Space54°, 80%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101110000101111
Octal35733457
Decimal23922047
Hexefdc2f

Different shades of #efdc2f color code.

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

Light Shade of #efdc2f
#f3e45e
Dark Shade of #efdc2f
#dac611
Saturated Shade of #efdc2f
#fae524
Desaturated Shade of #efdc2f
#e4d33a
Grey scale Shade of #efdc2f
#8f8f8f
Brighten Shade
#fff548
Most Readable Shade
#000000

Shades of #efdc2f color code

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

#efdc2f
#d4c329
#b9ab24
#9f921f
#847a1a
#6a6114
#4f490f
#35300a
#1a1805
#000000

Similar Color like #efdc2f color

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

#f0dd30
#f1de31
#f2df32
#f3e033
#f4e134
#f5e235
#f6e336
#f7e437
#f8e538
#f9e639
#fae73a
#fbe83b
#fce93c
#fdea3d
#eedb2e
#edda2d
#ecd92c
#ebd82b
#ead72a
#e9d629
#e8d528
#e7d427
#e6d326
#e5d225
#e4d124
#e3d023
#e2cf22
#e1ce21

Monochromatic Color with #efdc2f

#efdc2f
#1a1805
#453f0e
#6f6716
#9a8e1e
#c4b527

Tints of #efdc2f Color

#efdc2f
#f0df46
#f2e35d
#f4e774
#f6eb8b
#f7efa2
#f9f3b9
#fbf7d0
#fdfbe7
#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

#efdc2f
#2f42ef

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

Split Complementary

#efdc2f
#2fa2ef
#7c2fef

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

Analogous Color

#ef8f2f
#efb62f
#efdc2f
#dcef2f
#b5ef2f

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

#efdc2f
#2fefdc
#dc2fef

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

#efdc2f
#2fef7c
#2f42ef
#ef2fa2

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

#efdc2f
#2f42ef
#7c2fef
#a2ef2f

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

#efdc2f Color Code Preview on Black Background Color

This is how #efdc2f Color will look on black background color. Color contrast ratio is 14.95

#efdc2f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efdc2f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efdc2f

#efdc2f color code is use for CSS Background Color

Background color for the above div is #efdc2f

HTML with inline CSS

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

#efdc2f color code is use for CSS Border Color

CSS Border color for the above div is #efdc2f

HTML with inline CSS

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

CSS Border Left color for the above div is #efdc2f

HTML with inline CSS

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

CSS Border Right color for the above div is #efdc2f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efdc2f

HTML with inline CSS

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

CSS Border Top color for the above div is #efdc2f

HTML with inline CSS

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

#efdc2f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efdc2f Color code Preview on White Background

This is how #efdc2f Color code will look on white background color. Color contrast ratio is 1.40

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

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