crispedge.com

Color picker

Loading...

#e9a486 hex color - Orange - Warm color - Information

#e9a486 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #e9a486 Color code in RGB color code model is created after adding 91.37% red color, 64.31% green color and 52.55% blue color. Hex #e9a486 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 42% yellow and 9% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codee9a486#e9a486
RGB Decimal233, 164, 134rgb(233, 164, 134)
RGB Percent91%, 64%, 53%rgb(91%, 64%, 53%)
CSS RGBa233, 164, 134,1rgba(233,164,134,1)
CMYK Modelcmyk(0%,30%,42%,9%)
HSL Color Space18,69% ,72%hsl(18,69% ,72%)
HSV Color Space18°, 42%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011010010010000110
Octal351244206
Decimal233164134
Hexe9a486

Different shades of #e9a486 color code.

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

Light Shade of #e9a486
#f1c4b1
Dark Shade of #e9a486
#e1845b
Saturated Shade of #e9a486
#f0a17f
Desaturated Shade of #e9a486
#e2a78d
Grey scale Shade of #e9a486
#b7b7b7
Brighten Shade
#ffbd9f
Most Readable Shade
#000000

Shades of #e9a486 color code

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

#e9a486
#cf9177
#b57f68
#9b6d59
#815b4a
#67483b
#4d362c
#33241d
#19120e
#000000

Similar Color like #e9a486 color

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

#eaa587
#eba688
#eca789
#eda88a
#eea98b
#efaa8c
#f0ab8d
#f1ac8e
#f2ad8f
#f3ae90
#f4af91
#f5b092
#f6b193
#f7b294
#e8a385
#e7a284
#e6a183
#e5a082
#e49f81
#e39e80
#e29d7f
#e19c7e
#e09b7d
#df9a7c
#de997b
#dd987a
#dc9779
#db9678

Monochromatic Color with #e9a486

#e9a486
#140e0c
#3f2c24
#694a3d
#946855
#be866e

Tints of #e9a486 Color

#e9a486
#ebae93
#edb8a0
#f0c2ae
#f2ccbb
#f5d6c9
#f7e0d6
#faeae4
#fcf4f1
#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

#e9a486
#86cbe9

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

Split Complementary

#e9a486
#86e9d6
#869ae9

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

Analogous Color

#e98690
#e99086
#e9a486
#e9b886
#e9cc86

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

#e9a486
#86e9a4
#a486e9

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

#e9a486
#99e986
#86cbe9
#d586e9

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

#e9a486
#86cbe9
#869ae9
#e9d686

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

#e9a486 Color Code Preview on Black Background Color

This is how #e9a486 Color will look on black background color. Color contrast ratio is 10.12

#e9a486 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9a486

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9a486

#e9a486 color code is use for CSS Background Color

Background color for the above div is #e9a486

HTML with inline CSS

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

#e9a486 color code is use for CSS Border Color

CSS Border color for the above div is #e9a486

HTML with inline CSS

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

CSS Border Left color for the above div is #e9a486

HTML with inline CSS

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

CSS Border Right color for the above div is #e9a486

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e9a486

HTML with inline CSS

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

CSS Border Top color for the above div is #e9a486

HTML with inline CSS

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

#e9a486 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e9a486 Color code Preview on White Background

This is how #e9a486 Color code will look on white background color. Color contrast ratio is 2.08

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

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(233,164,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,203,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,164,134,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.