crispedge.com

Color picker

Loading...

#ecd97a hex color - Yellow - Warm color - Information

#ecd97a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ecd97a Color code in RGB color code model is created after adding 92.55% red color, 85.1% green color and 47.84% blue color. Hex #ecd97a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 48% yellow and 7% black.

Hex #ecd97a color code is between #eedd77 web safe hex color code and #ddcc88 web safe hex color code. #eedd77 is the nearest web safe color code. You can see here many more shades of #ecd97a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecd97a#ecd97a
RGB Decimal236, 217, 122rgb(236, 217, 122)
RGB Percent93%, 85%, 48%rgb(93%, 85%, 48%)
CSS RGBa236, 217, 122,1rgba(236,217,122,1)
CMYK Modelcmyk(0%,8%,48%,7%)
HSL Color Space50,75% ,70%hsl(50,75% ,70%)
HSV Color Space50°, 48%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001101100101111010
Octal354331172
Decimal236217122
Hexecd97a

Different shades of #ecd97a color code.

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

Light Shade of #ecd97a
#f2e6a7
Dark Shade of #ecd97a
#e6cc4d
Saturated Shade of #ecd97a
#f4de72
Desaturated Shade of #ecd97a
#e4d482
Grey scale Shade of #ecd97a
#b3b3b3
Brighten Shade
#fff293
Most Readable Shade
#000000

Shades of #ecd97a color code

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

#ecd97a
#d1c06c
#b7a85e
#9d9051
#837843
#686036
#4e4828
#34301b
#1a180d
#000000

Similar Color like #ecd97a color

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

#edda7b
#eedb7c
#efdc7d
#f0dd7e
#f1de7f
#f2df80
#f3e081
#f4e182
#f5e283
#f6e384
#f7e485
#f8e586
#f9e687
#fae788
#ebd879
#ead778
#e9d677
#e8d576
#e7d475
#e6d374
#e5d273
#e4d172
#e3d071
#e2cf70
#e1ce6f
#e0cd6e
#dfcc6d
#decb6c

Monochromatic Color with #ecd97a

#ecd97a
#17160c
#423d22
#6c6438
#978b4e
#c1b264

Tints of #ecd97a Color

#ecd97a
#eedd88
#f0e197
#f2e5a6
#f4e9b5
#f6eec3
#f8f2d2
#faf6e1
#fcfaf0
#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

#ecd97a
#7a8dec

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

Split Complementary

#ecd97a
#7ac6ec
#a07aec

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

Analogous Color

#ecab7a
#ecc27a
#ecd97a
#e8ec7a
#d1ec7a

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

#ecd97a
#7aecd9
#d97aec

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

#ecd97a
#7aeca0
#7a8dec
#ec7ac6

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

#ecd97a
#7a8dec
#a07aec
#c6ec7a

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

#ecd97a Color Code Preview on Black Background Color

This is how #ecd97a Color will look on black background color. Color contrast ratio is 14.77

#ecd97a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd97a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd97a

#ecd97a color code is use for CSS Background Color

Background color for the above div is #ecd97a

HTML with inline CSS

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

#ecd97a color code is use for CSS Border Color

CSS Border color for the above div is #ecd97a

HTML with inline CSS

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

CSS Border Left color for the above div is #ecd97a

HTML with inline CSS

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

CSS Border Right color for the above div is #ecd97a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecd97a

HTML with inline CSS

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

CSS Border Top color for the above div is #ecd97a

HTML with inline CSS

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

#ecd97a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecd97a Color code Preview on White Background

This is how #ecd97a Color code will look on white background color. Color contrast ratio is 1.42

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

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(236,217,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,141,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,217,122,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.