crispedge.com

Color picker

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

#e1af98 hex color - Orange - Warm color - Information

#e1af98 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #e1af98 Color code in RGB color code model is created after adding 88.24% red color, 68.63% green color and 59.61% blue color. Hex #e1af98 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 32% yellow and 12% black.

Hex #e1af98 color code is between #ddaa99 web safe hex color code and #eebb88 web safe hex color code. #ddaa99 is the nearest web safe color code. You can see here many more shades of #e1af98 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee1af98#e1af98
RGB Decimal225, 175, 152rgb(225, 175, 152)
RGB Percent88%, 69%, 60%rgb(88%, 69%, 60%)
CSS RGBa225, 175, 152,1rgba(225,175,152,1)
CMYK Modelcmyk(0%,22%,32%,12%)
HSL Color Space19,55% ,74%hsl(19,55% ,74%)
HSV Color Space19°, 32%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011010111110011000
Octal341257230
Decimal225175152
Hexe1af98

Different shades of #e1af98 color code.

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

Light Shade of #e1af98
#eccebf
Dark Shade of #e1af98
#d59071
Saturated Shade of #e1af98
#e8ad91
Desaturated Shade of #e1af98
#dab19f
Grey scale Shade of #e1af98
#bcbcbc
Brighten Shade
#fac8b1
Most Readable Shade
#000000

Shades of #e1af98 color code

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

#e1af98
#c89b87
#af8876
#967465
#7d6154
#644d43
#4b3a32
#322621
#191310
#000000

Similar Color like #e1af98 color

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

#e2b099
#e3b19a
#e4b29b
#e5b39c
#e6b49d
#e7b59e
#e8b69f
#e9b7a0
#eab8a1
#ebb9a2
#ecbaa3
#edbba4
#eebca5
#efbda6
#e0ae97
#dfad96
#deac95
#ddab94
#dcaa93
#dba992
#daa891
#d9a790
#d8a68f
#d7a58e
#d6a48d
#d5a38c
#d4a28b
#d3a18a

Monochromatic Color with #e1af98

#e1af98
#0c0a08
#372b25
#614c42
#8c6d5f
#b68e7b

Tints of #e1af98 Color

#e1af98
#e4b7a3
#e7c0ae
#ebc9ba
#eed2c5
#f1dbd1
#f5e4dc
#f8ede8
#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

#e1af98
#98cae1

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

Split Complementary

#e1af98
#98e1d4
#98a6e1

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

Analogous Color

#e1989e
#e1a098
#e1af98
#e1be98
#e1cc98

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

#e1af98
#98e1af
#af98e1

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

#e1af98
#a5e198
#98cae1
#d398e1

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

#e1af98
#98cae1
#98a6e1
#e1d498

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

#e1af98 Color Code Preview on Black Background Color

This is how #e1af98 Color will look on black background color. Color contrast ratio is 10.79

#e1af98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1af98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1af98

#e1af98 color code is use for CSS Background Color

Background color for the above div is #e1af98

HTML with inline CSS

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

#e1af98 color code is use for CSS Border Color

CSS Border color for the above div is #e1af98

HTML with inline CSS

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

CSS Border Left color for the above div is #e1af98

HTML with inline CSS

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

CSS Border Right color for the above div is #e1af98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1af98

HTML with inline CSS

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

CSS Border Top color for the above div is #e1af98

HTML with inline CSS

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

#e1af98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1af98 Color code Preview on White Background

This is how #e1af98 Color code will look on white background color. Color contrast ratio is 1.95

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.