crispedge.com

Color picker

Loading...

#edbe5a hex color - Yellow - Warm color - Information

#edbe5a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #edbe5a Color code in RGB color code model is created after adding 92.94% red color, 74.51% green color and 35.29% blue color. Hex #edbe5a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 62% yellow and 7% black.

Hex #edbe5a color code is between #eebb55 web safe hex color code and #ddcc66 web safe hex color code. #eebb55 is the nearest web safe color code. You can see here many more shades of #edbe5a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedbe5a#edbe5a
RGB Decimal237, 190, 90rgb(237, 190, 90)
RGB Percent93%, 75%, 35%rgb(93%, 75%, 35%)
CSS RGBa237, 190, 90,1rgba(237,190,90,1)
CMYK Modelcmyk(0%,20%,62%,7%)
HSL Color Space41,80% ,64%hsl(41,80% ,64%)
HSV Color Space41°, 62%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011111001011010
Octal355276132
Decimal23719090
Hexedbe5a

Different shades of #edbe5a color code.

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

Light Shade of #edbe5a
#f2d088
Dark Shade of #edbe5a
#e8ac2c
Saturated Shade of #edbe5a
#f6c151
Desaturated Shade of #edbe5a
#e4bb63
Grey scale Shade of #edbe5a
#a3a3a3
Brighten Shade
#ffd773
Most Readable Shade
#000000

Shades of #edbe5a color code

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

#edbe5a
#d2a850
#b89346
#9e7e3c
#836932
#695428
#4f3f1e
#342a14
#1a150a
#000000

Similar Color like #edbe5a color

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

#eebf5b
#efc05c
#f0c15d
#f1c25e
#f2c35f
#f3c460
#f4c561
#f5c662
#f6c763
#f7c864
#f8c965
#f9ca66
#facb67
#fbcc68
#ecbd59
#ebbc58
#eabb57
#e9ba56
#e8b955
#e7b854
#e6b753
#e5b652
#e4b551
#e3b450
#e2b34f
#e1b24e
#e0b14d
#dfb04c

Monochromatic Color with #edbe5a

#edbe5a
#181409
#433619
#6d582a
#987a3a
#c29c4a

Tints of #edbe5a Color

#edbe5a
#efc56c
#f1cc7e
#f3d391
#f5daa3
#f7e2b5
#f9e9c8
#fbf0da
#fdf7ec
#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

#edbe5a
#5a89ed

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

Split Complementary

#edbe5a
#5ad2ed
#755aed

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

Analogous Color

#ed835a
#eda15a
#edbe5a
#eddb5a
#e1ed5a

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

#edbe5a
#5aedbe
#be5aed

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

#edbe5a
#5aed74
#5a89ed
#ed5ad2

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

#edbe5a
#5a89ed
#755aed
#d2ed5a

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

#edbe5a Color Code Preview on Black Background Color

This is how #edbe5a Color will look on black background color. Color contrast ratio is 12.11

#edbe5a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbe5a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbe5a

#edbe5a color code is use for CSS Background Color

Background color for the above div is #edbe5a

HTML with inline CSS

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

#edbe5a color code is use for CSS Border Color

CSS Border color for the above div is #edbe5a

HTML with inline CSS

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

CSS Border Left color for the above div is #edbe5a

HTML with inline CSS

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

CSS Border Right color for the above div is #edbe5a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbe5a

HTML with inline CSS

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

CSS Border Top color for the above div is #edbe5a

HTML with inline CSS

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

#edbe5a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbe5a Color code Preview on White Background

This is how #edbe5a Color code will look on white background color. Color contrast ratio is 1.73

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

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,190,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,137,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,190,90,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.