crispedge.com

Color picker

Loading...

#efd22a hex color - Yellow - Warm color - Information

#efd22a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efd22a Color code in RGB color code model is created after adding 93.73% red color, 82.35% green color and 16.47% blue color. Hex #efd22a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 82% yellow and 6% black.

Hex #efd22a color code is between #eecc22 web safe hex color code and #ffdd33 web safe hex color code. #eecc22 is the nearest web safe color code. You can see here many more shades of #efd22a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefd22a#efd22a
RGB Decimal239, 210, 42rgb(239, 210, 42)
RGB Percent94%, 82%, 16%rgb(94%, 82%, 16%)
CSS RGBa239, 210, 42,1rgba(239,210,42,1)
CMYK Modelcmyk(0%,12%,82%,6%)
HSL Color Space51,86% ,55%hsl(51,86% ,55%)
HSV Color Space51°, 82%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101001000101010
Octal35732252
Decimal23921042
Hexefd22a

Different shades of #efd22a color code.

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

Light Shade of #efd22a
#f3dc59
Dark Shade of #efd22a
#d6b910
Saturated Shade of #efd22a
#fada1f
Desaturated Shade of #efd22a
#e4ca35
Grey scale Shade of #efd22a
#8c8c8c
Brighten Shade
#ffeb43
Most Readable Shade
#000000

Shades of #efd22a color code

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

#efd22a
#d4ba25
#b9a320
#9f8c1c
#847417
#6a5d12
#4f460e
#352e09
#1a1704
#000000

Similar Color like #efd22a color

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

#f0d32b
#f1d42c
#f2d52d
#f3d62e
#f4d72f
#f5d830
#f6d931
#f7da32
#f8db33
#f9dc34
#fadd35
#fbde36
#fcdf37
#fde038
#eed129
#edd028
#eccf27
#ebce26
#eacd25
#e9cc24
#e8cb23
#e7ca22
#e6c921
#e5c820
#e4c71f
#e3c61e
#e2c51d
#e1c41c

Monochromatic Color with #efd22a

#efd22a
#1a1705
#453d0c
#6f6214
#9a871b
#c4ad23

Tints of #efd22a Color

#efd22a
#f0d741
#f2dc59
#f4e171
#f6e688
#f7eba0
#f9f0b8
#fbf5cf
#fdfae7
#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

#efd22a
#2a47ef

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

Split Complementary

#efd22a
#2aaaef
#702aef

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

Analogous Color

#ef832a
#efab2a
#efd22a
#e5ef2a
#bdef2a

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

#efd22a
#2aefd2
#d22aef

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

#efd22a
#2aef6f
#2a47ef
#ef2aa9

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

#efd22a
#2a47ef
#702aef
#a9ef2a

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

#efd22a Color Code Preview on Black Background Color

This is how #efd22a Color will look on black background color. Color contrast ratio is 13.92

#efd22a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd22a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd22a

#efd22a color code is use for CSS Background Color

Background color for the above div is #efd22a

HTML with inline CSS

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

#efd22a color code is use for CSS Border Color

CSS Border color for the above div is #efd22a

HTML with inline CSS

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

CSS Border Left color for the above div is #efd22a

HTML with inline CSS

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

CSS Border Right color for the above div is #efd22a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd22a

HTML with inline CSS

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

CSS Border Top color for the above div is #efd22a

HTML with inline CSS

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

#efd22a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd22a Color code Preview on White Background

This is how #efd22a Color code will look on white background color. Color contrast ratio is 1.51

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

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,210,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,71,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,210,42,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.