crispedge.com

Color picker

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

#ea5f4e hex color - Brown - Warm color - Information

#ea5f4e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #ea5f4e Color code in RGB color code model is created after adding 91.76% red color, 37.25% green color and 30.59% blue color. Hex #ea5f4e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 67% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeea5f4e#ea5f4e
RGB Decimal234, 95, 78rgb(234, 95, 78)
RGB Percent92%, 37%, 31%rgb(92%, 37%, 31%)
CSS RGBa234, 95, 78,1rgba(234,95,78,1)
CMYK Modelcmyk(0%,59%,67%,8%)
HSL Color Space7,79% ,61%hsl(7,79% ,61%)
HSV Color Space7°, 67%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010100101111101001110
Octal352137116
Decimal2349578
Hexea5f4e

Different shades of #ea5f4e color code.

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

Light Shade of #ea5f4e
#ef887c
Dark Shade of #ea5f4e
#e53620
Saturated Shade of #ea5f4e
#f45744
Desaturated Shade of #ea5f4e
#e06758
Grey scale Shade of #ea5f4e
#9c9c9c
Brighten Shade
#ff7867
Most Readable Shade
#000000

Shades of #ea5f4e color code

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

#ea5f4e
#d05445
#b6493c
#9c3f34
#82342b
#682a22
#4e1f1a
#341511
#1a0a08
#000000

Similar Color like #ea5f4e color

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

#eb604f
#ec6150
#ed6251
#ee6352
#ef6453
#f06554
#f16655
#f26756
#f36857
#f46958
#f56a59
#f66b5a
#f76c5b
#f86d5c
#e95e4d
#e85d4c
#e75c4b
#e65b4a
#e55a49
#e45948
#e35847
#e25746
#e15645
#e05544
#df5443
#de5342
#dd5241
#dc5140

Monochromatic Color with #ea5f4e

#ea5f4e
#150907
#401a15
#6a2b24
#953c32
#bf4e40

Tints of #ea5f4e Color

#ea5f4e
#ec7061
#ee8275
#f19489
#f3a69c
#f5b7b0
#f8c9c4
#fadbd7
#fcedeb
#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

#ea5f4e
#4ed9ea

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

Split Complementary

#ea5f4e
#4eeaad
#4e8bea

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

Analogous Color

#ea4e7b
#ea4e5c
#ea5f4e
#ea7e4e
#ea9d4e

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

#ea5f4e
#4eea5f
#5f4eea

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

#ea5f4e
#8bea4e
#4ed9ea
#ad4eea

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

#ea5f4e
#4ed9ea
#4e8bea
#eaad4e

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

#ea5f4e Color Code Preview on Black Background Color

This is how #ea5f4e Color will look on black background color. Color contrast ratio is 6.25

#ea5f4e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea5f4e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea5f4e

#ea5f4e color code is use for CSS Background Color

Background color for the above div is #ea5f4e

HTML with inline CSS

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

#ea5f4e color code is use for CSS Border Color

CSS Border color for the above div is #ea5f4e

HTML with inline CSS

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

CSS Border Left color for the above div is #ea5f4e

HTML with inline CSS

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

CSS Border Right color for the above div is #ea5f4e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea5f4e

HTML with inline CSS

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

CSS Border Top color for the above div is #ea5f4e

HTML with inline CSS

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

#ea5f4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea5f4e Color code Preview on White Background

This is how #ea5f4e Color code will look on white background color. Color contrast ratio is 3.36

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

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.