crispedge.com

Color picker

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

#efd6af hex color - Yellow - Warm color - Information

#efd6af hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeefd6af#efd6af
RGB Decimal239, 214, 175rgb(239, 214, 175)
RGB Percent94%, 84%, 69%rgb(94%, 84%, 69%)
CSS RGBa239, 214, 175,1rgba(239,214,175,1)
CMYK Modelcmyk(0%,10%,27%,6%)
HSL Color Space37,67% ,81%hsl(37,67% ,81%)
HSV Color Space37°, 27%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111101011010101111
Octal357326257
Decimal239214175
Hexefd6af

Different shades of #efd6af color code.

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

Light Shade of #efd6af
#f7ecd9
Dark Shade of #efd6af
#e6c084
Saturated Shade of #efd6af
#f4d7aa
Desaturated Shade of #efd6af
#ead5b4
Grey scale Shade of #efd6af
#cfcfcf
Brighten Shade
#ffefc8
Most Readable Shade
#000000

Shades of #efd6af color code

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

#efd6af
#d4be9b
#b9a688
#9f8e74
#847661
#6a5f4d
#4f473a
#352f26
#1a1713
#000000

Similar Color like #efd6af color

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

#f0d7b0
#f1d8b1
#f2d9b2
#f3dab3
#f4dbb4
#f5dcb5
#f6ddb6
#f7deb7
#f8dfb8
#f9e0b9
#fae1ba
#fbe2bb
#fce3bc
#fde4bd
#eed5ae
#edd4ad
#ecd3ac
#ebd2ab
#ead1aa
#e9d0a9
#e8cfa8
#e7cea7
#e6cda6
#e5cca5
#e4cba4
#e3caa3
#e2c9a2
#e1c8a1

Monochromatic Color with #efd6af

#efd6af
#1a1813
#453e33
#6f6452
#9a8a71
#c4b090

Tints of #efd6af Color

#efd6af
#f0dab7
#f2dfc0
#f4e3c9
#f6e8d2
#f7ecdb
#f9f1e4
#fbf5ed
#fdfaf6
#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

#efd6af
#afc8ef

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

Split Complementary

#efd6af
#afe8ef
#b6afef

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

Analogous Color

#efbcaf
#efc9af
#efd6af
#efe3af
#eeefaf

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

#efd6af
#afefd6
#d6afef

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

#efd6af
#afefb6
#afc8ef
#efafe8

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

#efd6af
#afc8ef
#b6afef
#e8efaf

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

#efd6af Color Code Preview on Black Background Color

This is how #efd6af Color will look on black background color. Color contrast ratio is 14.91

#efd6af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd6af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd6af

#efd6af color code is use for CSS Background Color

Background color for the above div is #efd6af

HTML with inline CSS

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

#efd6af color code is use for CSS Border Color

CSS Border color for the above div is #efd6af

HTML with inline CSS

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

CSS Border Left color for the above div is #efd6af

HTML with inline CSS

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

CSS Border Right color for the above div is #efd6af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd6af

HTML with inline CSS

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

CSS Border Top color for the above div is #efd6af

HTML with inline CSS

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

#efd6af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd6af Color code Preview on White Background

This is how #efd6af Color code will look on white background color. Color contrast ratio is 1.41

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

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.