crispedge.com

Color picker

Loading...

#efe35b hex color - Yellow - Warm color - Information

#efe35b hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efe35b Color code in RGB color code model is created after adding 93.73% red color, 89.02% green color and 35.69% blue color. Hex #efe35b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 62% yellow and 6% black.

Hex #efe35b color code is between #eedd55 web safe hex color code and #ffee66 web safe hex color code. #eedd55 is the nearest web safe color code. You can see here many more shades of #efe35b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeefe35b#efe35b
RGB Decimal239, 227, 91rgb(239, 227, 91)
RGB Percent94%, 89%, 36%rgb(94%, 89%, 36%)
CSS RGBa239, 227, 91,1rgba(239,227,91,1)
CMYK Modelcmyk(0%,5%,62%,6%)
HSL Color Space55,82% ,65%hsl(55,82% ,65%)
HSV Color Space55°, 62%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110001101011011
Octal357343133
Decimal23922791
Hexefe35b

Different shades of #efe35b color code.

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

Light Shade of #efe35b
#f4eb89
Dark Shade of #efe35b
#eadb2d
Saturated Shade of #efe35b
#f8eb52
Desaturated Shade of #efe35b
#e6db64
Grey scale Shade of #efe35b
#a5a5a5
Brighten Shade
#fffc74
Most Readable Shade
#000000

Shades of #efe35b color code

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

#efe35b
#d4c950
#b9b046
#9f973c
#847e32
#6a6428
#4f4b1e
#353214
#1a190a
#000000

Similar Color like #efe35b color

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

#f0e45c
#f1e55d
#f2e65e
#f3e75f
#f4e860
#f5e961
#f6ea62
#f7eb63
#f8ec64
#f9ed65
#faee66
#fbef67
#fcf068
#fdf169
#eee25a
#ede159
#ece058
#ebdf57
#eade56
#e9dd55
#e8dc54
#e7db53
#e6da52
#e5d951
#e4d850
#e3d74f
#e2d64e
#e1d54d

Monochromatic Color with #efe35b

#efe35b
#1a190a
#45421a
#6f6a2a
#9a923b
#c4bb4b

Tints of #efe35b Color

#efe35b
#f0e66d
#f2e97f
#f4ec91
#f6efa3
#f7f2b6
#f9f5c8
#fbf8da
#fdfbec
#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

#efe35b
#5b67ef

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

Split Complementary

#efe35b
#5bb1ef
#995bef

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

Analogous Color

#efa85b
#efc55b
#efe35b
#ddef5b
#c0ef5b

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

#efe35b
#5befe3
#e35bef

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

#efe35b
#5bef99
#5b67ef
#ef5bb1

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

#efe35b
#5b67ef
#995bef
#b1ef5b

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

#efe35b Color Code Preview on Black Background Color

This is how #efe35b Color will look on black background color. Color contrast ratio is 15.81

#efe35b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe35b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe35b

#efe35b color code is use for CSS Background Color

Background color for the above div is #efe35b

HTML with inline CSS

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

#efe35b color code is use for CSS Border Color

CSS Border color for the above div is #efe35b

HTML with inline CSS

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

CSS Border Left color for the above div is #efe35b

HTML with inline CSS

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

CSS Border Right color for the above div is #efe35b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe35b

HTML with inline CSS

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

CSS Border Top color for the above div is #efe35b

HTML with inline CSS

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

#efe35b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe35b Color code Preview on White Background

This is how #efe35b Color code will look on white background color. Color contrast ratio is 1.33

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.