@
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.

#efd765 hex color - Yellow - Warm color - Information

#efd765 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #efd765 Color code in RGB color code model is created after adding 93.73% red color, 84.31% green color and 39.61% blue color. Hex #efd765 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 58% yellow and 6.27% black.

Hex #efd765 color code is between #eedd66 web safe hex color code and #ffcc55 web safe hex color code. #eedd66 is the nearest web safe color code. You can see here many more shades of #efd765 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code efd765 #efd765
RGB Decimal 239, 215, 101 rgb(239, 215, 101)
RGB Percent 94%, 84%, 40% rgb(94%, 84%, 40%)
CSS RGBa 239, 215, 101,1 rgba(239,215,101,1)
CMYK Model cmyk(0%,10%,58%,6.27%)
HSL Color Space 50,81% ,67% hsl(50,81% ,67%)
HSV Color Space 50°, 58%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 11010111 01100101
Octal 357 327 145
Decimal 239 215 101
Hex ef d7 65

Different shades of #efd765 color code.

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

Light Shade of #efd765
#f4e393
Dark Shade of #efd765
#eacb37
Saturated Shade of #efd765
#f7dd5c
Desaturated Shade of #efd765
#e6d16d
Grey scale Shade of #efd765
#aaaaaa
Brighten Shade
#fff07e
Most Readable Shade
#000000

Shades of #efd765 color code

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

#efd765
#d4bf59
#b9a74e
#9f8f43
#847738
#6a5f2c
#4f4721
#352f16
#1a170b
#000000

Similar Color like #efd765 color

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

#f0d866
#f1d967
#f2da68
#f3db69
#f4dc6a
#f5dd6b
#f6de6c
#f7df6d
#f8e06e
#f9e16f
#fae270
#fbe371
#fce472
#fde573
#eed664
#edd563
#ecd462
#ebd361
#ead260
#e9d15f
#e8d05e
#e7cf5d
#e6ce5c
#e5cd5b
#e4cc5a
#e3cb59
#e2ca58
#e1c957

Monochromatic Color with #efd765

#efd765
#1a180b
#453e1d
#6f642f
#9a8b41
#c4b153

Tints of #efd765 Color

#efd765
#f0db76
#f2df87
#f4e498
#f6e8a9
#f7edba
#f9f1cb
#fbf6dc
#fdfaed
#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

#efd765
#657def

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

Split Complementary

#efd765
#65c2ef
#9265ef

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

Analogous Color

#efa065
#efbb65
#efd765
#ebef65
#d0ef65

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

#efd765
#65efd7
#d765ef

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

#efd765
#65ef92
#657def
#ef65c2

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

#efd765
#657def
#9265ef
#c2ef65

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

#efd765 Color Code Preview on Black Background Color

This is how #efd765 Color will look on black background color. Color contrast ratio is 14.58

#efd765 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd765

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efd765

#efd765 color code is use for CSS Background Color

Background color for the above div is #efd765

HTML with inline CSS

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

#efd765 color code is use for CSS Border Color

CSS Border color for the above div is #efd765

HTML with inline CSS

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

CSS Border Left color for the above div is #efd765

HTML with inline CSS

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

CSS Border Right color for the above div is #efd765

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efd765

HTML with inline CSS

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

CSS Border Top color for the above div is #efd765

HTML with inline CSS

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

#efd765 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efd765 Color code Preview on White Background

This is how #efd765 Color code will look on white background color. Color contrast ratio is 1.44

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

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,215,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,125,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,215,101,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.