Skip to main content Skip to docs navigation

#eedb5f hex color - Yellow - Warm color - Information

#eedb5f 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 #eedb5f Color code in RGB color code model is created after adding 93.33% red color, 85.88% green color and 37.25% blue color. Hex #eedb5f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 60% yellow and 6.67% black.

Hex #eedb5f color code is between #dddd66 web safe hex color code and #ffcc55 web safe hex color code. #dddd66 is the nearest web safe color code. You can see here many more shades of #eedb5f 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 eedb5f #eedb5f
RGB Decimal 238, 219, 95 rgb(238, 219, 95)
RGB Percent 93%, 86%, 37% rgb(93%, 86%, 37%)
CSS RGBa 238, 219, 95,1 rgba(238,219,95,1)
CMYK Model cmyk(0%,8%,60%,6.67%)
HSL Color Space 52,81% ,65% hsl(52,81% ,65%)
HSV Color Space 52°, 60%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101110 11011011 01011111
Octal 356 333 137
Decimal 238 219 95
Hex ee db 5f

Different shades of #eedb5f color code.

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

Light Shade of #eedb5f
#f3e58d
Dark Shade of #eedb5f
#e9d131
Saturated Shade of #eedb5f
#f7e156
Desaturated Shade of #eedb5f
#e5d468
Grey scale Shade of #eedb5f
#a6a6a6
Brighten Shade
#fff478
Most Readable Shade
#000000

Shades of #eedb5f color code

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

#eedb5f
#d3c254
#b9aa49
#9e923f
#847934
#69612a
#4f491f
#343015
#1a180a
#000000

Similar Color like #eedb5f color

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

#efdc60
#f0dd61
#f1de62
#f2df63
#f3e064
#f4e165
#f5e266
#f6e367
#f7e468
#f8e569
#f9e66a
#fae76b
#fbe86c
#fce96d
#edda5e
#ecd95d
#ebd85c
#ead75b
#e9d65a
#e8d559
#e7d458
#e6d357
#e5d256
#e4d155
#e3d054
#e2cf53
#e1ce52
#e0cd51

Monochromatic Color with #eedb5f

#eedb5f
#1a170a
#443f1b
#6e662c
#998d3d
#c3b44e

Tints of #eedb5f Color

#eedb5f
#efdf70
#f1e382
#f3e794
#f5eba6
#f7efb7
#f9f3c9
#fbf7db
#fdfbed
#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

#eedb5f
#5f72ee

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

Split Complementary

#eedb5f
#5fbaee
#935fee

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

Analogous Color

#eea25f
#eebe5f
#eedb5f
#e4ee5f
#c8ee5f

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

#eedb5f
#5feedb
#db5fee

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

#eedb5f
#5fee93
#5f72ee
#ee5fb9

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

#eedb5f
#5f72ee
#945fee
#b9ee5f

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

#eedb5f Color Code Preview on Black Background Color

This is how #eedb5f Color will look on black background color. Color contrast ratio is 14.93

#eedb5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eedb5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eedb5f

#eedb5f color code is use for CSS Background Color

Background color for the above div is #eedb5f

HTML with inline CSS

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

#eedb5f color code is use for CSS Border Color

CSS Border color for the above div is #eedb5f

HTML with inline CSS

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

CSS Border Left color for the above div is #eedb5f

HTML with inline CSS

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

CSS Border Right color for the above div is #eedb5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eedb5f

HTML with inline CSS

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

CSS Border Top color for the above div is #eedb5f

HTML with inline CSS

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

#eedb5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eedb5f Color code Preview on White Background

This is how #eedb5f Color code will look on white background color. Color contrast ratio is 1.41

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

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,219,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,114,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,219,95,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.


Fatal error: Uncaught Error: Undefined constant "GETPOSTTYPE" in /var/www/html/ce/wp-content/themes/crispedge/footer.php:18 Stack trace: #0 /var/www/html/ce/wp-includes/template.php(810): require_once() #1 /var/www/html/ce/wp-includes/template.php(745): load_template() #2 /var/www/html/ce/wp-includes/general-template.php(92): locate_template() #3 /var/www/html/ce/wp-content/themes/crispedge/page-color.php(1495): get_footer() #4 /var/www/html/ce/wp-includes/template-loader.php(106): include('...') #5 /var/www/html/ce/wp-blog-header.php(19): require_once('...') #6 /var/www/html/ce/index.php(17): require('...') #7 {main} thrown in /var/www/html/ce/wp-content/themes/crispedge/footer.php on line 18