crispedge.com

Color picker

Loading...

#edab7a hex color - Yellow - Warm color - Information

#edab7a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #edab7a color code is between #eeaa77 web safe hex color code and #ddbb88 web safe hex color code. #eeaa77 is the nearest web safe color code. You can see here many more shades of #edab7a color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeedab7a#edab7a
RGB Decimal237, 171, 122rgb(237, 171, 122)
RGB Percent93%, 67%, 48%rgb(93%, 67%, 48%)
CSS RGBa237, 171, 122,1rgba(237,171,122,1)
CMYK Modelcmyk(0%,28%,49%,7%)
HSL Color Space26,76% ,70%hsl(26,76% ,70%)
HSV Color Space26°, 49%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010101101111010
Octal355253172
Decimal237171122
Hexedab7a

Different shades of #edab7a color code.

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

Light Shade of #edab7a
#f3c7a7
Dark Shade of #edab7a
#e78f4d
Saturated Shade of #edab7a
#f5aa72
Desaturated Shade of #edab7a
#e5ac82
Grey scale Shade of #edab7a
#b3b3b3
Brighten Shade
#ffc493
Most Readable Shade
#000000

Shades of #edab7a color code

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

#edab7a
#d2986c
#b8855e
#9e7251
#835f43
#694c36
#4f3928
#34261b
#1a130d
#000000

Similar Color like #edab7a color

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

#eeac7b
#efad7c
#f0ae7d
#f1af7e
#f2b07f
#f3b180
#f4b281
#f5b382
#f6b483
#f7b584
#f8b685
#f9b786
#fab887
#fbb988
#ecaa79
#eba978
#eaa877
#e9a776
#e8a675
#e7a574
#e6a473
#e5a372
#e4a271
#e3a170
#e2a06f
#e19f6e
#e09e6d
#df9d6c

Monochromatic Color with #edab7a

#edab7a
#18120d
#433022
#6d4f38
#986e4e
#c28c64

Tints of #edab7a Color

#edab7a
#efb488
#f1bd97
#f3c7a6
#f5d0b5
#f7d9c3
#f9e3d2
#fbece1
#fdf5f0
#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

#edab7a
#7abced

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

Split Complementary

#edab7a
#7aede4
#7a83ed

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

Analogous Color

#ed7d7a
#ed947a
#edab7a
#edc27a
#edd97a

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

#edab7a
#7aedab
#ab7aed

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

#edab7a
#82ed7a
#7abced
#e47aed

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

#edab7a
#7abced
#7a83ed
#ede57a

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

#edab7a Color Code Preview on Black Background Color

This is how #edab7a Color will look on black background color. Color contrast ratio is 10.71

#edab7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edab7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edab7a

#edab7a color code is use for CSS Background Color

Background color for the above div is #edab7a

HTML with inline CSS

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

#edab7a color code is use for CSS Border Color

CSS Border color for the above div is #edab7a

HTML with inline CSS

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

CSS Border Left color for the above div is #edab7a

HTML with inline CSS

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

CSS Border Right color for the above div is #edab7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edab7a

HTML with inline CSS

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

CSS Border Top color for the above div is #edab7a

HTML with inline CSS

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

#edab7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edab7a Color code Preview on White Background

This is how #edab7a Color code will look on white background color. Color contrast ratio is 1.96

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

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,171,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,188,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,171,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.