crispedge.com

Color picker

Loading...

#edcc5f hex color - Yellow - Warm color - Information

#edcc5f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edcc5f Color code in RGB color code model is created after adding 92.94% red color, 80% green color and 37.25% blue color. Hex #edcc5f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 60% yellow and 7% black.

Hex #edcc5f color code is between #eebb66 web safe hex color code and #dddd55 web safe hex color code. #eebb66 is the nearest web safe color code. You can see here many more shades of #edcc5f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedcc5f#edcc5f
RGB Decimal237, 204, 95rgb(237, 204, 95)
RGB Percent93%, 80%, 37%rgb(93%, 80%, 37%)
CSS RGBa237, 204, 95,1rgba(237,204,95,1)
CMYK Modelcmyk(0%,14%,60%,7%)
HSL Color Space46,80% ,65%hsl(46,80% ,65%)
HSV Color Space46°, 60%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100110001011111
Octal355314137
Decimal23720495
Hexedcc5f

Different shades of #edcc5f color code.

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

Light Shade of #edcc5f
#f2db8d
Dark Shade of #edcc5f
#e8bd31
Saturated Shade of #edcc5f
#f6d156
Desaturated Shade of #edcc5f
#e4c768
Grey scale Shade of #edcc5f
#a6a6a6
Brighten Shade
#ffe578
Most Readable Shade
#000000

Shades of #edcc5f color code

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

#edcc5f
#d2b554
#b89e49
#9e883f
#837134
#695a2a
#4f441f
#342d15
#1a160a
#000000

Similar Color like #edcc5f color

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

#eecd60
#efce61
#f0cf62
#f1d063
#f2d164
#f3d265
#f4d366
#f5d467
#f6d568
#f7d669
#f8d76a
#f9d86b
#fad96c
#fbda6d
#eccb5e
#ebca5d
#eac95c
#e9c85b
#e8c75a
#e7c659
#e6c558
#e5c457
#e4c356
#e3c255
#e2c154
#e1c053
#e0bf52
#dfbe51

Monochromatic Color with #edcc5f

#edcc5f
#18150a
#433a1b
#6d5e2c
#98833d
#c2a74e

Tints of #edcc5f Color

#edcc5f
#efd170
#f1d782
#f3dd94
#f5e2a6
#f7e8b7
#f9eec9
#fbf3db
#fdf9ed
#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

#edcc5f
#5f80ed

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

Split Complementary

#edcc5f
#5fc7ed
#855fed

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

Analogous Color

#ed935f
#edb05f
#edcc5f
#ede85f
#d5ed5f

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

#edcc5f
#5fedcc
#cc5fed

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

#edcc5f
#5fed85
#5f80ed
#ed5fc7

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

#edcc5f
#5f80ed
#855fed
#c7ed5f

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

#edcc5f Color Code Preview on Black Background Color

This is how #edcc5f Color will look on black background color. Color contrast ratio is 13.40

#edcc5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcc5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcc5f

#edcc5f color code is use for CSS Background Color

Background color for the above div is #edcc5f

HTML with inline CSS

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

#edcc5f color code is use for CSS Border Color

CSS Border color for the above div is #edcc5f

HTML with inline CSS

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

CSS Border Left color for the above div is #edcc5f

HTML with inline CSS

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

CSS Border Right color for the above div is #edcc5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcc5f

HTML with inline CSS

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

CSS Border Top color for the above div is #edcc5f

HTML with inline CSS

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

#edcc5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcc5f Color code Preview on White Background

This is how #edcc5f Color code will look on white background color. Color contrast ratio is 1.57

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

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,204,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,128,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,204,95,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.