crispedge.com

Color picker

Loading...

#edd28f hex color - Yellow - Warm color - Information

#edd28f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edd28f Color code in RGB color code model is created after adding 92.94% red color, 82.35% green color and 56.08% blue color. Hex #edd28f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 40% yellow and 7% black.

Hex #edd28f 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 #edd28f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedd28f#edd28f
RGB Decimal237, 210, 143rgb(237, 210, 143)
RGB Percent93%, 82%, 56%rgb(93%, 82%, 56%)
CSS RGBa237, 210, 143,1rgba(237,210,143,1)
CMYK Modelcmyk(0%,11%,40%,7%)
HSL Color Space43,72% ,75%hsl(43,72% ,75%)
HSV Color Space43°, 40%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101001010001111
Octal355322217
Decimal237210143
Hexedd28f

Different shades of #edd28f color code.

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

Light Shade of #edd28f
#f4e4bb
Dark Shade of #edd28f
#e6c063
Saturated Shade of #edd28f
#f3d588
Desaturated Shade of #edd28f
#e6cf95
Grey scale Shade of #edd28f
#bebebe
Brighten Shade
#ffeba8
Most Readable Shade
#000000

Shades of #edd28f color code

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

#edd28f
#d2ba7f
#b8a36f
#9e8c5f
#83744f
#695d3f
#4f462f
#342e1f
#1a170f
#000000

Similar Color like #edd28f color

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

#eed390
#efd491
#f0d592
#f1d693
#f2d794
#f3d895
#f4d996
#f5da97
#f6db98
#f7dc99
#f8dd9a
#f9de9b
#fadf9c
#fbe09d
#ecd18e
#ebd08d
#eacf8c
#e9ce8b
#e8cd8a
#e7cc89
#e6cb88
#e5ca87
#e4c986
#e3c885
#e2c784
#e1c683
#e0c582
#dfc481

Monochromatic Color with #edd28f

#edd28f
#18160f
#433b28
#6d6142
#98875c
#c2ac75

Tints of #edd28f Color

#edd28f
#efd79b
#f1dca7
#f3e1b4
#f5e6c0
#f7ebcd
#f9f0d9
#fbf5e6
#fdfaf2
#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

#edd28f
#8faaed

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

Split Complementary

#edd28f
#8fd9ed
#a38fed

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

Analogous Color

#edac8f
#edbf8f
#edd28f
#ede58f
#e2ed8f

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

#edd28f
#8fedd2
#d28fed

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

#edd28f
#8feda3
#8faaed
#ed8fd9

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

#edd28f
#8faaed
#a38fed
#d9ed8f

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

#edd28f Color Code Preview on Black Background Color

This is how #edd28f Color will look on black background color. Color contrast ratio is 14.22

#edd28f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd28f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd28f

#edd28f color code is use for CSS Background Color

Background color for the above div is #edd28f

HTML with inline CSS

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

#edd28f color code is use for CSS Border Color

CSS Border color for the above div is #edd28f

HTML with inline CSS

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

CSS Border Left color for the above div is #edd28f

HTML with inline CSS

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

CSS Border Right color for the above div is #edd28f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd28f

HTML with inline CSS

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

CSS Border Top color for the above div is #edd28f

HTML with inline CSS

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

#edd28f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd28f Color code Preview on White Background

This is how #edd28f Color code will look on white background color. Color contrast ratio is 1.48

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

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,210,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,170,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,210,143,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.