crispedge.com

Color picker

Loading...

#eed35c hex color - Yellow - Warm color - Information

#eed35c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #eed35c Color code in RGB color code model is created after adding 93.33% red color, 82.75% green color and 36.08% blue color. Hex #eed35c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 61% yellow and 7% black.

Hex #eed35c color code is between #ddcc55 web safe hex color code and #ffdd66 web safe hex color code. #ddcc55 is the nearest web safe color code. You can see here many more shades of #eed35c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeed35c#eed35c
RGB Decimal238, 211, 92rgb(238, 211, 92)
RGB Percent93%, 83%, 36%rgb(93%, 83%, 36%)
CSS RGBa238, 211, 92,1rgba(238,211,92,1)
CMYK Modelcmyk(0%,11%,61%,7%)
HSL Color Space49,81% ,65%hsl(49,81% ,65%)
HSV Color Space49°, 61%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001101011100
Octal356323134
Decimal23821192
Hexeed35c

Different shades of #eed35c color code.

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

Light Shade of #eed35c
#f3df8a
Dark Shade of #eed35c
#e9c72e
Saturated Shade of #eed35c
#f7d953
Desaturated Shade of #eed35c
#e5cd65
Grey scale Shade of #eed35c
#a5a5a5
Brighten Shade
#ffec75
Most Readable Shade
#000000

Shades of #eed35c color code

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

#eed35c
#d3bb51
#b9a447
#9e8c3d
#847533
#695d28
#4f461e
#342e14
#1a170a
#000000

Similar Color like #eed35c color

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

#efd45d
#f0d55e
#f1d65f
#f2d760
#f3d861
#f4d962
#f5da63
#f6db64
#f7dc65
#f8dd66
#f9de67
#fadf68
#fbe069
#fce16a
#edd25b
#ecd15a
#ebd059
#eacf58
#e9ce57
#e8cd56
#e7cc55
#e6cb54
#e5ca53
#e4c952
#e3c851
#e2c750
#e1c64f
#e0c54e

Monochromatic Color with #eed35c

#eed35c
#1a170a
#443c1a
#6e622b
#99883b
#c3ad4c

Tints of #eed35c Color

#eed35c
#efd76e
#f1dc80
#f3e192
#f5e6a4
#f7ebb6
#f9f0c8
#fbf5da
#fdfaec
#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

#eed35c
#5c77ee

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

Split Complementary

#eed35c
#5cc0ee
#8a5cee

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

Analogous Color

#ee995c
#eeb65c
#eed35c
#ecee5c
#cfee5c

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

#eed35c
#5ceed3
#d35cee

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

#eed35c
#5cee8a
#5c77ee
#ee5cc0

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

#eed35c
#5c77ee
#8a5cee
#c0ee5c

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

#eed35c Color Code Preview on Black Background Color

This is how #eed35c Color will look on black background color. Color contrast ratio is 14.11

#eed35c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed35c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed35c

#eed35c color code is use for CSS Background Color

Background color for the above div is #eed35c

HTML with inline CSS

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

#eed35c color code is use for CSS Border Color

CSS Border color for the above div is #eed35c

HTML with inline CSS

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

CSS Border Left color for the above div is #eed35c

HTML with inline CSS

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

CSS Border Right color for the above div is #eed35c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed35c

HTML with inline CSS

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

CSS Border Top color for the above div is #eed35c

HTML with inline CSS

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

#eed35c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed35c Color code Preview on White Background

This is how #eed35c Color code will look on white background color. Color contrast ratio is 1.49

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

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(238,211,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,119,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,211,92,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.