crispedge.com

Color picker

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

#efcfaa hex color - Yellow - Warm color - Information

#efcfaa hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #efcfaa color code is between #eecc99 web safe hex color code and #ffddbb web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #efcfaa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeefcfaa#efcfaa
RGB Decimal239, 207, 170rgb(239, 207, 170)
RGB Percent94%, 81%, 67%rgb(94%, 81%, 67%)
CSS RGBa239, 207, 170,1rgba(239,207,170,1)
CMYK Modelcmyk(0%,13%,29%,6%)
HSL Color Space32,68% ,80%hsl(32,68% ,80%)
HSV Color Space32°, 29%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111110101010
Octal357317252
Decimal239207170
Hexefcfaa

Different shades of #efcfaa color code.

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

Light Shade of #efcfaa
#f7e7d5
Dark Shade of #efcfaa
#e7b77f
Saturated Shade of #efcfaa
#f4cfa5
Desaturated Shade of #efcfaa
#eacfaf
Grey scale Shade of #efcfaa
#cccccc
Brighten Shade
#ffe8c3
Most Readable Shade
#000000

Shades of #efcfaa color code

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

#efcfaa
#d4b897
#b9a184
#9f8a71
#84735e
#6a5c4b
#4f4538
#352e25
#1a1712
#000000

Similar Color like #efcfaa color

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

#f0d0ab
#f1d1ac
#f2d2ad
#f3d3ae
#f4d4af
#f5d5b0
#f6d6b1
#f7d7b2
#f8d8b3
#f9d9b4
#fadab5
#fbdbb6
#fcdcb7
#fdddb8
#eecea9
#edcda8
#eccca7
#ebcba6
#eacaa5
#e9c9a4
#e8c8a3
#e7c7a2
#e6c6a1
#e5c5a0
#e4c49f
#e3c39e
#e2c29d
#e1c19c

Monochromatic Color with #efcfaa

#efcfaa
#1a1713
#453c31
#6f614f
#9a856e
#c4aa8c

Tints of #efcfaa Color

#efcfaa
#f0d4b3
#f2d9bc
#f4dfc6
#f6e4cf
#f7e9d9
#f9efe2
#fbf4ec
#fdf9f5
#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

#efcfaa
#aacaef

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

Split Complementary

#efcfaa
#aaedef
#acaaef

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

Analogous Color

#efb3aa
#efc1aa
#efcfaa
#efddaa
#efebaa

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

#efcfaa
#aaefcf
#cfaaef

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

#efcfaa
#aaefac
#aacaef
#efaaec

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

#efcfaa
#aacaef
#acaaef
#edefaa

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

#efcfaa Color Code Preview on Black Background Color

This is how #efcfaa Color will look on black background color. Color contrast ratio is 14.18

#efcfaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfaa

#efcfaa color code is use for CSS Background Color

Background color for the above div is #efcfaa

HTML with inline CSS

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

#efcfaa color code is use for CSS Border Color

CSS Border color for the above div is #efcfaa

HTML with inline CSS

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

CSS Border Left color for the above div is #efcfaa

HTML with inline CSS

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

CSS Border Right color for the above div is #efcfaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcfaa

HTML with inline CSS

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

CSS Border Top color for the above div is #efcfaa

HTML with inline CSS

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

#efcfaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcfaa Color code Preview on White Background

This is how #efcfaa Color code will look on white background color. Color contrast ratio is 1.48

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

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.