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

#edcc55 hex color - Yellow - Warm color - Information

#edcc55 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #edcc55 color code is between #eebb44 web safe hex color code and #dddd66 web safe hex color code. #eebb44 is the nearest web safe color code. You can see here many more shades of #edcc55 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code edcc55 #edcc55
RGB Decimal 237, 204, 85 rgb(237, 204, 85)
RGB Percent 93%, 80%, 33% rgb(93%, 80%, 33%)
CSS RGBa 237, 204, 85,1 rgba(237,204,85,1)
CMYK Model cmyk(0%,14%,64%,7.06%)
HSL Color Space 47,81% ,63% hsl(47,81% ,63%)
HSV Color Space 47°, 64%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11001100 01010101
Octal 355 314 125
Decimal 237 204 85
Hex ed cc 55

Different shades of #edcc55 color code.

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

Light Shade of #edcc55
#f2da83
Dark Shade of #edcc55
#e8be27
Saturated Shade of #edcc55
#f6d14c
Desaturated Shade of #edcc55
#e4c75e
Grey scale Shade of #edcc55
#a1a1a1
Brighten Shade
#ffe56e
Most Readable Shade
#000000

Shades of #edcc55 color code

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

#edcc55
#d2b54b
#b89e42
#9e8838
#83712f
#695a25
#4f441c
#342d12
#1a1609
#000000

Similar Color like #edcc55 color

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

#eecd56
#efce57
#f0cf58
#f1d059
#f2d15a
#f3d25b
#f4d35c
#f5d45d
#f6d55e
#f7d65f
#f8d760
#f9d861
#fad962
#fbda63
#eccb54
#ebca53
#eac952
#e9c851
#e8c750
#e7c64f
#e6c54e
#e5c44d
#e4c34c
#e3c24b
#e2c14a
#e1c049
#e0bf48
#dfbe47

Monochromatic Color with #edcc55

#edcc55
#181509
#433a18
#6d5e27
#988337
#c2a746

Tints of #edcc55 Color

#edcc55
#efd167
#f1d77a
#f3dd8d
#f5e2a0
#f7e8b3
#f9eec6
#fbf3d9
#fdf9ec
#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

#edcc55
#5576ed

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

Split Complementary

#edcc55
#55c2ed
#8055ed

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

Analogous Color

#ed8f55
#edae55
#edcc55
#edea55
#d1ed55

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

#edcc55
#55edcc
#cc55ed

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

#edcc55
#55ed80
#5576ed
#ed55c2

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

#edcc55
#5576ed
#8055ed
#c2ed55

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

#edcc55 Color Code Preview on Black Background Color

This is how #edcc55 Color will look on black background color. Color contrast ratio is 13.37

#edcc55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcc55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcc55

#edcc55 color code is use for CSS Background Color

Background color for the above div is #edcc55

HTML with inline CSS

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

#edcc55 color code is use for CSS Border Color

CSS Border color for the above div is #edcc55

HTML with inline CSS

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

CSS Border Left color for the above div is #edcc55

HTML with inline CSS

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

CSS Border Right color for the above div is #edcc55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcc55

HTML with inline CSS

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

CSS Border Top color for the above div is #edcc55

HTML with inline CSS

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

#edcc55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcc55 Color code Preview on White Background

This is how #edcc55 Color code will look on white background color. Color contrast ratio is 1.57

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

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,204,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,118,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,204,85,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.