crispedge.com

Color picker

Loading...

#edbb5e hex color - Yellow - Warm color - Information

#edbb5e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edbb5e Color code in RGB color code model is created after adding 92.94% red color, 73.33% green color and 36.86% blue color. Hex #edbb5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 60% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedbb5e#edbb5e
RGB Decimal237, 187, 94rgb(237, 187, 94)
RGB Percent93%, 73%, 37%rgb(93%, 73%, 37%)
CSS RGBa237, 187, 94,1rgba(237,187,94,1)
CMYK Modelcmyk(0%,21%,60%,7%)
HSL Color Space39,80% ,65%hsl(39,80% ,65%)
HSV Color Space39°, 60%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011101101011110
Octal355273136
Decimal23718794
Hexedbb5e

Different shades of #edbb5e color code.

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

Light Shade of #edbb5e
#f2ce8c
Dark Shade of #edbb5e
#e8a830
Saturated Shade of #edbb5e
#f6be55
Desaturated Shade of #edbb5e
#e4b867
Grey scale Shade of #edbb5e
#a5a5a5
Brighten Shade
#ffd477
Most Readable Shade
#000000

Shades of #edbb5e color code

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

#edbb5e
#d2a653
#b89149
#9e7c3e
#836734
#695329
#4f3e1f
#342914
#1a140a
#000000

Similar Color like #edbb5e color

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

#eebc5f
#efbd60
#f0be61
#f1bf62
#f2c063
#f3c164
#f4c265
#f5c366
#f6c467
#f7c568
#f8c669
#f9c76a
#fac86b
#fbc96c
#ecba5d
#ebb95c
#eab85b
#e9b75a
#e8b659
#e7b558
#e6b457
#e5b356
#e4b255
#e3b154
#e2b053
#e1af52
#e0ae51
#dfad50

Monochromatic Color with #edbb5e

#edbb5e
#18130a
#43351b
#6d562b
#98783c
#c2994d

Tints of #edbb5e Color

#edbb5e
#efc26f
#f1ca81
#f3d193
#f5d9a5
#f7e0b7
#f9e8c9
#fbefdb
#fdf7ed
#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

#edbb5e
#5e90ed

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

Split Complementary

#edbb5e
#5ed8ed
#735eed

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

Analogous Color

#ed825e
#ed9e5e
#edbb5e
#edd85e
#e6ed5e

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

#edbb5e
#5eedbb
#bb5eed

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

#edbb5e
#5eed73
#5e90ed
#ed5ed7

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

#edbb5e
#5e90ed
#735eed
#d8ed5e

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

#edbb5e Color Code Preview on Black Background Color

This is how #edbb5e Color will look on black background color. Color contrast ratio is 11.87

#edbb5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbb5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbb5e

#edbb5e color code is use for CSS Background Color

Background color for the above div is #edbb5e

HTML with inline CSS

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

#edbb5e color code is use for CSS Border Color

CSS Border color for the above div is #edbb5e

HTML with inline CSS

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

CSS Border Left color for the above div is #edbb5e

HTML with inline CSS

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

CSS Border Right color for the above div is #edbb5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbb5e

HTML with inline CSS

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

CSS Border Top color for the above div is #edbb5e

HTML with inline CSS

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

#edbb5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbb5e Color code Preview on White Background

This is how #edbb5e Color code will look on white background color. Color contrast ratio is 1.77

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

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,187,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,144,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,187,94,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.