crispedge.com

Color picker

Loading...

#eaaa82 hex color - Orange - Warm color - Information

#eaaa82 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #eaaa82 Color code in RGB color code model is created after adding 91.76% red color, 66.67% green color and 50.98% blue color. Hex #eaaa82 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 44% yellow and 8% black.

Hex #eaaa82 color code is between #ee9988 web safe hex color code and #ddbb77 web safe hex color code. #ee9988 is the nearest web safe color code. You can see here many more shades of #eaaa82 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeaaa82#eaaa82
RGB Decimal234, 170, 130rgb(234, 170, 130)
RGB Percent92%, 67%, 51%rgb(92%, 67%, 51%)
CSS RGBa234, 170, 130,1rgba(234,170,130,1)
CMYK Modelcmyk(0%,27%,44%,8%)
HSL Color Space23,71% ,71%hsl(23,71% ,71%)
HSV Color Space23°, 44%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101010101010000010
Octal352252202
Decimal234170130
Hexeaaa82

Different shades of #eaaa82 color code.

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

Light Shade of #eaaa82
#f1c8ae
Dark Shade of #eaaa82
#e38c56
Saturated Shade of #eaaa82
#f1a87b
Desaturated Shade of #eaaa82
#e3ac89
Grey scale Shade of #eaaa82
#b6b6b6
Brighten Shade
#ffc39b
Most Readable Shade
#000000

Shades of #eaaa82 color code

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

#eaaa82
#d09773
#b68465
#9c7156
#825e48
#684b39
#4e382b
#34251c
#1a120e
#000000

Similar Color like #eaaa82 color

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

#ebab83
#ecac84
#edad85
#eeae86
#efaf87
#f0b088
#f1b189
#f2b28a
#f3b38b
#f4b48c
#f5b58d
#f6b68e
#f7b78f
#f8b890
#e9a981
#e8a880
#e7a77f
#e6a67e
#e5a57d
#e4a47c
#e3a37b
#e2a27a
#e1a179
#e0a078
#df9f77
#de9e76
#dd9d75
#dc9c74

Monochromatic Color with #eaaa82

#eaaa82
#15100c
#402e24
#6a4d3b
#956c53
#bf8b6a

Tints of #eaaa82 Color

#eaaa82
#ecb38f
#eebc9d
#f1c6ab
#f3cfb9
#f5d9c7
#f8e2d5
#faece3
#fcf5f1
#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

#eaaa82
#82c2ea

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

Split Complementary

#eaaa82
#82eade
#828eea

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

Analogous Color

#ea8284
#ea9582
#eaaa82
#eabf82
#ead482

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

#eaaa82
#82eaaa
#aa82ea

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

#eaaa82
#8eea82
#82c2ea
#de82ea

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

#eaaa82
#82c2ea
#828eea
#eade82

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

#eaaa82 Color Code Preview on Black Background Color

This is how #eaaa82 Color will look on black background color. Color contrast ratio is 10.57

#eaaa82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaaa82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eaaa82

#eaaa82 color code is use for CSS Background Color

Background color for the above div is #eaaa82

HTML with inline CSS

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

#eaaa82 color code is use for CSS Border Color

CSS Border color for the above div is #eaaa82

HTML with inline CSS

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

CSS Border Left color for the above div is #eaaa82

HTML with inline CSS

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

CSS Border Right color for the above div is #eaaa82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eaaa82

HTML with inline CSS

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

CSS Border Top color for the above div is #eaaa82

HTML with inline CSS

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

#eaaa82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eaaa82 Color code Preview on White Background

This is how #eaaa82 Color code will look on white background color. Color contrast ratio is 1.99

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

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(234,170,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,194,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,170,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.