crispedge.com

Color picker

Loading...

#eafc31 hex color - Green - Warm color - Information

#eafc31 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #eafc31 Color code in RGB color code model is created after adding 91.76% red color, 98.82% green color and 19.22% blue color. Hex #eafc31 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 81% yellow and 1% black.

Hex #eafc31 color code is between #eeff33 web safe hex color code and #ddee22 web safe hex color code. #eeff33 is the nearest web safe color code. You can see here many more shades of #eafc31 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeafc31#eafc31
RGB Decimal234, 252, 49rgb(234, 252, 49)
RGB Percent92%, 99%, 19%rgb(92%, 99%, 19%)
CSS RGBa234, 252, 49,1rgba(234,252,49,1)
CMYK Modelcmyk(7%,0%,81%,1%)
HSL Color Space65,97% ,59%hsl(65,97% ,59%)
HSV Color Space65°, 81%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101111110000110001
Octal35237461
Decimal23425249
Hexeafc31

Different shades of #eafc31 color code.

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

Light Shade of #eafc31
#effd63
Dark Shade of #eafc31
#e1f604
Saturated Shade of #eafc31
#ecff2e
Desaturated Shade of #eafc31
#e1f23b
Grey scale Shade of #eafc31
#969696
Brighten Shade
#ffff4a
Most Readable Shade
#000000

Shades of #eafc31 color code

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

#eafc31
#d0e02b
#b6c426
#9ca820
#828c1b
#687015
#4e5410
#34380a
#1a1c05
#000000

Similar Color like #eafc31 color

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

#ebfd32
#ecfe33
#edff34
#eeff35
#efff36
#f0ff37
#f1ff38
#f2ff39
#f3ff3a
#f4ff3b
#f5ff3c
#f6ff3d
#f7ff3e
#f8ff3f
#e9fb30
#e8fa2f
#e7f92e
#e6f82d
#e5f72c
#e4f62b
#e3f52a
#e2f429
#e1f328
#e0f227
#dff126
#def025
#ddef24
#dcee23

Monochromatic Color with #eafc31

#eafc31
#252708
#4c5210
#747c18
#9ba720
#c3d129

Tints of #eafc31 Color

#eafc31
#ecfc47
#eefc5e
#f1fd75
#f3fd8c
#f5fda3
#f8feba
#fafed1
#fcfee8
#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

#eafc31
#4331fc

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

Split Complementary

#eafc31
#3185fc
#a931fc

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

Analogous Color

#fcbd31
#fce531
#eafc31
#c1fc31
#99fc31

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

#eafc31
#31eafc
#fc31ea

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

#eafc31
#31fca8
#4331fc
#fc3184

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

#eafc31
#4331fc
#a931fc
#85fc31

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

#eafc31 Color Code Preview on Black Background Color

This is how #eafc31 Color will look on black background color. Color contrast ratio is 18.47

#eafc31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eafc31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eafc31

#eafc31 color code is use for CSS Background Color

Background color for the above div is #eafc31

HTML with inline CSS

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

#eafc31 color code is use for CSS Border Color

CSS Border color for the above div is #eafc31

HTML with inline CSS

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

CSS Border Left color for the above div is #eafc31

HTML with inline CSS

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

CSS Border Right color for the above div is #eafc31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eafc31

HTML with inline CSS

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

CSS Border Top color for the above div is #eafc31

HTML with inline CSS

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

#eafc31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eafc31 Color code Preview on White Background

This is how #eafc31 Color code will look on white background color. Color contrast ratio is 1.14

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

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(234,252,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(67,49,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,252,49,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.