crispedge.com

Color picker

Loading...

#de9501 hex color - Orange - Warm color - Information

#de9501 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #de9501 Color code in RGB color code model is created after adding 87.06% red color, 58.43% green color and 0.39% blue color. Hex #de9501 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 100% yellow and 13% black.

Hex #de9501 color code is between #dd9900 web safe hex color code and #ee8800 web safe hex color code. #dd9900 is the nearest web safe color code. You can see here many more shades of #de9501 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codede9501#de9501
RGB Decimal222, 149, 1rgb(222, 149, 1)
RGB Percent87%, 58%, 0%rgb(87%, 58%, 0%)
CSS RGBa222, 149, 1,1rgba(222,149,1,1)
CMYK Modelcmyk(0%,33%,100%,13%)
HSL Color Space40,99% ,44%hsl(40,99% ,44%)
HSV Color Space40°, 100%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101001010100000001
Octal3362251
Decimal2221491
Hexde9501

Different shades of #de9501 color code.

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

Light Shade of #de9501
#feb114
Dark Shade of #de9501
#ab7301
Saturated Shade of #de9501
#df9500
Desaturated Shade of #de9501
#d3910c
Grey scale Shade of #de9501
#6f6f6f
Brighten Shade
#f7ae1a
Most Readable Shade
#000000

Shades of #de9501 color code

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

#de9501
#c58400
#ac7300
#946300
#7b5200
#624200
#4a3100
#312100
#181000
#000000

Similar Color like #de9501 color

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

#df9602
#e09703
#e19804
#e29905
#e39a06
#e49b07
#e59c08
#e69d09
#e79e0a
#e89f0b
#e9a00c
#eaa10d
#eba20e
#eca30f
#dd9400
#dc9300
#db9200
#da9100
#d99000
#d88f00
#d78e00
#d68d00
#d58c00
#d48b00
#d38a00
#d28900
#d18800
#d08700

Monochromatic Color with #de9501

#de9501
#090600
#342300
#5e3f00
#895c01
#b37801

Tints of #de9501 Color

#de9501
#e1a01d
#e5ac39
#e9b855
#ecc471
#f0cf8e
#f4dbaa
#f7e7c6
#fbf3e2
#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

#de9501
#014ade

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

Split Complementary

#de9501
#01b9de
#2601de

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

Analogous Color

#de3d01
#de6901
#de9501
#dec101
#cfde01

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

#de9501
#01de95
#9501de

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

#de9501
#01de26
#014ade
#de01b8

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

#de9501
#014ade
#2601de
#b8de01

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

#de9501 Color Code Preview on Black Background Color

This is how #de9501 Color will look on black background color. Color contrast ratio is 8.41

#de9501 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de9501

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de9501

#de9501 color code is use for CSS Background Color

Background color for the above div is #de9501

HTML with inline CSS

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

#de9501 color code is use for CSS Border Color

CSS Border color for the above div is #de9501

HTML with inline CSS

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

CSS Border Left color for the above div is #de9501

HTML with inline CSS

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

CSS Border Right color for the above div is #de9501

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de9501

HTML with inline CSS

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

CSS Border Top color for the above div is #de9501

HTML with inline CSS

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

#de9501 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de9501 Color code Preview on White Background

This is how #de9501 Color code will look on white background color. Color contrast ratio is 2.50

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

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,149,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,74,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,149,1,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.