crispedge.com

Color picker

Loading...

#edac7a hex color - Yellow - Warm color - Information

#edac7a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #edac7a 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 #edac7a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedac7a#edac7a
RGB Decimal237, 172, 122rgb(237, 172, 122)
RGB Percent93%, 67%, 48%rgb(93%, 67%, 48%)
CSS RGBa237, 172, 122,1rgba(237,172,122,1)
CMYK Modelcmyk(0%,27%,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
Binary111011011010110001111010
Octal355254172
Decimal237172122
Hexedac7a

Different shades of #edac7a color code.

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

Light Shade of #edac7a
#f3c8a7
Dark Shade of #edac7a
#e7904d
Saturated Shade of #edac7a
#f5ab72
Desaturated Shade of #edac7a
#e5ad82
Grey scale Shade of #edac7a
#b3b3b3
Brighten Shade
#ffc593
Most Readable Shade
#000000

Shades of #edac7a color code

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

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

Similar Color like #edac7a color

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

#eead7b
#efae7c
#f0af7d
#f1b07e
#f2b17f
#f3b280
#f4b381
#f5b482
#f6b583
#f7b684
#f8b785
#f9b886
#fab987
#fbba88
#ecab79
#ebaa78
#eaa977
#e9a876
#e8a775
#e7a674
#e6a573
#e5a472
#e4a371
#e3a270
#e2a16f
#e1a06e
#e09f6d
#df9e6c

Monochromatic Color with #edac7a

#edac7a
#18120d
#433122
#6d4f38
#986e4e
#c28d64

Tints of #edac7a Color

#edac7a
#efb588
#f1be97
#f3c7a6
#f5d0b5
#f7dac3
#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

#edac7a
#7abbed

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

Split Complementary

#edac7a
#7aede6
#7a82ed

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

Analogous Color

#ed7e7a
#ed957a
#edac7a
#edc37a
#edda7a

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

#edac7a
#7aedac
#ac7aed

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

#edac7a
#81ed7a
#7abbed
#e57aed

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

#edac7a
#7abbed
#7a82ed
#ede67a

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

#edac7a Color Code Preview on Black Background Color

This is how #edac7a Color will look on black background color. Color contrast ratio is 10.78

#edac7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edac7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edac7a

#edac7a color code is use for CSS Background Color

Background color for the above div is #edac7a

HTML with inline CSS

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

#edac7a color code is use for CSS Border Color

CSS Border color for the above div is #edac7a

HTML with inline CSS

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

CSS Border Left color for the above div is #edac7a

HTML with inline CSS

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

CSS Border Right color for the above div is #edac7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edac7a

HTML with inline CSS

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

CSS Border Top color for the above div is #edac7a

HTML with inline CSS

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

#edac7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edac7a Color code Preview on White Background

This is how #edac7a Color code will look on white background color. Color contrast ratio is 1.95

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

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