@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ecdd1d hex color - Yellow - Warm color - Information

#ecdd1d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ecdd1d Color code in RGB color code model is created after adding 92.55% red color, 86.67% green color and 11.37% blue color. Hex #ecdd1d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 88% yellow and 7.45% black.

Hex #ecdd1d color code is between #eecc22 web safe hex color code and #ddee11 web safe hex color code. #eecc22 is the nearest web safe color code. You can see here many more shades of #ecdd1d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecdd1d#ecdd1d
RGB Decimal236, 221, 29rgb(236, 221, 29)
RGB Percent93%, 87%, 11%rgb(93%, 87%, 11%)
CSS RGBa236, 221, 29,1rgba(236,221,29,1)
CMYK Modelcmyk(0%,6%,88%,7.45%)
HSL Color Space56,84% ,52%hsl(56,84% ,52%)
HSV Color Space56°, 88%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001101110100011101
Octal35433535
Decimal23622129
Hexecdd1d

Different shades of #ecdd1d color code.

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

Light Shade of #ecdd1d
#f0e44c
Dark Shade of #ecdd1d
#c5b811
Saturated Shade of #ecdd1d
#f8e711
Desaturated Shade of #ecdd1d
#e0d329
Grey scale Shade of #ecdd1d
#848484
Brighten Shade
#fff636
Most Readable Shade
#000000

Shades of #ecdd1d color code

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

#ecdd1d
#d1c419
#b7ab16
#9d9313
#837a10
#68620c
#4e4909
#343106
#1a1803
#000000

Similar Color like #ecdd1d color

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

#edde1e
#eedf1f
#efe020
#f0e121
#f1e222
#f2e323
#f3e424
#f4e525
#f5e626
#f6e727
#f7e828
#f8e929
#f9ea2a
#faeb2b
#ebdc1c
#eadb1b
#e9da1a
#e8d919
#e7d818
#e6d717
#e5d616
#e4d515
#e3d414
#e2d313
#e1d212
#e0d111
#dfd010
#decf0f

Monochromatic Color with #ecdd1d

#ecdd1d
#171603
#423e08
#6c660d
#978d13
#c1b518

Tints of #ecdd1d Color

#ecdd1d
#eee036
#f0e44f
#f2e868
#f4ec81
#f6ef9a
#f8f3b3
#faf7cc
#fcfbe5
#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

#ecdd1d
#1d2cec

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

Split Complementary

#ecdd1d
#1d94ec
#761dec

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

Analogous Color

#ec8a1d
#ecb41d
#ecdd1d
#d2ec1d
#a8ec1d

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

#ecdd1d
#1decdd
#dd1dec

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

#ecdd1d
#1dec75
#1d2cec
#ec1d93

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

#ecdd1d
#1d2cec
#761dec
#93ec1d

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

#ecdd1d Color Code Preview on Black Background Color

This is how #ecdd1d Color will look on black background color. Color contrast ratio is 14.93

#ecdd1d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecdd1d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecdd1d

#ecdd1d color code is use for CSS Background Color

Background color for the above div is #ecdd1d

HTML with inline CSS

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

#ecdd1d color code is use for CSS Border Color

CSS Border color for the above div is #ecdd1d

HTML with inline CSS

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

CSS Border Left color for the above div is #ecdd1d

HTML with inline CSS

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

CSS Border Right color for the above div is #ecdd1d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecdd1d

HTML with inline CSS

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

CSS Border Top color for the above div is #ecdd1d

HTML with inline CSS

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

#ecdd1d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecdd1d Color code Preview on White Background

This is how #ecdd1d Color code will look on white background color. Color contrast ratio is 1.41

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

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,221,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,44,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,221,29,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.