crispedge.com

#de801e hex color - Orange - Warm color - Information

#de801e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #de801e Color code in RGB color code model is created after adding 87.06% red color, 50.2% green color and 11.76% blue color. Hex #de801e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 86% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codede801e#de801e
RGB Decimal222, 128, 30rgb(222, 128, 30)
RGB Percent87%, 50%, 12%rgb(87%, 50%, 12%)
CSS RGBa222, 128, 30,1rgba(222,128,30,1)
CMYK Modelcmyk(0%,42%,86%,13%)
HSL Color Space31,76% ,49%hsl(31,76% ,49%)
HSV Color Space31°, 86%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101000000000011110
Octal33620036
Decimal22212830
Hexde801e

Different shades of #de801e color code.

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

Light Shade of #de801e
#e69949
Dark Shade of #de801e
#b16618
Saturated Shade of #de801e
#eb8011
Desaturated Shade of #de801e
#d1802b
Grey scale Shade of #de801e
#7e7e7e
Brighten Shade
#f79937
Most Readable Shade
#000000

Shades of #de801e color code

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

#de801e
#c5711a
#ac6317
#945514
#7b4710
#62380d
#4a2a0a
#311c06
#180e03
#000000

Similar Color like #de801e color

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

#df811f
#e08220
#e18321
#e28422
#e38523
#e48624
#e58725
#e68826
#e78927
#e88a28
#e98b29
#ea8c2a
#eb8d2b
#ec8e2c
#dd7f1d
#dc7e1c
#db7d1b
#da7c1a
#d97b19
#d87a18
#d77917
#d67816
#d57715
#d47614
#d37513
#d27412
#d17311
#d07210

Monochromatic Color with #de801e

#de801e
#090501
#341e07
#5e360d
#894f13
#b36718

Tints of #de801e Color

#de801e
#e18e37
#e59c50
#e9aa69
#ecb882
#f0c69b
#f4d4b4
#f7e2cd
#fbf0e6
#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

#de801e
#1e7cde

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

Split Complementary

#de801e
#1edcde
#201ede

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

Analogous Color

#de331e
#de5a1e
#de801e
#dea61e
#decd1e

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

#de801e
#1ede80
#801ede

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

#de801e
#1ede20
#1e7cde
#de1edc

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

#de801e
#1e7cde
#201ede
#dcde1e

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

#de801e Color Code Preview on Black Background Color

This is how #de801e Color will look on black background color. Color contrast ratio is 7.21

#de801e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de801e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de801e

#de801e color code is use for CSS Background Color

Background color for the above div is #de801e

HTML with inline CSS

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

#de801e color code is use for CSS Border Color

CSS Border color for the above div is #de801e

HTML with inline CSS

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

CSS Border Left color for the above div is #de801e

HTML with inline CSS

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

CSS Border Right color for the above div is #de801e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de801e

HTML with inline CSS

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

CSS Border Top color for the above div is #de801e

HTML with inline CSS

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

#de801e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de801e Color code Preview on White Background

This is how #de801e Color code will look on white background color. Color contrast ratio is 2.91

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

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(222,128,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,124,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,128,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.

< /html>