crispedge.com

Color picker

Loading...

#efe3ad hex color - Yellow - Warm color - Information

#efe3ad hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efe3ad Color code in RGB color code model is created after adding 93.73% red color, 89.02% green color and 67.84% blue color. Hex #efe3ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 28% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeefe3ad#efe3ad
RGB Decimal239, 227, 173rgb(239, 227, 173)
RGB Percent94%, 89%, 68%rgb(94%, 89%, 68%)
CSS RGBa239, 227, 173,1rgba(239,227,173,1)
CMYK Modelcmyk(0%,5%,28%,6%)
HSL Color Space49,67% ,81%hsl(49,67% ,81%)
HSV Color Space49°, 28%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110001110101101
Octal357343255
Decimal239227173
Hexefe3ad

Different shades of #efe3ad color code.

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

Light Shade of #efe3ad
#f7f2d8
Dark Shade of #efe3ad
#e7d482
Saturated Shade of #efe3ad
#f4e6a8
Desaturated Shade of #efe3ad
#eae0b2
Grey scale Shade of #efe3ad
#cecece
Brighten Shade
#fffcc6
Most Readable Shade
#000000

Shades of #efe3ad color code

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

#efe3ad
#d4c999
#b9b086
#9f9773
#847e60
#6a644c
#4f4b39
#353226
#1a1913
#000000

Similar Color like #efe3ad color

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

#f0e4ae
#f1e5af
#f2e6b0
#f3e7b1
#f4e8b2
#f5e9b3
#f6eab4
#f7ebb5
#f8ecb6
#f9edb7
#faeeb8
#fbefb9
#fcf0ba
#fdf1bb
#eee2ac
#ede1ab
#ece0aa
#ebdfa9
#eadea8
#e9dda7
#e8dca6
#e7dba5
#e6daa4
#e5d9a3
#e4d8a2
#e3d7a1
#e2d6a0
#e1d59f

Monochromatic Color with #efe3ad

#efe3ad
#1a1913
#454232
#6f6a51
#9a926f
#c4bb8e

Tints of #efe3ad Color

#efe3ad
#f0e6b6
#f2e9bf
#f4ecc8
#f6efd1
#f7f2da
#f9f5e3
#fbf8ec
#fdfbf5
#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

#efe3ad
#adb9ef

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

Split Complementary

#efe3ad
#addaef
#c2adef

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

Analogous Color

#efc9ad
#efd6ad
#efe3ad
#eeefad
#e1efad

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

#efe3ad
#adefe3
#e3adef

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

#efe3ad
#adefc2
#adb9ef
#efadda

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

#efe3ad
#adb9ef
#c2adef
#daefad

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

#efe3ad Color Code Preview on Black Background Color

This is how #efe3ad Color will look on black background color. Color contrast ratio is 16.26

#efe3ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe3ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe3ad

#efe3ad color code is use for CSS Background Color

Background color for the above div is #efe3ad

HTML with inline CSS

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

#efe3ad color code is use for CSS Border Color

CSS Border color for the above div is #efe3ad

HTML with inline CSS

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

CSS Border Left color for the above div is #efe3ad

HTML with inline CSS

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

CSS Border Right color for the above div is #efe3ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe3ad

HTML with inline CSS

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

CSS Border Top color for the above div is #efe3ad

HTML with inline CSS

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

#efe3ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe3ad Color code Preview on White Background

This is how #efe3ad Color code will look on white background color. Color contrast ratio is 1.29

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,227,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,185,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,227,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.