crispedge.com

Color picker

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

#e2b697 hex color - Orange - Warm color - Information

#e2b697 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e2b697 Color code in RGB color code model is created after adding 88.63% red color, 71.37% green color and 59.22% blue color. Hex #e2b697 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 33% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee2b697#e2b697
RGB Decimal226, 182, 151rgb(226, 182, 151)
RGB Percent89%, 71%, 59%rgb(89%, 71%, 59%)
CSS RGBa226, 182, 151,1rgba(226,182,151,1)
CMYK Modelcmyk(0%,19%,33%,11%)
HSL Color Space25,56% ,74%hsl(25,56% ,74%)
HSV Color Space25°, 33%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101011011010010111
Octal342266227
Decimal226182151
Hexe2b697

Different shades of #e2b697 color code.

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

Light Shade of #e2b697
#edd2bf
Dark Shade of #e2b697
#d79a6f
Saturated Shade of #e2b697
#e9b590
Desaturated Shade of #e2b697
#dbb79e
Grey scale Shade of #e2b697
#bcbcbc
Brighten Shade
#fbcfb0
Most Readable Shade
#000000

Shades of #e2b697 color code

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

#e2b697
#c8a186
#af8d75
#967964
#7d6553
#645043
#4b3c32
#322821
#191410
#000000

Similar Color like #e2b697 color

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

#e3b798
#e4b899
#e5b99a
#e6ba9b
#e7bb9c
#e8bc9d
#e9bd9e
#eabe9f
#ebbfa0
#ecc0a1
#edc1a2
#eec2a3
#efc3a4
#f0c4a5
#e1b596
#e0b495
#dfb394
#deb293
#ddb192
#dcb091
#dbaf90
#daae8f
#d9ad8e
#d8ac8d
#d7ab8c
#d6aa8b
#d5a98a
#d4a889

Monochromatic Color with #e2b697

#e2b697
#0d0b09
#382d25
#624f42
#8d725e
#b7947b

Tints of #e2b697 Color

#e2b697
#e5bea2
#e8c6ae
#ebceb9
#eed6c5
#f2ded0
#f5e6dc
#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

#e2b697
#97c3e2

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

Split Complementary

#e2b697
#97e2dc
#979de2

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

Analogous Color

#e29897
#e2a797
#e2b697
#e2c597
#e2d497

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

#e2b697
#97e2b6
#b697e2

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

#e2b697
#9de297
#97c3e2
#db97e2

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

#e2b697
#97c3e2
#979de2
#e2dc97

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

#e2b697 Color Code Preview on Black Background Color

This is how #e2b697 Color will look on black background color. Color contrast ratio is 11.37

#e2b697 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2b697

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2b697

#e2b697 color code is use for CSS Background Color

Background color for the above div is #e2b697

HTML with inline CSS

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

#e2b697 color code is use for CSS Border Color

CSS Border color for the above div is #e2b697

HTML with inline CSS

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

CSS Border Left color for the above div is #e2b697

HTML with inline CSS

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

CSS Border Right color for the above div is #e2b697

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2b697

HTML with inline CSS

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

CSS Border Top color for the above div is #e2b697

HTML with inline CSS

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

#e2b697 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2b697 Color code Preview on White Background

This is how #e2b697 Color code will look on white background color. Color contrast ratio is 1.85

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

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.