@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#eda382 hex color - Orange - Warm color - Information

#eda382 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #eda382 Color code in RGB color code model is created after adding 92.94% red color, 63.92% green color and 50.98% blue color. Hex #eda382 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 45% yellow and 7.06% black.

Hex #eda382 color code is between #eeaa88 web safe hex color code and #dd9977 web safe hex color code. #eeaa88 is the nearest web safe color code. You can see here many more shades of #eda382 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code eda382 #eda382
RGB Decimal 237, 163, 130 rgb(237, 163, 130)
RGB Percent 93%, 64%, 51% rgb(93%, 64%, 51%)
CSS RGBa 237, 163, 130,1 rgba(237,163,130,1)
CMYK Model cmyk(0%,31%,45%,7.06%)
HSL Color Space 19,75% ,72% hsl(19,75% ,72%)
HSV Color Space 19°, 45%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 10100011 10000010
Octal 355 243 202
Decimal 237 163 130
Hex ed a3 82

Different shades of #eda382 color code.

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

Light Shade of #eda382
#f3c4af
Dark Shade of #eda382
#e78255
Saturated Shade of #eda382
#f4a07b
Desaturated Shade of #eda382
#e6a689
Grey scale Shade of #eda382
#b7b7b7
Brighten Shade
#ffbc9b
Most Readable Shade
#000000

Shades of #eda382 color code

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

#eda382
#d29073
#b87e65
#9e6c56
#835a48
#694839
#4f362b
#34241c
#1a120e
#000000

Similar Color like #eda382 color

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

#eea483
#efa584
#f0a685
#f1a786
#f2a887
#f3a988
#f4aa89
#f5ab8a
#f6ac8b
#f7ad8c
#f8ae8d
#f9af8e
#fab08f
#fbb190
#eca281
#eba180
#eaa07f
#e99f7e
#e89e7d
#e79d7c
#e69c7b
#e59b7a
#e49a79
#e39978
#e29877
#e19776
#e09675
#df9574

Monochromatic Color with #eda382

#eda382
#18110d
#432e25
#6d4b3c
#986953
#c2866b

Tints of #eda382 Color

#eda382
#efad8f
#f1b79d
#f3c1ab
#f5cbb9
#f7d6c7
#f9e0d5
#fbeae3
#fdf4f1
#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

#eda382
#82cced

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

Split Complementary

#eda382
#82edd8
#8296ed

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

Analogous Color

#ed828c
#ed8e82
#eda382
#edb882
#edce82

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

#eda382
#82eda3
#a382ed

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

#eda382
#96ed82
#82cced
#d882ed

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

#eda382
#82cced
#8296ed
#edd882

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

#eda382 Color Code Preview on Black Background Color

This is how #eda382 Color will look on black background color. Color contrast ratio is 10.16

#eda382 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda382

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda382

#eda382 color code is use for CSS Background Color

Background color for the above div is #eda382

HTML with inline CSS

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

#eda382 color code is use for CSS Border Color

CSS Border color for the above div is #eda382

HTML with inline CSS

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

CSS Border Left color for the above div is #eda382

HTML with inline CSS

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

CSS Border Right color for the above div is #eda382

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda382

HTML with inline CSS

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

CSS Border Top color for the above div is #eda382

HTML with inline CSS

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

#eda382 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda382 Color code Preview on White Background

This is how #eda382 Color code will look on white background color. Color contrast ratio is 2.07

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.