@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#e5601e hex color - Brown - Warm color - Information

#e5601e hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #e5601e Color code in RGB color code model is created after adding 89.8% red color, 37.65% green color and 11.76% blue color. Hex #e5601e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 87% yellow and 10.2% black.

Hex #e5601e color code is between #dd6622 web safe hex color code and #ee5511 web safe hex color code. #dd6622 is the nearest web safe color code. You can see here many more shades of #e5601e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e5601e #e5601e
RGB Decimal 229, 96, 30 rgb(229, 96, 30)
RGB Percent 90%, 38%, 12% rgb(90%, 38%, 12%)
CSS RGBa 229, 96, 30,1 rgba(229,96,30,1)
CMYK Model cmyk(0%,58%,87%,10.2%)
HSL Color Space 20,79% ,51% hsl(20,79% ,51%)
HSV Color Space 20°, 87%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100101 01100000 00011110
Octal 345 140 36
Decimal 229 96 30
Hex e5 60 1e

Different shades of #e5601e color code.

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

Light Shade of #e5601e
#ea804c
Dark Shade of #e5601e
#ba4c16
Saturated Shade of #e5601e
#f25c11
Desaturated Shade of #e5601e
#d8642b
Grey scale Shade of #e5601e
#818181
Brighten Shade
#fe7937
Most Readable Shade
#000000

Shades of #e5601e color code

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

#e5601e
#cb551a
#b24a17
#984014
#7f3510
#652a0d
#4c200a
#321506
#190a03
#000000

Similar Color like #e5601e color

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

#e6611f
#e76220
#e86321
#e96422
#ea6523
#eb6624
#ec6725
#ed6826
#ee6927
#ef6a28
#f06b29
#f16c2a
#f26d2b
#f36e2c
#e45f1d
#e35e1c
#e25d1b
#e15c1a
#e05b19
#df5a18
#de5917
#dd5816
#dc5715
#db5614
#da5513
#d95412
#d85311
#d75210

Monochromatic Color with #e5601e

#e5601e
#100702
#3b1908
#652b0d
#903c13
#ba4e18

Tints of #e5601e Color

#e5601e
#e77137
#ea8350
#ed9569
#f0a682
#f3b89b
#f6cab4
#f9dbcd
#fcede6
#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

#e5601e
#1ea3e5

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

Split Complementary

#e5601e
#1ee5c3
#1e40e5

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

Analogous Color

#e51e2c
#e5381e
#e5601e
#e5881e
#e5b01e

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

#e5601e
#1ee560
#601ee5

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

#e5601e
#3fe51e
#1ea3e5
#c31ee5

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

#e5601e
#1ea3e5
#1e40e5
#e5c41e

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

#e5601e Color Code Preview on Black Background Color

This is how #e5601e Color will look on black background color. Color contrast ratio is 6.02

#e5601e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5601e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5601e

#e5601e color code is use for CSS Background Color

Background color for the above div is #e5601e

HTML with inline CSS

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

#e5601e color code is use for CSS Border Color

CSS Border color for the above div is #e5601e

HTML with inline CSS

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

CSS Border Left color for the above div is #e5601e

HTML with inline CSS

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

CSS Border Right color for the above div is #e5601e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5601e

HTML with inline CSS

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

CSS Border Top color for the above div is #e5601e

HTML with inline CSS

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

#e5601e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5601e Color code Preview on White Background

This is how #e5601e Color code will look on white background color. Color contrast ratio is 3.49

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

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(229,96,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,163,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,96,30,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.