Skip to main content Skip to docs navigation

#eed71d hex color - Yellow - Warm color - Information

#eed71d hex color - Yellow - Warm color

On this page
@
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.

Color Hue/Base color: Yellow

Hex #eed71d Color code in RGB color code model is created after adding 93.33% red color, 84.31% green color and 11.37% blue color. Hex #eed71d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 88% yellow and 6.67% black.

Hex #eed71d color code is between #dddd22 web safe hex color code and #ffcc11 web safe hex color code. #dddd22 is the nearest web safe color code. You can see here many more shades of #eed71d 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 eed71d #eed71d
RGB Decimal 238, 215, 29 rgb(238, 215, 29)
RGB Percent 93%, 84%, 11% rgb(93%, 84%, 11%)
CSS RGBa 238, 215, 29,1 rgba(238,215,29,1)
CMYK Model cmyk(0%,10%,88%,6.67%)
HSL Color Space 53,86% ,52% hsl(53,86% ,52%)
HSV Color Space 53°, 88%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 11010111 00011101
Octal 356 327 35
Decimal 238 215 29
Hex ee d7 1d

Different shades of #eed71d color code.

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

Light Shade of #eed71d
#f2df4c
Dark Shade of #eed71d
#c9b40f
Saturated Shade of #eed71d
#fae011
Desaturated Shade of #eed71d
#e2ce29
Grey scale Shade of #eed71d
#858585
Brighten Shade
#fff036
Most Readable Shade
#000000

Shades of #eed71d color code

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

#eed71d
#d3bf19
#b9a716
#9e8f13
#847710
#695f0c
#4f4709
#342f06
#1a1703
#000000

Similar Color like #eed71d color

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

#efd81e
#f0d91f
#f1da20
#f2db21
#f3dc22
#f4dd23
#f5de24
#f6df25
#f7e026
#f8e127
#f9e228
#fae329
#fbe42a
#fce52b
#edd61c
#ecd51b
#ebd41a
#ead319
#e9d218
#e8d117
#e7d016
#e6cf15
#e5ce14
#e4cd13
#e3cc12
#e2cb11
#e1ca10
#e0c90f

Monochromatic Color with #eed71d

#eed71d
#1a1703
#443d08
#6e640d
#998a13
#c3b118

Tints of #eed71d Color

#eed71d
#efdb36
#f1df4f
#f3e468
#f5e881
#f7ed9a
#f9f1b3
#fbf6cc
#fdfae5
#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

#eed71d
#1d34ee

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

Split Complementary

#eed71d
#1d9dee
#6e1dee

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

Analogous Color

#ee831d
#eead1d
#eed71d
#dbee1d
#b1ee1d

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

#eed71d
#1deed7
#d71dee

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

#eed71d
#1dee6e
#1d34ee
#ee1d9c

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

#eed71d
#1d34ee
#6e1dee
#9dee1d

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

#eed71d Color Code Preview on Black Background Color

This is how #eed71d Color will look on black background color. Color contrast ratio is 14.37

#eed71d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed71d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed71d

#eed71d color code is use for CSS Background Color

Background color for the above div is #eed71d

HTML with inline CSS

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

#eed71d color code is use for CSS Border Color

CSS Border color for the above div is #eed71d

HTML with inline CSS

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

CSS Border Left color for the above div is #eed71d

HTML with inline CSS

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

CSS Border Right color for the above div is #eed71d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed71d

HTML with inline CSS

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

CSS Border Top color for the above div is #eed71d

HTML with inline CSS

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

#eed71d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed71d Color code Preview on White Background

This is how #eed71d Color code will look on white background color. Color contrast ratio is 1.46

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

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,215,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,52,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,215,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.