crispedge.com

Color picker

Loading...

#efcf55 hex color - Yellow - Warm color - Information

#efcf55 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efcf55 Color code in RGB color code model is created after adding 93.73% red color, 81.18% green color and 33.33% blue color. Hex #efcf55 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 64% yellow and 6% black.

Hex #efcf55 color code is between #eecc44 web safe hex color code and #ffdd66 web safe hex color code. #eecc44 is the nearest web safe color code. You can see here many more shades of #efcf55 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefcf55#efcf55
RGB Decimal239, 207, 85rgb(239, 207, 85)
RGB Percent94%, 81%, 33%rgb(94%, 81%, 33%)
CSS RGBa239, 207, 85,1rgba(239,207,85,1)
CMYK Modelcmyk(0%,13%,64%,6%)
HSL Color Space48,83% ,64%hsl(48,83% ,64%)
HSV Color Space48°, 64%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111101010101
Octal357317125
Decimal23920785
Hexefcf55

Different shades of #efcf55 color code.

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

Light Shade of #efcf55
#f3dc84
Dark Shade of #efcf55
#ebc226
Saturated Shade of #efcf55
#f8d44c
Desaturated Shade of #efcf55
#e6ca5e
Grey scale Shade of #efcf55
#a2a2a2
Brighten Shade
#ffe86e
Most Readable Shade
#000000

Shades of #efcf55 color code

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

#efcf55
#d4b84b
#b9a142
#9f8a38
#84732f
#6a5c25
#4f451c
#352e12
#1a1709
#000000

Similar Color like #efcf55 color

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

#f0d056
#f1d157
#f2d258
#f3d359
#f4d45a
#f5d55b
#f6d65c
#f7d75d
#f8d85e
#f9d95f
#fada60
#fbdb61
#fcdc62
#fddd63
#eece54
#edcd53
#eccc52
#ebcb51
#eaca50
#e9c94f
#e8c84e
#e7c74d
#e6c64c
#e5c54b
#e4c44a
#e3c349
#e2c248
#e1c147

Monochromatic Color with #efcf55

#efcf55
#1a1709
#453c19
#6f6128
#9a8537
#c4aa46

Tints of #efcf55 Color

#efcf55
#f0d467
#f2d97a
#f4df8d
#f6e4a0
#f7e9b3
#f9efc6
#fbf4d9
#fdf9ec
#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

#efcf55
#5575ef

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

Split Complementary

#efcf55
#55c2ef
#8255ef

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

Analogous Color

#ef9155
#efb055
#efcf55
#efee55
#d1ef55

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

#efcf55
#55efcf
#cf55ef

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

#efcf55
#55ef82
#5575ef
#ef55c2

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

#efcf55
#5575ef
#8255ef
#c2ef55

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

#efcf55 Color Code Preview on Black Background Color

This is how #efcf55 Color will look on black background color. Color contrast ratio is 13.73

#efcf55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcf55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcf55

#efcf55 color code is use for CSS Background Color

Background color for the above div is #efcf55

HTML with inline CSS

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

#efcf55 color code is use for CSS Border Color

CSS Border color for the above div is #efcf55

HTML with inline CSS

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

CSS Border Left color for the above div is #efcf55

HTML with inline CSS

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

CSS Border Right color for the above div is #efcf55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcf55

HTML with inline CSS

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

CSS Border Top color for the above div is #efcf55

HTML with inline CSS

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

#efcf55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcf55 Color code Preview on White Background

This is how #efcf55 Color code will look on white background color. Color contrast ratio is 1.53

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

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,207,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,117,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,207,85,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.