crispedge.com

Color picker

Loading...

#e29e59 hex color - Orange - Warm color - Information

#e29e59 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e29e59 Color code in RGB color code model is created after adding 88.63% red color, 61.96% green color and 34.9% blue color. Hex #e29e59 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 61% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee29e59#e29e59
RGB Decimal226, 158, 89rgb(226, 158, 89)
RGB Percent89%, 62%, 35%rgb(89%, 62%, 35%)
CSS RGBa226, 158, 89,1rgba(226,158,89,1)
CMYK Modelcmyk(0%,30%,61%,11%)
HSL Color Space30,70% ,62%hsl(30,70% ,62%)
HSV Color Space30°, 61%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101001111001011001
Octal342236131
Decimal22615889
Hexe29e59

Different shades of #e29e59 color code.

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

Light Shade of #e29e59
#eab784
Dark Shade of #e29e59
#da852e
Saturated Shade of #e29e59
#ec9e4f
Desaturated Shade of #e29e59
#d89e63
Grey scale Shade of #e29e59
#9d9d9d
Brighten Shade
#fbb772
Most Readable Shade
#000000

Shades of #e29e59 color code

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

#e29e59
#c88c4f
#af7a45
#96693b
#7d5731
#644627
#4b341d
#322313
#191109
#000000

Similar Color like #e29e59 color

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

#e39f5a
#e4a05b
#e5a15c
#e6a25d
#e7a35e
#e8a45f
#e9a560
#eaa661
#eba762
#eca863
#eda964
#eeaa65
#efab66
#f0ac67
#e19d58
#e09c57
#df9b56
#de9a55
#dd9954
#dc9853
#db9752
#da9651
#d99550
#d8944f
#d7934e
#d6924d
#d5914c
#d4904b

Monochromatic Color with #e29e59

#e29e59
#0d0905
#382716
#624527
#8d6338
#b78048

Tints of #e29e59 Color

#e29e59
#e5a86b
#e8b37d
#ebbe90
#eec9a2
#f2d3b5
#f5dec7
#f8e9da
#fbf4ec
#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

#e29e59
#599de2

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

Split Complementary

#e29e59
#59e1e2
#5a59e2

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

Analogous Color

#e26759
#e28359
#e29e59
#e2b959
#e2d559

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

#e29e59
#59e29e
#9e59e2

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

#e29e59
#59e259
#599de2
#e259e1

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

#e29e59
#599de2
#5a59e2
#e1e259

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

#e29e59 Color Code Preview on Black Background Color

This is how #e29e59 Color will look on black background color. Color contrast ratio is 9.27

#e29e59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e29e59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e29e59

#e29e59 color code is use for CSS Background Color

Background color for the above div is #e29e59

HTML with inline CSS

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

#e29e59 color code is use for CSS Border Color

CSS Border color for the above div is #e29e59

HTML with inline CSS

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

CSS Border Left color for the above div is #e29e59

HTML with inline CSS

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

CSS Border Right color for the above div is #e29e59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e29e59

HTML with inline CSS

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

CSS Border Top color for the above div is #e29e59

HTML with inline CSS

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

#e29e59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e29e59 Color code Preview on White Background

This is how #e29e59 Color code will look on white background color. Color contrast ratio is 2.27

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

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(226,158,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,157,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,158,89,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.