crispedge.com

Color picker

Loading...

#edcf39 hex color - Green - Warm color - Information

#edcf39 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #edcf39 Color code in RGB color code model is created after adding 92.94% red color, 81.18% green color and 22.35% blue color. Hex #edcf39 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 76% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedcf39#edcf39
RGB Decimal237, 207, 57rgb(237, 207, 57)
RGB Percent93%, 81%, 22%rgb(93%, 81%, 22%)
CSS RGBa237, 207, 57,1rgba(237,207,57,1)
CMYK Modelcmyk(0%,13%,76%,7%)
HSL Color Space50,83% ,58%hsl(50,83% ,58%)
HSV Color Space50°, 76%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100111100111001
Octal35531771
Decimal23720757
Hexedcf39

Different shades of #edcf39 color code.

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

Light Shade of #edcf39
#f1da68
Dark Shade of #edcf39
#dfbd14
Saturated Shade of #edcf39
#f8d62e
Desaturated Shade of #edcf39
#e2c844
Grey scale Shade of #edcf39
#939393
Brighten Shade
#ffe852
Most Readable Shade
#000000

Shades of #edcf39 color code

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

#edcf39
#d2b832
#b8a12c
#9e8a26
#83731f
#695c19
#4f4513
#342e0c
#1a1706
#000000

Similar Color like #edcf39 color

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

#eed03a
#efd13b
#f0d23c
#f1d33d
#f2d43e
#f3d53f
#f4d640
#f5d741
#f6d842
#f7d943
#f8da44
#f9db45
#fadc46
#fbdd47
#ecce38
#ebcd37
#eacc36
#e9cb35
#e8ca34
#e7c933
#e6c832
#e5c731
#e4c630
#e3c52f
#e2c42e
#e1c32d
#e0c22c
#dfc12b

Monochromatic Color with #edcf39

#edcf39
#181506
#433b10
#6d601a
#988525
#c2aa2f

Tints of #edcf39 Color

#edcf39
#efd44f
#f1d965
#f3df7b
#f5e491
#f7e9a7
#f9efbd
#fbf4d3
#fdf9e9
#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

#edcf39
#3957ed

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

Split Complementary

#edcf39
#39b1ed
#7539ed

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

Analogous Color

#ed8739
#edab39
#edcf39
#e7ed39
#c3ed39

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

#edcf39
#39edcf
#cf39ed

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

#edcf39
#39ed75
#3957ed
#ed39b1

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

#edcf39
#3957ed
#7539ed
#b1ed39

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

#edcf39 Color Code Preview on Black Background Color

This is how #edcf39 Color will look on black background color. Color contrast ratio is 13.59

#edcf39 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcf39

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcf39

#edcf39 color code is use for CSS Background Color

Background color for the above div is #edcf39

HTML with inline CSS

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

#edcf39 color code is use for CSS Border Color

CSS Border color for the above div is #edcf39

HTML with inline CSS

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

CSS Border Left color for the above div is #edcf39

HTML with inline CSS

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

CSS Border Right color for the above div is #edcf39

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcf39

HTML with inline CSS

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

CSS Border Top color for the above div is #edcf39

HTML with inline CSS

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

#edcf39 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcf39 Color code Preview on White Background

This is how #edcf39 Color code will look on white background color. Color contrast ratio is 1.55

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

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,207,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(57,87,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,207,57,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.