crispedge.com

Color picker

Loading...

#edbe7a hex color - Yellow - Warm color - Information

#edbe7a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #edbe7a color code is between #eebb77 web safe hex color code and #ddcc88 web safe hex color code. #eebb77 is the nearest web safe color code. You can see here many more shades of #edbe7a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedbe7a#edbe7a
RGB Decimal237, 190, 122rgb(237, 190, 122)
RGB Percent93%, 75%, 48%rgb(93%, 75%, 48%)
CSS RGBa237, 190, 122,1rgba(237,190,122,1)
CMYK Modelcmyk(0%,20%,49%,7%)
HSL Color Space35,76% ,70%hsl(35,76% ,70%)
HSV Color Space35°, 49%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011111001111010
Octal355276172
Decimal237190122
Hexedbe7a

Different shades of #edbe7a color code.

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

Light Shade of #edbe7a
#f3d4a7
Dark Shade of #edbe7a
#e7a84d
Saturated Shade of #edbe7a
#f5bf72
Desaturated Shade of #edbe7a
#e5bd82
Grey scale Shade of #edbe7a
#b3b3b3
Brighten Shade
#ffd793
Most Readable Shade
#000000

Shades of #edbe7a color code

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

#edbe7a
#d2a86c
#b8935e
#9e7e51
#836943
#695436
#4f3f28
#342a1b
#1a150d
#000000

Similar Color like #edbe7a color

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

#eebf7b
#efc07c
#f0c17d
#f1c27e
#f2c37f
#f3c480
#f4c581
#f5c682
#f6c783
#f7c884
#f8c985
#f9ca86
#facb87
#fbcc88
#ecbd79
#ebbc78
#eabb77
#e9ba76
#e8b975
#e7b874
#e6b773
#e5b672
#e4b571
#e3b470
#e2b36f
#e1b26e
#e0b16d
#dfb06c

Monochromatic Color with #edbe7a

#edbe7a
#18140d
#433622
#6d5838
#987a4e
#c29c64

Tints of #edbe7a Color

#edbe7a
#efc588
#f1cc97
#f3d3a6
#f5dab5
#f7e2c3
#f9e9d2
#fbf0e1
#fdf7f0
#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

#edbe7a
#7aa9ed

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

Split Complementary

#edbe7a
#7ae2ed
#857aed

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

Analogous Color

#ed907a
#eda77a
#edbe7a
#edd57a
#edec7a

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

#edbe7a
#7aedbe
#be7aed

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

#edbe7a
#7aed84
#7aa9ed
#ed7ae2

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

#edbe7a
#7aa9ed
#857aed
#e2ed7a

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

#edbe7a Color Code Preview on Black Background Color

This is how #edbe7a Color will look on black background color. Color contrast ratio is 12.25

#edbe7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbe7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbe7a

#edbe7a color code is use for CSS Background Color

Background color for the above div is #edbe7a

HTML with inline CSS

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

#edbe7a color code is use for CSS Border Color

CSS Border color for the above div is #edbe7a

HTML with inline CSS

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

CSS Border Left color for the above div is #edbe7a

HTML with inline CSS

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

CSS Border Right color for the above div is #edbe7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbe7a

HTML with inline CSS

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

CSS Border Top color for the above div is #edbe7a

HTML with inline CSS

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

#edbe7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbe7a Color code Preview on White Background

This is how #edbe7a Color code will look on white background color. Color contrast ratio is 1.71

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

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