crispedge.com

Color picker

Loading...

#ecd08a hex color - Yellow - Warm color - Information

#ecd08a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ecd08a Color code in RGB color code model is created after adding 92.55% red color, 81.57% green color and 54.12% blue color. Hex #ecd08a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 42% yellow and 7% black.

Hex #ecd08a color code is between #eecc88 web safe hex color code and #dddd99 web safe hex color code. #eecc88 is the nearest web safe color code. You can see here many more shades of #ecd08a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecd08a#ecd08a
RGB Decimal236, 208, 138rgb(236, 208, 138)
RGB Percent93%, 82%, 54%rgb(93%, 82%, 54%)
CSS RGBa236, 208, 138,1rgba(236,208,138,1)
CMYK Modelcmyk(0%,12%,42%,7%)
HSL Color Space43,72% ,73%hsl(43,72% ,73%)
HSV Color Space43°, 42%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001101000010001010
Octal354320212
Decimal236208138
Hexecd08a

Different shades of #ecd08a color code.

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

Light Shade of #ecd08a
#f3e2b6
Dark Shade of #ecd08a
#e5be5e
Saturated Shade of #ecd08a
#f3d383
Desaturated Shade of #ecd08a
#e5cd91
Grey scale Shade of #ecd08a
#bbbbbb
Brighten Shade
#ffe9a3
Most Readable Shade
#000000

Shades of #ecd08a color code

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

#ecd08a
#d1b87a
#b7a16b
#9d8a5c
#83734c
#685c3d
#4e452e
#342e1e
#1a170f
#000000

Similar Color like #ecd08a color

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

#edd18b
#eed28c
#efd38d
#f0d48e
#f1d58f
#f2d690
#f3d791
#f4d892
#f5d993
#f6da94
#f7db95
#f8dc96
#f9dd97
#fade98
#ebcf89
#eace88
#e9cd87
#e8cc86
#e7cb85
#e6ca84
#e5c983
#e4c882
#e3c781
#e2c680
#e1c57f
#e0c47e
#dfc37d
#dec27c

Monochromatic Color with #ecd08a

#ecd08a
#17150e
#423a27
#6c603f
#978558
#c1ab71

Tints of #ecd08a Color

#ecd08a
#eed597
#f0daa4
#f2dfb1
#f4e4be
#f6eacb
#f8efd8
#faf4e5
#fcf9f2
#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

#ecd08a
#8aa6ec

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

Split Complementary

#ecd08a
#8ad7ec
#9f8aec

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

Analogous Color

#eca98a
#ecbc8a
#ecd08a
#ece48a
#e1ec8a

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

#ecd08a
#8aecd0
#d08aec

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

#ecd08a
#8aec9f
#8aa6ec
#ec8ad7

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

#ecd08a
#8aa6ec
#9f8aec
#d7ec8a

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

#ecd08a Color Code Preview on Black Background Color

This is how #ecd08a Color will look on black background color. Color contrast ratio is 13.96

#ecd08a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd08a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecd08a

#ecd08a color code is use for CSS Background Color

Background color for the above div is #ecd08a

HTML with inline CSS

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

#ecd08a color code is use for CSS Border Color

CSS Border color for the above div is #ecd08a

HTML with inline CSS

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

CSS Border Left color for the above div is #ecd08a

HTML with inline CSS

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

CSS Border Right color for the above div is #ecd08a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecd08a

HTML with inline CSS

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

CSS Border Top color for the above div is #ecd08a

HTML with inline CSS

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

#ecd08a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecd08a Color code Preview on White Background

This is how #ecd08a Color code will look on white background color. Color contrast ratio is 1.50

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

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,208,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,166,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,208,138,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.