crispedge.com

Color picker

Loading...

#e16e20 hex color - Brown - Warm color - Information

#e16e20 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #e16e20 Color code in RGB color code model is created after adding 88.24% red color, 43.14% green color and 12.55% blue color. Hex #e16e20 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 86% yellow and 12% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codee16e20#e16e20
RGB Decimal225, 110, 32rgb(225, 110, 32)
RGB Percent88%, 43%, 13%rgb(88%, 43%, 13%)
CSS RGBa225, 110, 32,1rgba(225,110,32,1)
CMYK Modelcmyk(0%,51%,86%,12%)
HSL Color Space24,76% ,50%hsl(24,76% ,50%)
HSV Color Space24°, 86%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010110111000100000
Octal34115640
Decimal22511032
Hexe16e20

Different shades of #e16e20 color code.

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

Light Shade of #e16e20
#e78b4d
Dark Shade of #e16e20
#b65818
Saturated Shade of #e16e20
#ee6c13
Desaturated Shade of #e16e20
#d4702d
Grey scale Shade of #e16e20
#808080
Brighten Shade
#fa8739
Most Readable Shade
#000000

Shades of #e16e20 color code

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

#e16e20
#c8611c
#af5518
#964915
#7d3d11
#64300e
#4b240a
#321807
#190c03
#000000

Similar Color like #e16e20 color

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

#e26f21
#e37022
#e47123
#e57224
#e67325
#e77426
#e87527
#e97628
#ea7729
#eb782a
#ec792b
#ed7a2c
#ee7b2d
#ef7c2e
#e06d1f
#df6c1e
#de6b1d
#dd6a1c
#dc691b
#db681a
#da6719
#d96618
#d86517
#d76416
#d66315
#d56214
#d46113
#d36012

Monochromatic Color with #e16e20

#e16e20
#0c0602
#371b08
#61300e
#8c4414
#b6591a

Tints of #e16e20 Color

#e16e20
#e47e38
#e78e51
#eb9e6a
#eeae83
#f1be9b
#f5ceb4
#f8decd
#fbeee6
#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

#e16e20
#2093e1

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

Split Complementary

#e16e20
#20e1cf
#2032e1

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

Analogous Color

#e12120
#e14720
#e16e20
#e19520
#e1bb20

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

#e16e20
#20e16e
#6e20e1

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

#e16e20
#32e120
#2093e1
#ce20e1

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

#e16e20
#2093e1
#2032e1
#e1cf20

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

#e16e20 Color Code Preview on Black Background Color

This is how #e16e20 Color will look on black background color. Color contrast ratio is 6.45

#e16e20 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e16e20

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e16e20

#e16e20 color code is use for CSS Background Color

Background color for the above div is #e16e20

HTML with inline CSS

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

#e16e20 color code is use for CSS Border Color

CSS Border color for the above div is #e16e20

HTML with inline CSS

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

CSS Border Left color for the above div is #e16e20

HTML with inline CSS

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

CSS Border Right color for the above div is #e16e20

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e16e20

HTML with inline CSS

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

CSS Border Top color for the above div is #e16e20

HTML with inline CSS

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

#e16e20 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e16e20 Color code Preview on White Background

This is how #e16e20 Color code will look on white background color. Color contrast ratio is 3.25

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

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(225,110,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,147,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,110,32,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.