crispedge.com

Color picker

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

#e1b494 hex color - Orange - Warm color - Information

#e1b494 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e1b494 Color code in RGB color code model is created after adding 88.24% red color, 70.59% green color and 58.04% blue color. Hex #e1b494 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 34% yellow and 12% black.

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codee1b494#e1b494
RGB Decimal225, 180, 148rgb(225, 180, 148)
RGB Percent88%, 71%, 58%rgb(88%, 71%, 58%)
CSS RGBa225, 180, 148,1rgba(225,180,148,1)
CMYK Modelcmyk(0%,20%,34%,12%)
HSL Color Space25,56% ,73%hsl(25,56% ,73%)
HSV Color Space25°, 34%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011011010010010100
Octal341264224
Decimal225180148
Hexe1b494

Different shades of #e1b494 color code.

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

Light Shade of #e1b494
#ecd0bc
Dark Shade of #e1b494
#d6986c
Saturated Shade of #e1b494
#e8b38d
Desaturated Shade of #e1b494
#dab59b
Grey scale Shade of #e1b494
#bababa
Brighten Shade
#facdad
Most Readable Shade
#000000

Shades of #e1b494 color code

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

#e1b494
#c8a083
#af8c73
#967862
#7d6452
#645041
#4b3c31
#322820
#191410
#000000

Similar Color like #e1b494 color

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

#e2b595
#e3b696
#e4b797
#e5b898
#e6b999
#e7ba9a
#e8bb9b
#e9bc9c
#eabd9d
#ebbe9e
#ecbf9f
#edc0a0
#eec1a1
#efc2a2
#e0b393
#dfb292
#deb191
#ddb090
#dcaf8f
#dbae8e
#daad8d
#d9ac8c
#d8ab8b
#d7aa8a
#d6a989
#d5a888
#d4a787
#d3a686

Monochromatic Color with #e1b494

#e1b494
#0c0a08
#372c24
#614e40
#8c705c
#b69278

Tints of #e1b494 Color

#e1b494
#e4bc9f
#e7c4ab
#ebcdb7
#eed5c3
#f1ddcf
#f5e6db
#f8eee7
#fbf6f3
#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

#e1b494
#94c1e1

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

Split Complementary

#e1b494
#94e1db
#949be1

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

Analogous Color

#e19594
#e1a594
#e1b494
#e1c394
#e1d394

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

#e1b494
#94e1b4
#b494e1

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

#e1b494
#9ae194
#94c1e1
#da94e1

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

#e1b494
#94c1e1
#949be1
#e1db94

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

#e1b494 Color Code Preview on Black Background Color

This is how #e1b494 Color will look on black background color. Color contrast ratio is 11.16

#e1b494 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1b494

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1b494

#e1b494 color code is use for CSS Background Color

Background color for the above div is #e1b494

HTML with inline CSS

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

#e1b494 color code is use for CSS Border Color

CSS Border color for the above div is #e1b494

HTML with inline CSS

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

CSS Border Left color for the above div is #e1b494

HTML with inline CSS

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

CSS Border Right color for the above div is #e1b494

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1b494

HTML with inline CSS

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

CSS Border Top color for the above div is #e1b494

HTML with inline CSS

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

#e1b494 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1b494 Color code Preview on White Background

This is how #e1b494 Color code will look on white background color. Color contrast ratio is 1.88

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.