crispedge.com

Color picker

Loading...

#efd02f hex color - Yellow - Warm color - Information

#efd02f hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #efd02f color code is between #eecc33 web safe hex color code and #ffdd22 web safe hex color code. #eecc33 is the nearest web safe color code. You can see here many more shades of #efd02f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefd02f#efd02f
RGB Decimal239, 208, 47rgb(239, 208, 47)
RGB Percent94%, 82%, 18%rgb(94%, 82%, 18%)
CSS RGBa239, 208, 47,1rgba(239,208,47,1)
CMYK Modelcmyk(0%,13%,80%,6%)
HSL Color Space50,86% ,56%hsl(50,86% ,56%)
HSV Color Space50°, 80%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101000000101111
Octal35732057
Decimal23920847
Hexefd02f

Different shades of #efd02f color code.

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

Light Shade of #efd02f
#f3db5e
Dark Shade of #efd02f
#daba11
Saturated Shade of #efd02f
#fad824
Desaturated Shade of #efd02f
#e4c83a
Grey scale Shade of #efd02f
#8f8f8f
Brighten Shade
#ffe948
Most Readable Shade
#000000

Shades of #efd02f color code

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

#efd02f
#d4b829
#b9a124
#9f8a1f
#84731a
#6a5c14
#4f450f
#352e0a
#1a1705
#000000

Similar Color like #efd02f color

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

#f0d130
#f1d231
#f2d332
#f3d433
#f4d534
#f5d635
#f6d736
#f7d837
#f8d938
#f9da39
#fadb3a
#fbdc3b
#fcdd3c
#fdde3d
#eecf2e
#edce2d
#eccd2c
#ebcc2b
#eacb2a
#e9ca29
#e8c928
#e7c827
#e6c726
#e5c625
#e4c524
#e3c423
#e2c322
#e1c221

Monochromatic Color with #efd02f

#efd02f
#1a1705
#453c0e
#6f6116
#9a861e
#c4ab27

Tints of #efd02f Color

#efd02f
#f0d546
#f2da5d
#f4df74
#f6e48b
#f7eaa2
#f9efb9
#fbf4d0
#fdf9e7
#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

#efd02f
#2f4eef

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

Split Complementary

#efd02f
#2faeef
#702fef

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

Analogous Color

#ef832f
#efaa2f
#efd02f
#e8ef2f
#c1ef2f

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

#efd02f
#2fefd0
#d02fef

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

#efd02f
#2fef70
#2f4eef
#ef2fae

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

#efd02f
#2f4eef
#702fef
#aeef2f

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

#efd02f Color Code Preview on Black Background Color

This is how #efd02f Color will look on black background color. Color contrast ratio is 13.73

#efd02f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd02f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd02f

#efd02f color code is use for CSS Background Color

Background color for the above div is #efd02f

HTML with inline CSS

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

#efd02f color code is use for CSS Border Color

CSS Border color for the above div is #efd02f

HTML with inline CSS

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

CSS Border Left color for the above div is #efd02f

HTML with inline CSS

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

CSS Border Right color for the above div is #efd02f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd02f

HTML with inline CSS

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

CSS Border Top color for the above div is #efd02f

HTML with inline CSS

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

#efd02f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd02f Color code Preview on White Background

This is how #efd02f Color code will look on white background color. Color contrast ratio is 1.53

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

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