crispedge.com

Color picker

Loading...

#edef0d hex color - Yellow - Warm color - Information

#edef0d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #edef0d color code is between #eeee11 web safe hex color code and #ddff00 web safe hex color code. #eeee11 is the nearest web safe color code. You can see here many more shades of #edef0d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code edef0d #edef0d
RGB Decimal 237, 239, 13 rgb(237, 239, 13)
RGB Percent 93%, 94%, 5% rgb(93%, 94%, 5%)
CSS RGBa 237, 239, 13,1 rgba(237,239,13,1)
CMYK Model cmyk(1%,0%,95%,6%)
HSL Color Space 61,90% ,49% hsl(61,90% ,49%)
HSV Color Space 61°, 95%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11101111 00001101
Octal 355 357 15
Decimal 237 239 13
Hex ed ef 0d

Different shades of #edef0d color code.

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

Light Shade of #edef0d
#f3f43b
Dark Shade of #edef0d
#bdbf0a
Saturated Shade of #edef0d
#f9fc00
Desaturated Shade of #edef0d
#e1e21a
Grey scale Shade of #edef0d
#7e7e7e
Brighten Shade
#ffff26
Most Readable Shade
#000000

Shades of #edef0d color code

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

#edef0d
#d2d40b
#b8b90a
#9e9f08
#838407
#696a05
#4f4f04
#343502
#1a1a01
#000000

Similar Color like #edef0d color

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

#eef00e
#eff10f
#f0f210
#f1f311
#f2f412
#f3f513
#f4f614
#f5f715
#f6f816
#f7f917
#f8fa18
#f9fb19
#fafc1a
#fbfd1b
#ecee0c
#ebed0b
#eaec0a
#e9eb09
#e8ea08
#e7e907
#e6e806
#e5e705
#e4e604
#e3e503
#e2e402
#e1e301
#e0e200
#dfe100

Monochromatic Color with #edef0d

#edef0d
#1a1a01
#444504
#6f6f06
#999a08
#c3c40b

Tints of #edef0d Color

#edef0d
#eff027
#f1f242
#f3f45d
#f5f678
#f7f793
#f9f9ae
#fbfbc9
#fdfde4
#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

#edef0d
#0f0def

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

Split Complementary

#edef0d
#0d7cef
#800def

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

Analogous Color

#ef970d
#efc40d
#edef0d
#c0ef0d
#93ef0d

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

#edef0d
#0dedef
#ef0ded

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

#edef0d
#0def80
#0f0def
#ef0d7c

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

#edef0d
#0f0def
#800def
#7cef0d

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

#edef0d Color Code Preview on Black Background Color

This is how #edef0d Color will look on black background color. Color contrast ratio is 16.95

#edef0d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edef0d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edef0d

#edef0d color code is use for CSS Background Color

Background color for the above div is #edef0d

HTML with inline CSS

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

#edef0d color code is use for CSS Border Color

CSS Border color for the above div is #edef0d

HTML with inline CSS

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

CSS Border Left color for the above div is #edef0d

HTML with inline CSS

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

CSS Border Right color for the above div is #edef0d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edef0d

HTML with inline CSS

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

CSS Border Top color for the above div is #edef0d

HTML with inline CSS

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

#edef0d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edef0d Color code Preview on White Background

This is how #edef0d Color code will look on white background color. Color contrast ratio is 1.24

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

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(237,239,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,13,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,239,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.