crispedge.com

Color picker

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

#eeaf96 hex color - Orange - Warm color - Information

#eeaf96 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #eeaf96 Color code in RGB color code model is created after adding 93.33% red color, 68.63% green color and 58.82% blue color. Hex #eeaf96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 37% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeeaf96#eeaf96
RGB Decimal238, 175, 150rgb(238, 175, 150)
RGB Percent93%, 69%, 59%rgb(93%, 69%, 59%)
CSS RGBa238, 175, 150,1rgba(238,175,150,1)
CMYK Modelcmyk(0%,26%,37%,7%)
HSL Color Space17,72% ,76%hsl(17,72% ,76%)
HSV Color Space17°, 37%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101010111110010110
Octal356257226
Decimal238175150
Hexeeaf96

Different shades of #eeaf96 color code.

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

Light Shade of #eeaf96
#f5d0c2
Dark Shade of #eeaf96
#e78e6a
Saturated Shade of #eeaf96
#f4ac90
Desaturated Shade of #eeaf96
#e8b29c
Grey scale Shade of #eeaf96
#c2c2c2
Brighten Shade
#ffc8af
Most Readable Shade
#000000

Shades of #eeaf96 color code

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

#eeaf96
#d39b85
#b98874
#9e7464
#846153
#694d42
#4f3a32
#342621
#1a1310
#000000

Similar Color like #eeaf96 color

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

#efb097
#f0b198
#f1b299
#f2b39a
#f3b49b
#f4b59c
#f5b69d
#f6b79e
#f7b89f
#f8b9a0
#f9baa1
#fabba2
#fbbca3
#fcbda4
#edae95
#ecad94
#ebac93
#eaab92
#e9aa91
#e8a990
#e7a88f
#e6a78e
#e5a68d
#e4a58c
#e3a48b
#e2a38a
#e1a289
#e0a188

Monochromatic Color with #eeaf96

#eeaf96
#1a1310
#44322b
#6e5146
#997160
#c3907b

Tints of #eeaf96 Color

#eeaf96
#efb7a1
#f1c0ad
#f3c9b9
#f5d2c4
#f7dbd0
#f9e4dc
#fbede7
#fdf6f3
#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

#eeaf96
#96d5ee

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

Split Complementary

#eeaf96
#96eedb
#96a9ee

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

Analogous Color

#ee96a0
#ee9d96
#eeaf96
#eec196
#eed296

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

#eeaf96
#96eeaf
#af96ee

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

#eeaf96
#a9ee96
#96d5ee
#db96ee

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

#eeaf96
#96d5ee
#96a9ee
#eedb96

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

#eeaf96 Color Code Preview on Black Background Color

This is how #eeaf96 Color will look on black background color. Color contrast ratio is 11.21

#eeaf96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eeaf96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eeaf96

#eeaf96 color code is use for CSS Background Color

Background color for the above div is #eeaf96

HTML with inline CSS

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

#eeaf96 color code is use for CSS Border Color

CSS Border color for the above div is #eeaf96

HTML with inline CSS

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

CSS Border Left color for the above div is #eeaf96

HTML with inline CSS

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

CSS Border Right color for the above div is #eeaf96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eeaf96

HTML with inline CSS

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

CSS Border Top color for the above div is #eeaf96

HTML with inline CSS

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

#eeaf96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eeaf96 Color code Preview on White Background

This is how #eeaf96 Color code will look on white background color. Color contrast ratio is 1.87

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

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.