crispedge.com

Color picker

Loading...

#efeba1 hex color - Yellow - Warm color - Information

#efeba1 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efeba1 Color code in RGB color code model is created after adding 93.73% red color, 92.16% green color and 63.14% blue color. Hex #efeba1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 33% yellow and 6% black.

Hex #efeba1 color code is between #eeee99 web safe hex color code and #ffddaa web safe hex color code. #eeee99 is the nearest web safe color code. You can see here many more shades of #efeba1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefeba1#efeba1
RGB Decimal239, 235, 161rgb(239, 235, 161)
RGB Percent94%, 92%, 63%rgb(94%, 92%, 63%)
CSS RGBa239, 235, 161,1rgba(239,235,161,1)
CMYK Modelcmyk(0%,2%,33%,6%)
HSL Color Space57,71% ,78%hsl(57,71% ,78%)
HSV Color Space57°, 33%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110101110100001
Octal357353241
Decimal239235161
Hexefeba1

Different shades of #efeba1 color code.

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

Light Shade of #efeba1
#f6f4cd
Dark Shade of #efeba1
#e8e275
Saturated Shade of #efeba1
#f4f09b
Desaturated Shade of #efeba1
#e9e6a6
Grey scale Shade of #efeba1
#c8c8c8
Brighten Shade
#ffffba
Most Readable Shade
#000000

Shades of #efeba1 color code

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

#efeba1
#d4d08f
#b9b67d
#9f9c6b
#848259
#6a6847
#4f4e35
#353423
#1a1a11
#000000

Similar Color like #efeba1 color

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

#f0eca2
#f1eda3
#f2eea4
#f3efa5
#f4f0a6
#f5f1a7
#f6f2a8
#f7f3a9
#f8f4aa
#f9f5ab
#faf6ac
#fbf7ad
#fcf8ae
#fdf9af
#eeeaa0
#ede99f
#ece89e
#ebe79d
#eae69c
#e9e59b
#e8e49a
#e7e399
#e6e298
#e5e197
#e4e096
#e3df95
#e2de94
#e1dd93

Monochromatic Color with #efeba1

#efeba1
#1a1a12
#45442e
#6f6e4b
#9a9768
#c4c184

Tints of #efeba1 Color

#efeba1
#f0edab
#f2efb5
#f4f1c0
#f6f3ca
#f7f6d5
#f9f8df
#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

#efeba1
#a1a5ef

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

Split Complementary

#efeba1
#a1ccef
#c4a1ef

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

Analogous Color

#efcca1
#efdba1
#efeba1
#e3efa1
#d4efa1

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

#efeba1
#a1efeb
#eba1ef

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

#efeba1
#a1efc4
#a1a5ef
#efa1cc

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

#efeba1
#a1a5ef
#c4a1ef
#ccefa1

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

#efeba1 Color Code Preview on Black Background Color

This is how #efeba1 Color will look on black background color. Color contrast ratio is 17.07

#efeba1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeba1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efeba1

#efeba1 color code is use for CSS Background Color

Background color for the above div is #efeba1

HTML with inline CSS

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

#efeba1 color code is use for CSS Border Color

CSS Border color for the above div is #efeba1

HTML with inline CSS

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

CSS Border Left color for the above div is #efeba1

HTML with inline CSS

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

CSS Border Right color for the above div is #efeba1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efeba1

HTML with inline CSS

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

CSS Border Top color for the above div is #efeba1

HTML with inline CSS

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

#efeba1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efeba1 Color code Preview on White Background

This is how #efeba1 Color code will look on white background color. Color contrast ratio is 1.23

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

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