crispedge.com

Color picker

Loading...

#efce5f hex color - Yellow - Warm color - Information

#efce5f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efce5f Color code in RGB color code model is created after adding 93.73% red color, 80.78% green color and 37.25% blue color. Hex #efce5f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 60% yellow and 6% black.

Hex #efce5f color code is between #eecc66 web safe hex color code and #ffdd55 web safe hex color code. #eecc66 is the nearest web safe color code. You can see here many more shades of #efce5f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefce5f#efce5f
RGB Decimal239, 206, 95rgb(239, 206, 95)
RGB Percent94%, 81%, 37%rgb(94%, 81%, 37%)
CSS RGBa239, 206, 95,1rgba(239,206,95,1)
CMYK Modelcmyk(0%,14%,60%,6%)
HSL Color Space46,82% ,65%hsl(46,82% ,65%)
HSV Color Space46°, 60%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111001011111
Octal357316137
Decimal23920695
Hexefce5f

Different shades of #efce5f color code.

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

Light Shade of #efce5f
#f4dc8d
Dark Shade of #efce5f
#eac031
Saturated Shade of #efce5f
#f8d356
Desaturated Shade of #efce5f
#e6c968
Grey scale Shade of #efce5f
#a7a7a7
Brighten Shade
#ffe778
Most Readable Shade
#000000

Shades of #efce5f color code

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

#efce5f
#d4b754
#b9a049
#9f893f
#847234
#6a5b2a
#4f441f
#352d15
#1a160a
#000000

Similar Color like #efce5f color

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

#f0cf60
#f1d061
#f2d162
#f3d263
#f4d364
#f5d465
#f6d566
#f7d667
#f8d768
#f9d869
#fad96a
#fbda6b
#fcdb6c
#fddc6d
#eecd5e
#edcc5d
#eccb5c
#ebca5b
#eac95a
#e9c859
#e8c758
#e7c657
#e6c556
#e5c455
#e4c354
#e3c253
#e2c152
#e1c051

Monochromatic Color with #efce5f

#efce5f
#1a170b
#453b1b
#6f602c
#9a853d
#c4a94e

Tints of #efce5f Color

#efce5f
#f0d370
#f2d882
#f4de94
#f6e3a6
#f7e9b7
#f9eec9
#fbf4db
#fdf9ed
#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

#efce5f
#5f80ef

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

Split Complementary

#efce5f
#5fc8ef
#865fef

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

Analogous Color

#ef945f
#efb15f
#efce5f
#efeb5f
#d6ef5f

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

#efce5f
#5fefce
#ce5fef

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

#efce5f
#5fef86
#5f80ef
#ef5fc8

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

#efce5f
#5f80ef
#865fef
#c8ef5f

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

#efce5f Color Code Preview on Black Background Color

This is how #efce5f Color will look on black background color. Color contrast ratio is 13.66

#efce5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efce5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efce5f

#efce5f color code is use for CSS Background Color

Background color for the above div is #efce5f

HTML with inline CSS

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

#efce5f color code is use for CSS Border Color

CSS Border color for the above div is #efce5f

HTML with inline CSS

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

CSS Border Left color for the above div is #efce5f

HTML with inline CSS

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

CSS Border Right color for the above div is #efce5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efce5f

HTML with inline CSS

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

CSS Border Top color for the above div is #efce5f

HTML with inline CSS

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

#efce5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efce5f Color code Preview on White Background

This is how #efce5f Color code will look on white background color. Color contrast ratio is 1.54

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

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,206,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,128,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,206,95,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.