crispedge.com

Color picker

Loading...

#edb26e hex color - Yellow - Warm color - Information

#edb26e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edb26e Color code in RGB color code model is created after adding 92.94% red color, 69.8% green color and 43.14% blue color. Hex #edb26e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 54% yellow and 7% black.

Hex #edb26e color code is between #eeaa66 web safe hex color code and #ddbb77 web safe hex color code. #eeaa66 is the nearest web safe color code. You can see here many more shades of #edb26e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedb26e#edb26e
RGB Decimal237, 178, 110rgb(237, 178, 110)
RGB Percent93%, 70%, 43%rgb(93%, 70%, 43%)
CSS RGBa237, 178, 110,1rgba(237,178,110,1)
CMYK Modelcmyk(0%,25%,54%,7%)
HSL Color Space32,78% ,68%hsl(32,78% ,68%)
HSV Color Space32°, 54%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011001001101110
Octal355262156
Decimal237178110
Hexedb26e

Different shades of #edb26e color code.

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

Light Shade of #edb26e
#f3ca9b
Dark Shade of #edb26e
#e79a41
Saturated Shade of #edb26e
#f5b366
Desaturated Shade of #edb26e
#e5b176
Grey scale Shade of #edb26e
#adadad
Brighten Shade
#ffcb87
Most Readable Shade
#000000

Shades of #edb26e color code

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

#edb26e
#d29e61
#b88a55
#9e7649
#83623d
#694f30
#4f3b24
#342718
#1a130c
#000000

Similar Color like #edb26e color

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

#eeb36f
#efb470
#f0b571
#f1b672
#f2b773
#f3b874
#f4b975
#f5ba76
#f6bb77
#f7bc78
#f8bd79
#f9be7a
#fabf7b
#fbc07c
#ecb16d
#ebb06c
#eaaf6b
#e9ae6a
#e8ad69
#e7ac68
#e6ab67
#e5aa66
#e4a965
#e3a864
#e2a763
#e1a662
#e0a561
#dfa460

Monochromatic Color with #edb26e

#edb26e
#18120b
#43321f
#6d5233
#987247
#c2925a

Tints of #edb26e Color

#edb26e
#efba7e
#f1c38e
#f3cb9e
#f5d4ae
#f7dcbe
#f9e5ce
#fbedde
#fdf6ee
#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

#edb26e
#6ea9ed

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

Split Complementary

#edb26e
#6ee9ed
#736eed

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

Analogous Color

#ed7f6e
#ed996e
#edb26e
#edcb6e
#ede56e

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

#edb26e
#6eedb2
#b26eed

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

#edb26e
#6eed72
#6ea9ed
#ed6ee8

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

#edb26e
#6ea9ed
#736eed
#e9ed6e

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

#edb26e Color Code Preview on Black Background Color

This is how #edb26e Color will look on black background color. Color contrast ratio is 11.19

#edb26e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb26e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb26e

#edb26e color code is use for CSS Background Color

Background color for the above div is #edb26e

HTML with inline CSS

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

#edb26e color code is use for CSS Border Color

CSS Border color for the above div is #edb26e

HTML with inline CSS

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

CSS Border Left color for the above div is #edb26e

HTML with inline CSS

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

CSS Border Right color for the above div is #edb26e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb26e

HTML with inline CSS

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

CSS Border Top color for the above div is #edb26e

HTML with inline CSS

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

#edb26e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb26e Color code Preview on White Background

This is how #edb26e Color code will look on white background color. Color contrast ratio is 1.88

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

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,178,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,169,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,178,110,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.