crispedge.com

Color picker

Loading...

#edc51b hex color - Yellow - Warm color - Information

#edc51b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedc51b#edc51b
RGB Decimal237, 197, 27rgb(237, 197, 27)
RGB Percent93%, 77%, 11%rgb(93%, 77%, 11%)
CSS RGBa237, 197, 27,1rgba(237,197,27,1)
CMYK Modelcmyk(0%,17%,89%,7%)
HSL Color Space49,85% ,52%hsl(49,85% ,52%)
HSV Color Space49°, 89%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100010100011011
Octal35530533
Decimal23719727
Hexedc51b

Different shades of #edc51b color code.

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

Light Shade of #edc51b
#f1d14a
Dark Shade of #edc51b
#c5a310
Saturated Shade of #edc51b
#f9cd0f
Desaturated Shade of #edc51b
#e1bd27
Grey scale Shade of #edc51b
#848484
Brighten Shade
#ffde34
Most Readable Shade
#000000

Shades of #edc51b color code

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

#edc51b
#d2af18
#b89915
#9e8312
#836d0f
#69570c
#4f4109
#342b06
#1a1503
#000000

Similar Color like #edc51b color

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

#eec61c
#efc71d
#f0c81e
#f1c91f
#f2ca20
#f3cb21
#f4cc22
#f5cd23
#f6ce24
#f7cf25
#f8d026
#f9d127
#fad228
#fbd329
#ecc41a
#ebc319
#eac218
#e9c117
#e8c016
#e7bf15
#e6be14
#e5bd13
#e4bc12
#e3bb11
#e2ba10
#e1b90f
#e0b80e
#dfb70d

Monochromatic Color with #edc51b

#edc51b
#181403
#433808
#6d5b0c
#987e11
#c2a216

Tints of #edc51b Color

#edc51b
#efcb34
#f1d14d
#f3d867
#f5de80
#f7e599
#f9ebb3
#fbf2cc
#fdf8e5
#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

#edc51b
#1b43ed

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

Split Complementary

#edc51b
#1baced
#5c1bed

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

Analogous Color

#ed711b
#ed9b1b
#edc51b
#ebed1b
#c1ed1b

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

#edc51b
#1bedc5
#c51bed

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

#edc51b
#1bed5c
#1b43ed
#ed1bac

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

#edc51b
#1b43ed
#5c1bed
#aced1b

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

#edc51b Color Code Preview on Black Background Color

This is how #edc51b Color will look on black background color. Color contrast ratio is 12.60

#edc51b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc51b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc51b

#edc51b color code is use for CSS Background Color

Background color for the above div is #edc51b

HTML with inline CSS

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

#edc51b color code is use for CSS Border Color

CSS Border color for the above div is #edc51b

HTML with inline CSS

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

CSS Border Left color for the above div is #edc51b

HTML with inline CSS

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

CSS Border Right color for the above div is #edc51b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc51b

HTML with inline CSS

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

CSS Border Top color for the above div is #edc51b

HTML with inline CSS

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

#edc51b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc51b Color code Preview on White Background

This is how #edc51b Color code will look on white background color. Color contrast ratio is 1.67

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

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