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

#efe50d hex color - Yellow - Warm color - Information

#efe50d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efe50d Color code in RGB color code model is created after adding 93.73% red color, 89.8% green color and 5.1% blue color. Hex #efe50d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 95% yellow and 6.27% black.

Hex #efe50d color code is between #eedd11 web safe hex color code and #ffee00 web safe hex color code. #eedd11 is the nearest web safe color code. You can see here many more shades of #efe50d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeefe50d#efe50d
RGB Decimal239, 229, 13rgb(239, 229, 13)
RGB Percent94%, 90%, 5%rgb(94%, 90%, 5%)
CSS RGBa239, 229, 13,1rgba(239,229,13,1)
CMYK Modelcmyk(0%,4%,95%,6.27%)
HSL Color Space57,90% ,49%hsl(57,90% ,49%)
HSV Color Space57°, 95%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110010100001101
Octal35734515
Decimal23922913
Hexefe50d

Different shades of #efe50d color code.

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

Light Shade of #efe50d
#f4ec3b
Dark Shade of #efe50d
#bfb70a
Saturated Shade of #efe50d
#fcf000
Desaturated Shade of #efe50d
#e2da1a
Grey scale Shade of #efe50d
#7e7e7e
Brighten Shade
#fffe26
Most Readable Shade
#000000

Shades of #efe50d color code

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

#efe50d
#d4cb0b
#b9b20a
#9f9808
#847f07
#6a6505
#4f4c04
#353202
#1a1901
#000000

Similar Color like #efe50d color

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

#f0e60e
#f1e70f
#f2e810
#f3e911
#f4ea12
#f5eb13
#f6ec14
#f7ed15
#f8ee16
#f9ef17
#faf018
#fbf119
#fcf21a
#fdf31b
#eee40c
#ede30b
#ece20a
#ebe109
#eae008
#e9df07
#e8de06
#e7dd05
#e6dc04
#e5db03
#e4da02
#e3d901
#e2d800
#e1d700

Monochromatic Color with #efe50d

#efe50d
#1a1901
#454204
#6f6b06
#9a9408
#c4bc0b

Tints of #efe50d Color

#efe50d
#f0e727
#f2ea42
#f4ed5d
#f6f078
#f7f393
#f9f6ae
#fbf9c9
#fdfce4
#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

#efe50d
#0d17ef

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

Split Complementary

#efe50d
#0d88ef
#740def

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

Analogous Color

#ef8b0d
#efb80d
#efe50d
#ccef0d
#9fef0d

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

#efe50d
#0defe5
#e50def

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

#efe50d
#0def74
#0d17ef
#ef0d88

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

#efe50d
#0d17ef
#740def
#88ef0d

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

#efe50d Color Code Preview on Black Background Color

This is how #efe50d Color will look on black background color. Color contrast ratio is 15.88

#efe50d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe50d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe50d

#efe50d color code is use for CSS Background Color

Background color for the above div is #efe50d

HTML with inline CSS

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

#efe50d color code is use for CSS Border Color

CSS Border color for the above div is #efe50d

HTML with inline CSS

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

CSS Border Left color for the above div is #efe50d

HTML with inline CSS

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

CSS Border Right color for the above div is #efe50d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe50d

HTML with inline CSS

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

CSS Border Top color for the above div is #efe50d

HTML with inline CSS

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

#efe50d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe50d Color code Preview on White Background

This is how #efe50d Color code will look on white background color. Color contrast ratio is 1.32

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.