crispedge.com

Color picker

Loading...

#eef20f hex color - Yellow - Warm color - Information

#eef20f hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #eef20f Color code in RGB color code model is created after adding 93.33% red color, 94.9% green color and 5.88% blue color. Hex #eef20f Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 94% yellow and 5% black.

Hex #eef20f color code is between #ddee11 web safe hex color code and #ffff00 web safe hex color code. #ddee11 is the nearest web safe color code. You can see here many more shades of #eef20f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeeef20f#eef20f
RGB Decimal238, 242, 15rgb(238, 242, 15)
RGB Percent93%, 95%, 6%rgb(93%, 95%, 6%)
CSS RGBa238, 242, 15,1rgba(238,242,15,1)
CMYK Modelcmyk(2%,0%,94%,5%)
HSL Color Space61,90% ,50%hsl(61,90% ,50%)
HSV Color Space61°, 94%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101111001000001111
Octal35636217
Decimal23824215
Hexeef20f

Different shades of #eef20f color code.

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

Light Shade of #eef20f
#f1f53f
Dark Shade of #eef20f
#c0c30b
Saturated Shade of #eef20f
#faff02
Desaturated Shade of #eef20f
#e2e51c
Grey scale Shade of #eef20f
#808080
Brighten Shade
#ffff28
Most Readable Shade
#000000

Shades of #eef20f color code

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

#eef20f
#d3d70d
#b9bc0b
#9ea10a
#848608
#696b06
#4f5005
#343503
#1a1a01
#000000

Similar Color like #eef20f color

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

#eff310
#f0f411
#f1f512
#f2f613
#f3f714
#f4f815
#f5f916
#f6fa17
#f7fb18
#f8fc19
#f9fd1a
#fafe1b
#fbff1c
#fcff1d
#edf10e
#ecf00d
#ebef0c
#eaee0b
#e9ed0a
#e8ec09
#e7eb08
#e6ea07
#e5e906
#e4e805
#e3e704
#e2e603
#e1e502
#e0e401

Monochromatic Color with #eef20f

#eef20f
#1d1d02
#474804
#717207
#9a9d0a
#c4c70c

Tints of #eef20f Color

#eef20f
#eff329
#f1f444
#f3f65f
#f5f779
#f7f994
#f9faaf
#fbfcc9
#fdfde4
#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

#eef20f
#130ff2

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

Split Complementary

#eef20f
#0f7cf2
#850ff2

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

Analogous Color

#f29b0f
#f2c90f
#eef20f
#c1f20f
#93f20f

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

#eef20f
#0feef2
#f20fee

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

#eef20f
#0ff284
#130ff2
#f20f7c

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

#eef20f
#130ff2
#850ff2
#7cf20f

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

#eef20f Color Code Preview on Black Background Color

This is how #eef20f Color will look on black background color. Color contrast ratio is 17.34

#eef20f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eef20f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eef20f

#eef20f color code is use for CSS Background Color

Background color for the above div is #eef20f

HTML with inline CSS

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

#eef20f color code is use for CSS Border Color

CSS Border color for the above div is #eef20f

HTML with inline CSS

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

CSS Border Left color for the above div is #eef20f

HTML with inline CSS

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

CSS Border Right color for the above div is #eef20f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eef20f

HTML with inline CSS

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

CSS Border Top color for the above div is #eef20f

HTML with inline CSS

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

#eef20f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eef20f Color code Preview on White Background

This is how #eef20f Color code will look on white background color. Color contrast ratio is 1.21

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

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(238,242,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,15,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,242,15,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.