crispedge.com

Color picker

Loading...

#efca96 hex color - Yellow - Warm color - Information

#efca96 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeefca96#efca96
RGB Decimal239, 202, 150rgb(239, 202, 150)
RGB Percent94%, 79%, 59%rgb(94%, 79%, 59%)
CSS RGBa239, 202, 150,1rgba(239,202,150,1)
CMYK Modelcmyk(0%,15%,37%,6%)
HSL Color Space35,74% ,76%hsl(35,74% ,76%)
HSV Color Space35°, 37%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100101010010110
Octal357312226
Decimal239202150
Hexefca96

Different shades of #efca96 color code.

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

Light Shade of #efca96
#f6e0c2
Dark Shade of #efca96
#e8b46a
Saturated Shade of #efca96
#f5cb90
Desaturated Shade of #efca96
#e9c99c
Grey scale Shade of #efca96
#c2c2c2
Brighten Shade
#ffe3af
Most Readable Shade
#000000

Shades of #efca96 color code

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

#efca96
#d4b385
#b99d74
#9f8664
#847053
#6a5942
#4f4332
#352c21
#1a1610
#000000

Similar Color like #efca96 color

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

#f0cb97
#f1cc98
#f2cd99
#f3ce9a
#f4cf9b
#f5d09c
#f6d19d
#f7d29e
#f8d39f
#f9d4a0
#fad5a1
#fbd6a2
#fcd7a3
#fdd8a4
#eec995
#edc894
#ecc793
#ebc692
#eac591
#e9c490
#e8c38f
#e7c28e
#e6c18d
#e5c08c
#e4bf8b
#e3be8a
#e2bd89
#e1bc88

Monochromatic Color with #efca96

#efca96
#1a1611
#453a2b
#6f5e46
#9a8261
#c4a67b

Tints of #efca96 Color

#efca96
#f0cfa1
#f2d5ad
#f4dbb9
#f6e1c4
#f7e7d0
#f9eddc
#fbf3e7
#fdf9f3
#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

#efca96
#96bbef

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

Split Complementary

#efca96
#96e8ef
#9d96ef

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

Analogous Color

#efa696
#efb896
#efca96
#efdc96
#efee96

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

#efca96
#96efca
#ca96ef

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

#efca96
#96ef9d
#96bbef
#ef96e7

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

#efca96
#96bbef
#9d96ef
#e8ef96

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

#efca96 Color Code Preview on Black Background Color

This is how #efca96 Color will look on black background color. Color contrast ratio is 13.56

#efca96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efca96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efca96

#efca96 color code is use for CSS Background Color

Background color for the above div is #efca96

HTML with inline CSS

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

#efca96 color code is use for CSS Border Color

CSS Border color for the above div is #efca96

HTML with inline CSS

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

CSS Border Left color for the above div is #efca96

HTML with inline CSS

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

CSS Border Right color for the above div is #efca96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efca96

HTML with inline CSS

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

CSS Border Top color for the above div is #efca96

HTML with inline CSS

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

#efca96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efca96 Color code Preview on White Background

This is how #efca96 Color code will look on white background color. Color contrast ratio is 1.55

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

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,202,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,187,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,202,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.