crispedge.com

Color picker

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

#e0a458 hex color - Orange - Warm color - Information

#e0a458 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e0a458 Color code in RGB color code model is created after adding 87.84% red color, 64.31% green color and 34.51% blue color. Hex #e0a458 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 61% yellow and 12% black.

Hex #e0a458 color code is between #ddaa55 web safe hex color code and #ee9966 web safe hex color code. #ddaa55 is the nearest web safe color code. You can see here many more shades of #e0a458 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codee0a458#e0a458
RGB Decimal224, 164, 88rgb(224, 164, 88)
RGB Percent88%, 64%, 35%rgb(88%, 64%, 35%)
CSS RGBa224, 164, 88,1rgba(224,164,88,1)
CMYK Modelcmyk(0%,27%,61%,12%)
HSL Color Space34,69% ,61%hsl(34,69% ,61%)
HSV Color Space34°, 61%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001010010001011000
Octal340244130
Decimal22416488
Hexe0a458

Different shades of #e0a458 color code.

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

Light Shade of #e0a458
#e8bb83
Dark Shade of #e0a458
#d88d2d
Saturated Shade of #e0a458
#eaa54e
Desaturated Shade of #e0a458
#d6a362
Grey scale Shade of #e0a458
#9c9c9c
Brighten Shade
#f9bd71
Most Readable Shade
#000000

Shades of #e0a458 color code

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

#e0a458
#c7914e
#ae7f44
#956d3a
#7c5b30
#634827
#4a361d
#312413
#181209
#000000

Similar Color like #e0a458 color

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

#e1a559
#e2a65a
#e3a75b
#e4a85c
#e5a95d
#e6aa5e
#e7ab5f
#e8ac60
#e9ad61
#eaae62
#ebaf63
#ecb064
#edb165
#eeb266
#dfa357
#dea256
#dda155
#dca054
#db9f53
#da9e52
#d99d51
#d89c50
#d79b4f
#d69a4e
#d5994d
#d4984c
#d3974b
#d2964a

Monochromatic Color with #e0a458

#e0a458
#0b0805
#362815
#604726
#8b6637
#b58547

Tints of #e0a458 Color

#e0a458
#e3ae6a
#e6b87d
#eac28f
#edcca2
#f1d6b4
#f4e0c7
#f8ead9
#fbf4ec
#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

#e0a458
#5894e0

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

Split Complementary

#e0a458
#58d8e0
#6058e0

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

Analogous Color

#e06e58
#e08958
#e0a458
#e0bf58
#e0da58

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

#e0a458
#58e0a4
#a458e0

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

#e0a458
#58e060
#5894e0
#e058d8

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

#e0a458
#5894e0
#6058e0
#d8e058

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

#e0a458 Color Code Preview on Black Background Color

This is how #e0a458 Color will look on black background color. Color contrast ratio is 9.62

#e0a458 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0a458

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0a458

#e0a458 color code is use for CSS Background Color

Background color for the above div is #e0a458

HTML with inline CSS

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

#e0a458 color code is use for CSS Border Color

CSS Border color for the above div is #e0a458

HTML with inline CSS

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

CSS Border Left color for the above div is #e0a458

HTML with inline CSS

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

CSS Border Right color for the above div is #e0a458

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e0a458

HTML with inline CSS

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

CSS Border Top color for the above div is #e0a458

HTML with inline CSS

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

#e0a458 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e0a458 Color code Preview on White Background

This is how #e0a458 Color code will look on white background color. Color contrast ratio is 2.18

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.