crispedge.com

Color picker

Loading...

#efeca2 hex color - Yellow - Warm color - Information

#efeca2 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efeca2 Color code in RGB color code model is created after adding 93.73% red color, 92.55% green color and 63.53% blue color. Hex #efeca2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 32% yellow and 6% black.

Hex #efeca2 color code is between #eeeeaa web safe hex color code and #ffdd99 web safe hex color code. #eeeeaa is the nearest web safe color code. You can see here many more shades of #efeca2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefeca2#efeca2
RGB Decimal239, 236, 162rgb(239, 236, 162)
RGB Percent94%, 93%, 64%rgb(94%, 93%, 64%)
CSS RGBa239, 236, 162,1rgba(239,236,162,1)
CMYK Modelcmyk(0%,1%,32%,6%)
HSL Color Space58,71% ,79%hsl(58,71% ,79%)
HSV Color Space58°, 32%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110110010100010
Octal357354242
Decimal239236162
Hexefeca2

Different shades of #efeca2 color code.

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

Light Shade of #efeca2
#f6f5cd
Dark Shade of #efeca2
#e8e376
Saturated Shade of #efeca2
#f4f19d
Desaturated Shade of #efeca2
#eae7a7
Grey scale Shade of #efeca2
#c8c8c8
Brighten Shade
#ffffbb
Most Readable Shade
#000000

Shades of #efeca2 color code

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

#efeca2
#d4d190
#b9b77e
#9f9d6c
#84835a
#6a6848
#4f4e36
#353424
#1a1a12
#000000

Similar Color like #efeca2 color

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

#f0eda3
#f1eea4
#f2efa5
#f3f0a6
#f4f1a7
#f5f2a8
#f6f3a9
#f7f4aa
#f8f5ab
#f9f6ac
#faf7ad
#fbf8ae
#fcf9af
#fdfab0
#eeeba1
#edeaa0
#ece99f
#ebe89e
#eae79d
#e9e69c
#e8e59b
#e7e49a
#e6e399
#e5e298
#e4e197
#e3e096
#e2df95
#e1de94

Monochromatic Color with #efeca2

#efeca2
#1a1a12
#45442f
#6f6e4c
#9a9868
#c4c285

Tints of #efeca2 Color

#efeca2
#f0eeac
#f2f0b6
#f4f2c1
#f6f4cb
#f7f6d5
#f9f8e0
#fbfaea
#fdfcf4
#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

#efeca2
#a2a5ef

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

Split Complementary

#efeca2
#a2ccef
#c6a2ef

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

Analogous Color

#efcda2
#efdda2
#efeca2
#e3efa2
#d3efa2

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

#efeca2
#a2efec
#eca2ef

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

#efeca2
#a2efc5
#a2a5ef
#efa2cb

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

#efeca2
#a2a5ef
#c6a2ef
#ccefa2

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

#efeca2 Color Code Preview on Black Background Color

This is how #efeca2 Color will look on black background color. Color contrast ratio is 17.19

#efeca2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeca2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeca2

#efeca2 color code is use for CSS Background Color

Background color for the above div is #efeca2

HTML with inline CSS

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

#efeca2 color code is use for CSS Border Color

CSS Border color for the above div is #efeca2

HTML with inline CSS

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

CSS Border Left color for the above div is #efeca2

HTML with inline CSS

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

CSS Border Right color for the above div is #efeca2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efeca2

HTML with inline CSS

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

CSS Border Top color for the above div is #efeca2

HTML with inline CSS

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

#efeca2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efeca2 Color code Preview on White Background

This is how #efeca2 Color code will look on white background color. Color contrast ratio is 1.22

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

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,236,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,165,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,236,162,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.