crispedge.com

Color picker

Loading...

#edea0e hex color - Yellow - Warm color - Information

#edea0e hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #edea0e Color code in RGB color code model is created after adding 92.94% red color, 91.76% green color and 5.49% blue color. Hex #edea0e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 94% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedea0e#edea0e
RGB Decimal237, 234, 14rgb(237, 234, 14)
RGB Percent93%, 92%, 5%rgb(93%, 92%, 5%)
CSS RGBa237, 234, 14,1rgba(237,234,14,1)
CMYK Modelcmyk(0%,1%,94%,7%)
HSL Color Space59,89% ,49%hsl(59,89% ,49%)
HSV Color Space59°, 94%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110101000001110
Octal35535216
Decimal23723414
Hexedea0e

Different shades of #edea0e color code.

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

Light Shade of #edea0e
#f3f13b
Dark Shade of #edea0e
#bdba0b
Saturated Shade of #edea0e
#faf601
Desaturated Shade of #edea0e
#e0de1b
Grey scale Shade of #edea0e
#7d7d7d
Brighten Shade
#ffff27
Most Readable Shade
#000000

Shades of #edea0e color code

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

#edea0e
#d2d00c
#b8b60a
#9e9c09
#838207
#696806
#4f4e04
#343403
#1a1a01
#000000

Similar Color like #edea0e color

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

#eeeb0f
#efec10
#f0ed11
#f1ee12
#f2ef13
#f3f014
#f4f115
#f5f216
#f6f317
#f7f418
#f8f519
#f9f61a
#faf71b
#fbf81c
#ece90d
#ebe80c
#eae70b
#e9e60a
#e8e509
#e7e408
#e6e307
#e5e206
#e4e105
#e3e004
#e2df03
#e1de02
#e0dd01
#dfdc00

Monochromatic Color with #edea0e

#edea0e
#181801
#434204
#6d6c06
#989609
#c2c00b

Tints of #edea0e Color

#edea0e
#efec28
#f1ee43
#f3f15e
#f5f379
#f7f593
#f9f8ae
#fbfac9
#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

#edea0e
#0e11ed

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

Split Complementary

#edea0e
#0e81ed
#7b0eed

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

Analogous Color

#ed910e
#edbd0e
#edea0e
#c3ed0e
#97ed0e

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

#edea0e
#0eedea
#ea0eed

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

#edea0e
#0eed7a
#0e11ed
#ed0e80

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

#edea0e
#0e11ed
#7a0eed
#81ed0e

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

#edea0e Color Code Preview on Black Background Color

This is how #edea0e Color will look on black background color. Color contrast ratio is 16.38

#edea0e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edea0e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edea0e

#edea0e color code is use for CSS Background Color

Background color for the above div is #edea0e

HTML with inline CSS

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

#edea0e color code is use for CSS Border Color

CSS Border color for the above div is #edea0e

HTML with inline CSS

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

CSS Border Left color for the above div is #edea0e

HTML with inline CSS

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

CSS Border Right color for the above div is #edea0e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edea0e

HTML with inline CSS

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

CSS Border Top color for the above div is #edea0e

HTML with inline CSS

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

#edea0e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edea0e Color code Preview on White Background

This is how #edea0e Color code will look on white background color. Color contrast ratio is 1.28

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

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,234,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,17,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,234,14,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.