@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#efcd3d hex color - Yellow - Warm color - Information

#efcd3d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efcd3d Color code in RGB color code model is created after adding 93.73% red color, 80.39% green color and 23.92% blue color. Hex #efcd3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 74% yellow and 6.27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefcd3d#efcd3d
RGB Decimal239, 205, 61rgb(239, 205, 61)
RGB Percent94%, 80%, 24%rgb(94%, 80%, 24%)
CSS RGBa239, 205, 61,1rgba(239,205,61,1)
CMYK Modelcmyk(0%,14%,74%,6.27%)
HSL Color Space49,85% ,59%hsl(49,85% ,59%)
HSV Color Space49°, 74%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100110100111101
Octal35731575
Decimal23920561
Hexefcd3d

Different shades of #efcd3d color code.

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

Light Shade of #efcd3d
#f3d96c
Dark Shade of #efcd3d
#e6be13
Saturated Shade of #efcd3d
#f9d332
Desaturated Shade of #efcd3d
#e4c747
Grey scale Shade of #efcd3d
#969696
Brighten Shade
#ffe656
Most Readable Shade
#000000

Shades of #efcd3d color code

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

#efcd3d
#d4b636
#b99f2f
#9f8828
#847121
#6a5b1b
#4f4414
#352d0d
#1a1606
#000000

Similar Color like #efcd3d color

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

#f0ce3e
#f1cf3f
#f2d040
#f3d141
#f4d242
#f5d343
#f6d444
#f7d545
#f8d646
#f9d747
#fad848
#fbd949
#fcda4a
#fddb4b
#eecc3c
#edcb3b
#ecca3a
#ebc939
#eac838
#e9c737
#e8c636
#e7c535
#e6c434
#e5c333
#e4c232
#e3c131
#e2c030
#e1bf2f

Monochromatic Color with #efcd3d

#efcd3d
#1a1707
#453b12
#6f601c
#9a8427
#c4a932

Tints of #efcd3d Color

#efcd3d
#f0d252
#f2d868
#f4dd7d
#f6e393
#f7e8a8
#f9eebe
#fbf3d3
#fdf9e9
#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

#efcd3d
#3d5fef

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

Split Complementary

#efcd3d
#3db8ef
#743def

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

Analogous Color

#ef863d
#efa93d
#efcd3d
#edef3d
#caef3d

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

#efcd3d
#3defcd
#cd3def

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

#efcd3d
#3def74
#3d5fef
#ef3db8

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

#efcd3d
#3d5fef
#743def
#b8ef3d

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

#efcd3d Color Code Preview on Black Background Color

This is how #efcd3d Color will look on black background color. Color contrast ratio is 13.47

#efcd3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcd3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcd3d

#efcd3d color code is use for CSS Background Color

Background color for the above div is #efcd3d

HTML with inline CSS

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

#efcd3d color code is use for CSS Border Color

CSS Border color for the above div is #efcd3d

HTML with inline CSS

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

CSS Border Left color for the above div is #efcd3d

HTML with inline CSS

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

CSS Border Right color for the above div is #efcd3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcd3d

HTML with inline CSS

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

CSS Border Top color for the above div is #efcd3d

HTML with inline CSS

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

#efcd3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcd3d Color code Preview on White Background

This is how #efcd3d Color code will look on white background color. Color contrast ratio is 1.56

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

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