crispedge.com

Color picker

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

#e96e4f hex color - Brown - Warm color - Information

#e96e4f hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #e96e4f Color code in RGB color code model is created after adding 91.37% red color, 43.14% green color and 30.98% blue color. Hex #e96e4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 66% yellow and 9% black.

Hex #e96e4f color code is between #ee6655 web safe hex color code and #dd7744 web safe hex color code. #ee6655 is the nearest web safe color code. You can see here many more shades of #e96e4f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee96e4f#e96e4f
RGB Decimal233, 110, 79rgb(233, 110, 79)
RGB Percent91%, 43%, 31%rgb(91%, 43%, 31%)
CSS RGBa233, 110, 79,1rgba(233,110,79,1)
CMYK Modelcmyk(0%,53%,66%,9%)
HSL Color Space12,78% ,61%hsl(12,78% ,61%)
HSV Color Space12°, 66%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010010110111001001111
Octal351156117
Decimal23311079
Hexe96e4f

Different shades of #e96e4f color code.

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

Light Shade of #e96e4f
#ef937c
Dark Shade of #e96e4f
#e34922
Saturated Shade of #e96e4f
#f36845
Desaturated Shade of #e96e4f
#df7459
Grey scale Shade of #e96e4f
#9c9c9c
Brighten Shade
#ff8768
Most Readable Shade
#000000

Shades of #e96e4f color code

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

#e96e4f
#cf6146
#b5553d
#9b4934
#813d2b
#673023
#4d241a
#331811
#190c08
#000000

Similar Color like #e96e4f color

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

#ea6f50
#eb7051
#ec7152
#ed7253
#ee7354
#ef7455
#f07556
#f17657
#f27758
#f37859
#f4795a
#f57a5b
#f67b5c
#f77c5d
#e86d4e
#e76c4d
#e66b4c
#e56a4b
#e4694a
#e36849
#e26748
#e16647
#e06546
#df6445
#de6344
#dd6243
#dc6142
#db6041

Monochromatic Color with #e96e4f

#e96e4f
#140a07
#3f1e15
#693224
#944632
#be5a41

Tints of #e96e4f Color

#e96e4f
#eb7e62
#ed8e76
#f09e89
#f2ae9d
#f5beb0
#f7cec4
#faded7
#fceeeb
#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

#e96e4f
#4fcae9

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

Split Complementary

#e96e4f
#4fe9bb
#4f7de9

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

Analogous Color

#e94f6e
#e94f4f
#e96e4f
#e98d4f
#e9ac4f

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

#e96e4f
#4fe96e
#6e4fe9

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

#e96e4f
#7de94f
#4fcae9
#bb4fe9

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

#e96e4f
#4fcae9
#4f7de9
#e9bb4f

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

#e96e4f Color Code Preview on Black Background Color

This is how #e96e4f Color will look on black background color. Color contrast ratio is 6.81

#e96e4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e96e4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e96e4f

#e96e4f color code is use for CSS Background Color

Background color for the above div is #e96e4f

HTML with inline CSS

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

#e96e4f color code is use for CSS Border Color

CSS Border color for the above div is #e96e4f

HTML with inline CSS

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

CSS Border Left color for the above div is #e96e4f

HTML with inline CSS

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

CSS Border Right color for the above div is #e96e4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e96e4f

HTML with inline CSS

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

CSS Border Top color for the above div is #e96e4f

HTML with inline CSS

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

#e96e4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e96e4f Color code Preview on White Background

This is how #e96e4f Color code will look on white background color. Color contrast ratio is 3.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 #e96e4f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e96e4f; }

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.