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

#edd76b hex color - Yellow - Warm color - Information

#edd76b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edd76b Color code in RGB color code model is created after adding 92.94% red color, 84.31% green color and 41.96% blue color. Hex #edd76b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 55% yellow and 7.06% black.

Hex #edd76b color code is between #eedd66 web safe hex color code and #ddcc77 web safe hex color code. #eedd66 is the nearest web safe color code. You can see here many more shades of #edd76b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedd76b#edd76b
RGB Decimal237, 215, 107rgb(237, 215, 107)
RGB Percent93%, 84%, 42%rgb(93%, 84%, 42%)
CSS RGBa237, 215, 107,1rgba(237,215,107,1)
CMYK Modelcmyk(0%,9%,55%,7.06%)
HSL Color Space50,78% ,67%hsl(50,78% ,67%)
HSV Color Space50°, 55%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101011101101011
Octal355327153
Decimal237215107
Hexedd76b

Different shades of #edd76b color code.

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

Light Shade of #edd76b
#f3e398
Dark Shade of #edd76b
#e7cb3e
Saturated Shade of #edd76b
#f5dc63
Desaturated Shade of #edd76b
#e5d273
Grey scale Shade of #edd76b
#acacac
Brighten Shade
#fff084
Most Readable Shade
#000000

Shades of #edd76b color code

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

#edd76b
#d2bf5f
#b8a753
#9e8f47
#83773b
#695f2f
#4f4723
#342f17
#1a170b
#000000

Similar Color like #edd76b color

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

#eed86c
#efd96d
#f0da6e
#f1db6f
#f2dc70
#f3dd71
#f4de72
#f5df73
#f6e074
#f7e175
#f8e276
#f9e377
#fae478
#fbe579
#ecd66a
#ebd569
#ead468
#e9d367
#e8d266
#e7d165
#e6d064
#e5cf63
#e4ce62
#e3cd61
#e2cc60
#e1cb5f
#e0ca5e
#dfc95d

Monochromatic Color with #edd76b

#edd76b
#18160b
#433d1e
#6d6331
#988a45
#c2b058

Tints of #edd76b Color

#edd76b
#efdb7b
#f1df8b
#f3e49c
#f5e8ac
#f7edbd
#f9f1cd
#fbf6de
#fdfaee
#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

#edd76b
#6b81ed

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

Split Complementary

#edd76b
#6bc2ed
#966bed

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

Analogous Color

#eda36b
#edbd6b
#edd76b
#e9ed6b
#cfed6b

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

#edd76b
#6bedd7
#d76bed

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

#edd76b
#6bed96
#6b81ed
#ed6bc2

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

#edd76b
#6b81ed
#966bed
#c2ed6b

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

#edd76b Color Code Preview on Black Background Color

This is how #edd76b Color will look on black background color. Color contrast ratio is 14.53

#edd76b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd76b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd76b

#edd76b color code is use for CSS Background Color

Background color for the above div is #edd76b

HTML with inline CSS

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

#edd76b color code is use for CSS Border Color

CSS Border color for the above div is #edd76b

HTML with inline CSS

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

CSS Border Left color for the above div is #edd76b

HTML with inline CSS

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

CSS Border Right color for the above div is #edd76b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd76b

HTML with inline CSS

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

CSS Border Top color for the above div is #edd76b

HTML with inline CSS

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

#edd76b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd76b Color code Preview on White Background

This is how #edd76b Color code will look on white background color. Color contrast ratio is 1.44

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

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,215,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,129,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,215,107,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.