crispedge.com

Color picker

Loading...

#ecc96a hex color - Yellow - Warm color - Information

#ecc96a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ecc96a Color code in RGB color code model is created after adding 92.55% red color, 78.82% green color and 41.57% blue color. Hex #ecc96a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 55% yellow and 7% black.

Hex #ecc96a color code is between #eecc66 web safe hex color code and #ddbb77 web safe hex color code. #eecc66 is the nearest web safe color code. You can see here many more shades of #ecc96a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecc96a#ecc96a
RGB Decimal236, 201, 106rgb(236, 201, 106)
RGB Percent93%, 79%, 42%rgb(93%, 79%, 42%)
CSS RGBa236, 201, 106,1rgba(236,201,106,1)
CMYK Modelcmyk(0%,15%,55%,7%)
HSL Color Space44,77% ,67%hsl(44,77% ,67%)
HSV Color Space44°, 55%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001100100101101010
Octal354311152
Decimal236201106
Hexecc96a

Different shades of #ecc96a color code.

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

Light Shade of #ecc96a
#f2d997
Dark Shade of #ecc96a
#e6b93d
Saturated Shade of #ecc96a
#f4cd62
Desaturated Shade of #ecc96a
#e4c572
Grey scale Shade of #ecc96a
#ababab
Brighten Shade
#ffe283
Most Readable Shade
#000000

Shades of #ecc96a color code

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

#ecc96a
#d1b25e
#b79c52
#9d8646
#836f3a
#68592f
#4e4323
#342c17
#1a160b
#000000

Similar Color like #ecc96a color

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

#edca6b
#eecb6c
#efcc6d
#f0cd6e
#f1ce6f
#f2cf70
#f3d071
#f4d172
#f5d273
#f6d374
#f7d475
#f8d576
#f9d677
#fad778
#ebc869
#eac768
#e9c667
#e8c566
#e7c465
#e6c364
#e5c263
#e4c162
#e3c061
#e2bf60
#e1be5f
#e0bd5e
#dfbc5d
#debb5c

Monochromatic Color with #ecc96a

#ecc96a
#17140b
#42381e
#6c5c31
#978144
#c1a557

Tints of #ecc96a Color

#ecc96a
#eecf7a
#f0d58b
#f2db9b
#f4e1ac
#f6e7bc
#f8edcd
#faf3dd
#fcf9ee
#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

#ecc96a
#6a8dec

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

Split Complementary

#ecc96a
#6aceec
#886aec

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

Analogous Color

#ec956a
#ecaf6a
#ecc96a
#ece36a
#dbec6a

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

#ecc96a
#6aecc9
#c96aec

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

#ecc96a
#6aec88
#6a8dec
#ec6ace

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

#ecc96a
#6a8dec
#886aec
#ceec6a

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

#ecc96a Color Code Preview on Black Background Color

This is how #ecc96a Color will look on black background color. Color contrast ratio is 13.13

#ecc96a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecc96a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecc96a

#ecc96a color code is use for CSS Background Color

Background color for the above div is #ecc96a

HTML with inline CSS

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

#ecc96a color code is use for CSS Border Color

CSS Border color for the above div is #ecc96a

HTML with inline CSS

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

CSS Border Left color for the above div is #ecc96a

HTML with inline CSS

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

CSS Border Right color for the above div is #ecc96a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecc96a

HTML with inline CSS

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

CSS Border Top color for the above div is #ecc96a

HTML with inline CSS

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

#ecc96a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecc96a Color code Preview on White Background

This is how #ecc96a Color code will look on white background color. Color contrast ratio is 1.60

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

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