crispedge.com

Color picker

Loading...

#efea5f hex color - Green - Warm color - Information

#efea5f hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #efea5f color code is between #eeee66 web safe hex color code and #ffdd55 web safe hex color code. #eeee66 is the nearest web safe color code. You can see here many more shades of #efea5f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefea5f#efea5f
RGB Decimal239, 234, 95rgb(239, 234, 95)
RGB Percent94%, 92%, 37%rgb(94%, 92%, 37%)
CSS RGBa239, 234, 95,1rgba(239,234,95,1)
CMYK Modelcmyk(0%,2%,60%,6%)
HSL Color Space58,82% ,65%hsl(58,82% ,65%)
HSV Color Space58°, 60%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110101001011111
Octal357352137
Decimal23923495
Hexefea5f

Different shades of #efea5f color code.

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

Light Shade of #efea5f
#f4f08d
Dark Shade of #efea5f
#eae431
Saturated Shade of #efea5f
#f8f256
Desaturated Shade of #efea5f
#e6e268
Grey scale Shade of #efea5f
#a7a7a7
Brighten Shade
#ffff78
Most Readable Shade
#000000

Shades of #efea5f color code

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

#efea5f
#d4d054
#b9b649
#9f9c3f
#848234
#6a682a
#4f4e1f
#353415
#1a1a0a
#000000

Similar Color like #efea5f color

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

#f0eb60
#f1ec61
#f2ed62
#f3ee63
#f4ef64
#f5f065
#f6f166
#f7f267
#f8f368
#f9f469
#faf56a
#fbf66b
#fcf76c
#fdf86d
#eee95e
#ede85d
#ece75c
#ebe65b
#eae55a
#e9e459
#e8e358
#e7e257
#e6e156
#e5e055
#e4df54
#e3de53
#e2dd52
#e1dc51

Monochromatic Color with #efea5f

#efea5f
#1a1a0b
#45441b
#6f6d2c
#9a973d
#c4c04e

Tints of #efea5f Color

#efea5f
#f0ec70
#f2ee82
#f4f194
#f6f3a6
#f7f5b7
#f9f8c9
#fbfadb
#fdfced
#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

#efea5f
#5f64ef

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

Split Complementary

#efea5f
#5facef
#a25fef

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

Analogous Color

#efb05f
#efcd5f
#efea5f
#d7ef5f
#baef5f

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

#efea5f
#5fefea
#ea5fef

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

#efea5f
#5fefa2
#5f64ef
#ef5fac

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

#efea5f
#5f64ef
#a25fef
#acef5f

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

#efea5f Color Code Preview on Black Background Color

This is how #efea5f Color will look on black background color. Color contrast ratio is 16.60

#efea5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efea5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efea5f

#efea5f color code is use for CSS Background Color

Background color for the above div is #efea5f

HTML with inline CSS

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

#efea5f color code is use for CSS Border Color

CSS Border color for the above div is #efea5f

HTML with inline CSS

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

CSS Border Left color for the above div is #efea5f

HTML with inline CSS

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

CSS Border Right color for the above div is #efea5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efea5f

HTML with inline CSS

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

CSS Border Top color for the above div is #efea5f

HTML with inline CSS

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

#efea5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efea5f Color code Preview on White Background

This is how #efea5f Color code will look on white background color. Color contrast ratio is 1.26

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

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