crispedge.com

Color picker

Loading...

#edc54f hex color - Yellow - Warm color - Information

#edc54f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edc54f Color code in RGB color code model is created after adding 92.94% red color, 77.25% green color and 30.98% blue color. Hex #edc54f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 67% yellow and 7% black.

Hex #edc54f color code is between #eecc55 web safe hex color code and #ddbb44 web safe hex color code. #eecc55 is the nearest web safe color code. You can see here many more shades of #edc54f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edc54f #edc54f
RGB Decimal 237, 197, 79 rgb(237, 197, 79)
RGB Percent 93%, 77%, 31% rgb(93%, 77%, 31%)
CSS RGBa 237, 197, 79,1 rgba(237,197,79,1)
CMYK Model cmyk(0%,17%,67%,7%)
HSL Color Space 45,81% ,62% hsl(45,81% ,62%)
HSV Color Space 45°, 67%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11000101 01001111
Octal 355 305 117
Decimal 237 197 79
Hex ed c5 4f

Different shades of #edc54f color code.

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

Light Shade of #edc54f
#f2d47d
Dark Shade of #edc54f
#e8b621
Saturated Shade of #edc54f
#f7ca45
Desaturated Shade of #edc54f
#e3c059
Grey scale Shade of #edc54f
#9e9e9e
Brighten Shade
#ffde68
Most Readable Shade
#000000

Shades of #edc54f color code

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

#edc54f
#d2af46
#b8993d
#9e8334
#836d2b
#695723
#4f411a
#342b11
#1a1508
#000000

Similar Color like #edc54f color

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

#eec650
#efc751
#f0c852
#f1c953
#f2ca54
#f3cb55
#f4cc56
#f5cd57
#f6ce58
#f7cf59
#f8d05a
#f9d15b
#fad25c
#fbd35d
#ecc44e
#ebc34d
#eac24c
#e9c14b
#e8c04a
#e7bf49
#e6be48
#e5bd47
#e4bc46
#e3bb45
#e2ba44
#e1b943
#e0b842
#dfb741

Monochromatic Color with #edc54f

#edc54f
#181408
#433816
#6d5b25
#987e33
#c2a241

Tints of #edc54f Color

#edc54f
#efcb62
#f1d176
#f3d889
#f5de9d
#f7e5b0
#f9ebc4
#fbf2d7
#fdf8eb
#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

#edc54f
#4f77ed

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

Split Complementary

#edc54f
#4fc6ed
#764fed

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

Analogous Color

#ed864f
#eda54f
#edc54f
#ede54f
#d6ed4f

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

#edc54f
#4fedc5
#c54fed

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

#edc54f
#4fed76
#4f77ed
#ed4fc6

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

#edc54f
#4f77ed
#764fed
#c6ed4f

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

#edc54f Color Code Preview on Black Background Color

This is how #edc54f Color will look on black background color. Color contrast ratio is 12.70

#edc54f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc54f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc54f

#edc54f color code is use for CSS Background Color

Background color for the above div is #edc54f

HTML with inline CSS

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

#edc54f color code is use for CSS Border Color

CSS Border color for the above div is #edc54f

HTML with inline CSS

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

CSS Border Left color for the above div is #edc54f

HTML with inline CSS

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

CSS Border Right color for the above div is #edc54f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc54f

HTML with inline CSS

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

CSS Border Top color for the above div is #edc54f

HTML with inline CSS

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

#edc54f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc54f Color code Preview on White Background

This is how #edc54f Color code will look on white background color. Color contrast ratio is 1.65

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

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(237,197,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,119,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,197,79,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.