@
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.

#edcd67 hex color - Yellow - Warm color - Information

#edcd67 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edcd67 Color code in RGB color code model is created after adding 92.94% red color, 80.39% green color and 40.39% blue color. Hex #edcd67 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 57% yellow and 7.06% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edcd67 #edcd67
RGB Decimal 237, 205, 103 rgb(237, 205, 103)
RGB Percent 93%, 80%, 40% rgb(93%, 80%, 40%)
CSS RGBa 237, 205, 103,1 rgba(237,205,103,1)
CMYK Model cmyk(0%,14%,57%,7.06%)
HSL Color Space 46,79% ,67% hsl(46,79% ,67%)
HSV Color Space 46°, 57%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11001101 01100111
Octal 355 315 147
Decimal 237 205 103
Hex ed cd 67

Different shades of #edcd67 color code.

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

Light Shade of #edcd67
#f2dc95
Dark Shade of #edcd67
#e8be39
Saturated Shade of #edcd67
#f5d15e
Desaturated Shade of #edcd67
#e4c96f
Grey scale Shade of #edcd67
#aaaaaa
Brighten Shade
#ffe680
Most Readable Shade
#000000

Shades of #edcd67 color code

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

#edcd67
#d2b65b
#b89f50
#9e8844
#837139
#695b2d
#4f4422
#342d16
#1a160b
#000000

Similar Color like #edcd67 color

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

#eece68
#efcf69
#f0d06a
#f1d16b
#f2d26c
#f3d36d
#f4d46e
#f5d56f
#f6d670
#f7d771
#f8d872
#f9d973
#fada74
#fbdb75
#eccc66
#ebcb65
#eaca64
#e9c963
#e8c862
#e7c761
#e6c660
#e5c55f
#e4c45e
#e3c35d
#e2c25c
#e1c15b
#e0c05a
#dfbf59

Monochromatic Color with #edcd67

#edcd67
#18150b
#433a1d
#6d5f30
#988342
#c2a855

Tints of #edcd67 Color

#edcd67
#efd277
#f1d888
#f3dd99
#f5e3aa
#f7e8bb
#f9eecc
#fbf3dd
#fdf9ee
#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

#edcd67
#6787ed

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

Split Complementary

#edcd67
#67caed
#8a67ed

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

Analogous Color

#ed9767
#edb267
#edcd67
#ede867
#d7ed67

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

#edcd67
#67edcd
#cd67ed

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

#edcd67
#67ed8a
#6787ed
#ed67ca

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

#edcd67
#6787ed
#8a67ed
#caed67

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

#edcd67 Color Code Preview on Black Background Color

This is how #edcd67 Color will look on black background color. Color contrast ratio is 13.53

#edcd67 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcd67

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcd67

#edcd67 color code is use for CSS Background Color

Background color for the above div is #edcd67

HTML with inline CSS

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

#edcd67 color code is use for CSS Border Color

CSS Border color for the above div is #edcd67

HTML with inline CSS

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

CSS Border Left color for the above div is #edcd67

HTML with inline CSS

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

CSS Border Right color for the above div is #edcd67

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcd67

HTML with inline CSS

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

CSS Border Top color for the above div is #edcd67

HTML with inline CSS

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

#edcd67 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcd67 Color code Preview on White Background

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

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,205,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(103,135,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,205,103,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.