@
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.

#edb982 hex color - Orange - Warm color - Information

#edb982 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #edb982 color code is between #eebb88 web safe hex color code and #ddaa77 web safe hex color code. #eebb88 is the nearest web safe color code. You can see here many more shades of #edb982 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11101101 10111001 10000010
Octal 355 271 202
Decimal 237 185 130
Hex ed b9 82

Different shades of #edb982 color code.

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

Light Shade of #edb982
#f3d2af
Dark Shade of #edb982
#e7a055
Saturated Shade of #edb982
#f4b97b
Desaturated Shade of #edb982
#e6b989
Grey scale Shade of #edb982
#b7b7b7
Brighten Shade
#ffd29b
Most Readable Shade
#000000

Shades of #edb982 color code

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

#edb982
#d2a473
#b88f65
#9e7b56
#836648
#695239
#4f3d2b
#34291c
#1a140e
#000000

Similar Color like #edb982 color

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

#eeba83
#efbb84
#f0bc85
#f1bd86
#f2be87
#f3bf88
#f4c089
#f5c18a
#f6c28b
#f7c38c
#f8c48d
#f9c58e
#fac68f
#fbc790
#ecb881
#ebb780
#eab67f
#e9b57e
#e8b47d
#e7b37c
#e6b27b
#e5b17a
#e4b079
#e3af78
#e2ae77
#e1ad76
#e0ac75
#dfab74

Monochromatic Color with #edb982

#edb982
#18130d
#433425
#6d553c
#987753
#c2986b

Tints of #edb982 Color

#edb982
#efc08f
#f1c89d
#f3d0ab
#f5d8b9
#f7dfc7
#f9e7d5
#fbefe3
#fdf7f1
#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

#edb982
#82b6ed

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

Split Complementary

#edb982
#82ebed
#8482ed

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

Analogous Color

#ed8e82
#eda482
#edb982
#edce82
#ede482

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

#edb982
#82edb9
#b982ed

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

#edb982
#82ed84
#82b6ed
#ed82eb

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

#edb982
#82b6ed
#8482ed
#ebed82

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

#edb982 Color Code Preview on Black Background Color

This is how #edb982 Color will look on black background color. Color contrast ratio is 11.86

#edb982 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb982

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb982

#edb982 color code is use for CSS Background Color

Background color for the above div is #edb982

HTML with inline CSS

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

#edb982 color code is use for CSS Border Color

CSS Border color for the above div is #edb982

HTML with inline CSS

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

CSS Border Left color for the above div is #edb982

HTML with inline CSS

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

CSS Border Right color for the above div is #edb982

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb982

HTML with inline CSS

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

CSS Border Top color for the above div is #edb982

HTML with inline CSS

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

#edb982 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb982 Color code Preview on White Background

This is how #edb982 Color code will look on white background color. Color contrast ratio is 1.77

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

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,185,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,182,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,185,130,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.