crispedge.com

Color picker

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

#efd7cc hex color - Yellow - Warm color - Information

#efd7cc hex color - Yellow - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Yellow

Hex #efd7cc Color code in RGB color code model is created after adding 93.73% red color, 84.31% green color and 80% blue color. Hex #efd7cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 15% yellow and 6% black.

Hex #efd7cc color code is between #eeddbb web safe hex color code and #ffccdd web safe hex color code. #eeddbb is the nearest web safe color code. You can see here many more shades of #efd7cc color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeefd7cc#efd7cc
RGB Decimal239, 215, 204rgb(239, 215, 204)
RGB Percent94%, 84%, 80%rgb(94%, 84%, 80%)
CSS RGBa239, 215, 204,1rgba(239,215,204,1)
CMYK Modelcmyk(0%,10%,15%,6%)
HSL Color Space19,52% ,87%hsl(19,52% ,87%)
HSV Color Space19°, 15%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101011111001100
Octal357327314
Decimal239215204
Hexefd7cc

Different shades of #efd7cc color code.

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

Light Shade of #efd7cc
#fbf5f3
Dark Shade of #efd7cc
#e3b9a5
Saturated Shade of #efd7cc
#f2d6c9
Desaturated Shade of #efd7cc
#ecd8cf
Grey scale Shade of #efd7cc
#dddddd
Brighten Shade
#fff0e5
Most Readable Shade
#000000

Shades of #efd7cc color code

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

#efd7cc
#d4bfb5
#b9a79e
#9f8f88
#847771
#6a5f5a
#4f4744
#352f2d
#1a1716
#000000

Similar Color like #efd7cc color

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

#f0d8cd
#f1d9ce
#f2dacf
#f3dbd0
#f4dcd1
#f5ddd2
#f6ded3
#f7dfd4
#f8e0d5
#f9e1d6
#fae2d7
#fbe3d8
#fce4d9
#fde5da
#eed6cb
#edd5ca
#ecd4c9
#ebd3c8
#ead2c7
#e9d1c6
#e8d0c5
#e7cfc4
#e6cec3
#e5cdc2
#e4ccc1
#e3cbc0
#e2cabf
#e1c9be

Monochromatic Color with #efd7cc

#efd7cc
#1a1817
#453e3b
#6f645f
#9a8b83
#c4b1a8

Tints of #efd7cc Color

#efd7cc
#f0dbd1
#f2dfd7
#f4e4dd
#f6e8e2
#f7ede8
#f9f1ee
#fbf6f3
#fdfaf9
#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

#efd7cc
#cce4ef

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

Split Complementary

#efd7cc
#ccefe8
#ccd3ef

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

Analogous Color

#efcccf
#efd0cc
#efd7cc
#efdecc
#efe5cc

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

#efd7cc
#ccefd7
#d7ccef

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

#efd7cc
#d2efcc
#cce4ef
#e8ccef

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

#efd7cc
#cce4ef
#ccd3ef
#efe8cc

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

#efd7cc Color Code Preview on Black Background Color

This is how #efd7cc Color will look on black background color. Color contrast ratio is 15.26

#efd7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd7cc

#efd7cc color code is use for CSS Background Color

Background color for the above div is #efd7cc

HTML with inline CSS

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

#efd7cc color code is use for CSS Border Color

CSS Border color for the above div is #efd7cc

HTML with inline CSS

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

CSS Border Left color for the above div is #efd7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #efd7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #efd7cc

HTML with inline CSS

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

#efd7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd7cc Color code Preview on White Background

This is how #efd7cc Color code will look on white background color. Color contrast ratio is 1.38

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

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.