crispedge.com

Color picker

Loading...

#edb65b hex color - Yellow - Warm color - Information

#edb65b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edb65b Color code in RGB color code model is created after adding 92.94% red color, 71.37% green color and 35.69% blue color. Hex #edb65b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 62% yellow and 7% black.

Hex #edb65b color code is between #eebb55 web safe hex color code and #ddaa66 web safe hex color code. #eebb55 is the nearest web safe color code. You can see here many more shades of #edb65b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedb65b#edb65b
RGB Decimal237, 182, 91rgb(237, 182, 91)
RGB Percent93%, 71%, 36%rgb(93%, 71%, 36%)
CSS RGBa237, 182, 91,1rgba(237,182,91,1)
CMYK Modelcmyk(0%,23%,62%,7%)
HSL Color Space37,80% ,64%hsl(37,80% ,64%)
HSV Color Space37°, 62%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011011001011011
Octal355266133
Decimal23718291
Hexedb65b

Different shades of #edb65b color code.

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

Light Shade of #edb65b
#f2ca89
Dark Shade of #edb65b
#e8a22d
Saturated Shade of #edb65b
#f6b852
Desaturated Shade of #edb65b
#e4b464
Grey scale Shade of #edb65b
#a4a4a4
Brighten Shade
#ffcf74
Most Readable Shade
#000000

Shades of #edb65b color code

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

#edb65b
#d2a150
#b88d46
#9e793c
#836532
#695028
#4f3c1e
#342814
#1a140a
#000000

Similar Color like #edb65b color

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

#eeb75c
#efb85d
#f0b95e
#f1ba5f
#f2bb60
#f3bc61
#f4bd62
#f5be63
#f6bf64
#f7c065
#f8c166
#f9c267
#fac368
#fbc469
#ecb55a
#ebb459
#eab358
#e9b257
#e8b156
#e7b055
#e6af54
#e5ae53
#e4ad52
#e3ac51
#e2ab50
#e1aa4f
#e0a94e
#dfa84d

Monochromatic Color with #edb65b

#edb65b
#181309
#43331a
#6d542a
#98753a
#c2954b

Tints of #edb65b Color

#edb65b
#efbe6d
#f1c67f
#f3ce91
#f5d6a3
#f7deb6
#f9e6c8
#fbeeda
#fdf6ec
#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

#edb65b
#5b92ed

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

Split Complementary

#edb65b
#5bdbed
#6d5bed

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

Analogous Color

#ed7c5b
#ed995b
#edb65b
#edd35b
#eaed5b

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

#edb65b
#5bedb6
#b65bed

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

#edb65b
#5bed6d
#5b92ed
#ed5bdb

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

#edb65b
#5b92ed
#6d5bed
#dbed5b

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

#edb65b Color Code Preview on Black Background Color

This is how #edb65b Color will look on black background color. Color contrast ratio is 11.44

#edb65b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb65b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb65b

#edb65b color code is use for CSS Background Color

Background color for the above div is #edb65b

HTML with inline CSS

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

#edb65b color code is use for CSS Border Color

CSS Border color for the above div is #edb65b

HTML with inline CSS

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

CSS Border Left color for the above div is #edb65b

HTML with inline CSS

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

CSS Border Right color for the above div is #edb65b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb65b

HTML with inline CSS

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

CSS Border Top color for the above div is #edb65b

HTML with inline CSS

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

#edb65b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb65b Color code Preview on White Background

This is how #edb65b Color code will look on white background color. Color contrast ratio is 1.84

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

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,182,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,146,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,182,91,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.