crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#e2ac95 hex color - Orange - Warm color - Information

#e2ac95 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #e2ac95 Color code in RGB color code model is created after adding 88.63% red color, 67.45% green color and 58.43% blue color. Hex #e2ac95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 34% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee2ac95#e2ac95
RGB Decimal226, 172, 149rgb(226, 172, 149)
RGB Percent89%, 67%, 58%rgb(89%, 67%, 58%)
CSS RGBa226, 172, 149,1rgba(226,172,149,1)
CMYK Modelcmyk(0%,24%,34%,11%)
HSL Color Space18,57% ,74%hsl(18,57% ,74%)
HSV Color Space18°, 34%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101010110010010101
Octal342254225
Decimal226172149
Hexe2ac95

Different shades of #e2ac95 color code.

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

Light Shade of #e2ac95
#edcbbd
Dark Shade of #e2ac95
#d78d6d
Saturated Shade of #e2ac95
#e9a98e
Desaturated Shade of #e2ac95
#dbaf9c
Grey scale Shade of #e2ac95
#bbbbbb
Brighten Shade
#fbc5ae
Most Readable Shade
#000000

Shades of #e2ac95 color code

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

#e2ac95
#c89884
#af8573
#967263
#7d5f52
#644c42
#4b3931
#322621
#191310
#000000

Similar Color like #e2ac95 color

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

#e3ad96
#e4ae97
#e5af98
#e6b099
#e7b19a
#e8b29b
#e9b39c
#eab49d
#ebb59e
#ecb69f
#edb7a0
#eeb8a1
#efb9a2
#f0baa3
#e1ab94
#e0aa93
#dfa992
#dea891
#dda790
#dca68f
#dba58e
#daa48d
#d9a38c
#d8a28b
#d7a18a
#d6a089
#d59f88
#d49e87

Monochromatic Color with #e2ac95

#e2ac95
#0d0a09
#382b25
#624b41
#8d6b5d
#b78c79

Tints of #e2ac95 Color

#e2ac95
#e5b5a0
#e8beac
#ebc7b8
#eed0c4
#f2dacf
#f5e3db
#f8ece7
#fbf5f3
#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

#e2ac95
#95cbe2

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

Split Complementary

#e2ac95
#95e2d3
#95a4e2

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

Analogous Color

#e2959d
#e29d95
#e2ac95
#e2bb95
#e2cb95

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

#e2ac95
#95e2ac
#ac95e2

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

#e2ac95
#a4e295
#95cbe2
#d295e2

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

#e2ac95
#95cbe2
#95a4e2
#e2d395

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

#e2ac95 Color Code Preview on Black Background Color

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

#e2ac95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2ac95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2ac95

#e2ac95 color code is use for CSS Background Color

Background color for the above div is #e2ac95

HTML with inline CSS

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

#e2ac95 color code is use for CSS Border Color

CSS Border color for the above div is #e2ac95

HTML with inline CSS

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

CSS Border Left color for the above div is #e2ac95

HTML with inline CSS

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

CSS Border Right color for the above div is #e2ac95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2ac95

HTML with inline CSS

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

CSS Border Top color for the above div is #e2ac95

HTML with inline CSS

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

#e2ac95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2ac95 Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.