crispedge.com

Color picker

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

#efc0aa hex color - Orange - Warm color - Information

#efc0aa hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #efc0aa Color code in RGB color code model is created after adding 93.73% red color, 75.29% green color and 66.67% blue color. Hex #efc0aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 29% yellow and 6% black.

Hex #efc0aa color code is between #eebb99 web safe hex color code and #ffccbb web safe hex color code. #eebb99 is the nearest web safe color code. You can see here many more shades of #efc0aa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeefc0aa#efc0aa
RGB Decimal239, 192, 170rgb(239, 192, 170)
RGB Percent94%, 75%, 67%rgb(94%, 75%, 67%)
CSS RGBa239, 192, 170,1rgba(239,192,170,1)
CMYK Modelcmyk(0%,20%,29%,6%)
HSL Color Space19,68% ,80%hsl(19,68% ,80%)
HSV Color Space19°, 29%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100000010101010
Octal357300252
Decimal239192170
Hexefc0aa

Different shades of #efc0aa color code.

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

Light Shade of #efc0aa
#f7e0d5
Dark Shade of #efc0aa
#e7a07f
Saturated Shade of #efc0aa
#f4bea5
Desaturated Shade of #efc0aa
#eac2af
Grey scale Shade of #efc0aa
#cccccc
Brighten Shade
#ffd9c3
Most Readable Shade
#000000

Shades of #efc0aa color code

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

#efc0aa
#d4aa97
#b99584
#9f8071
#846a5e
#6a554b
#4f4038
#352a25
#1a1512
#000000

Similar Color like #efc0aa color

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

#f0c1ab
#f1c2ac
#f2c3ad
#f3c4ae
#f4c5af
#f5c6b0
#f6c7b1
#f7c8b2
#f8c9b3
#f9cab4
#facbb5
#fbccb6
#fccdb7
#fdceb8
#eebfa9
#edbea8
#ecbda7
#ebbca6
#eabba5
#e9baa4
#e8b9a3
#e7b8a2
#e6b7a1
#e5b6a0
#e4b59f
#e3b49e
#e2b39d
#e1b29c

Monochromatic Color with #efc0aa

#efc0aa
#1a1513
#453731
#6f5a4f
#9a7c6e
#c49e8c

Tints of #efc0aa Color

#efc0aa
#f0c7b3
#f2cebc
#f4d5c6
#f6dccf
#f7e3d9
#f9eae2
#fbf1ec
#fdf8f5
#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

#efc0aa
#aad9ef

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

Split Complementary

#efc0aa
#aaefe2
#aab7ef

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

Analogous Color

#efaab0
#efb2aa
#efc0aa
#efceaa
#efdcaa

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

#efc0aa
#aaefc0
#c0aaef

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

#efc0aa
#b6efaa
#aad9ef
#e2aaef

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

#efc0aa
#aad9ef
#aab7ef
#efe2aa

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

#efc0aa Color Code Preview on Black Background Color

This is how #efc0aa Color will look on black background color. Color contrast ratio is 12.79

#efc0aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc0aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc0aa

#efc0aa color code is use for CSS Background Color

Background color for the above div is #efc0aa

HTML with inline CSS

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

#efc0aa color code is use for CSS Border Color

CSS Border color for the above div is #efc0aa

HTML with inline CSS

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

CSS Border Left color for the above div is #efc0aa

HTML with inline CSS

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

CSS Border Right color for the above div is #efc0aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efc0aa

HTML with inline CSS

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

CSS Border Top color for the above div is #efc0aa

HTML with inline CSS

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

#efc0aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efc0aa Color code Preview on White Background

This is how #efc0aa Color code will look on white background color. Color contrast ratio is 1.64

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

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.