crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ed8600 hex color - Orange - Warm color - Information

#ed8600 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ed8600 Color code in RGB color code model is created after adding 92.94% red color, 52.55% green color and 0% blue color. Hex #ed8600 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 100% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed8600#ed8600
RGB Decimal237, 134, 0rgb(237, 134, 0)
RGB Percent93%, 53%, 0%rgb(93%, 53%, 0%)
CSS RGBa237, 134, 0,1rgba(237,134,0,1)
CMYK Modelcmyk(0%,43%,100%,7%)
HSL Color Space34,100% ,46%hsl(34,100% ,46%)
HSV Color Space34°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011000011000000000
Octal3552060
Decimal2371340
Hexed8600

Different shades of #ed8600 color code.

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

Light Shade of #ed8600
#ff9f21
Dark Shade of #ed8600
#ba6900
Saturated Shade of #ed8600
#ed8600
Desaturated Shade of #ed8600
#e1840c
Grey scale Shade of #ed8600
#767676
Brighten Shade
#ff9f19
Most Readable Shade
#000000

Shades of #ed8600 color code

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

#ed8600
#d27700
#b86800
#9e5900
#834a00
#693b00
#4f2c00
#341d00
#1a0e00
#000000

Similar Color like #ed8600 color

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

#ee8701
#ef8802
#f08903
#f18a04
#f28b05
#f38c06
#f48d07
#f58e08
#f68f09
#f7900a
#f8910b
#f9920c
#fa930d
#fb940e
#ec8500
#eb8400
#ea8300
#e98200
#e88100
#e78000
#e67f00
#e57e00
#e47d00
#e37c00
#e27b00
#e17a00
#e07900
#df7800

Monochromatic Color with #ed8600

#ed8600
#180e00
#432600
#6d3e00
#985600
#c26e00

Tints of #ed8600 Color

#ed8600
#ef931c
#f1a038
#f3ae55
#f5bb71
#f7c98d
#f9d6aa
#fbe4c6
#fdf1e2
#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

#ed8600
#0067ed

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

Split Complementary

#ed8600
#00deed
#0f00ed

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

Analogous Color

#ed2700
#ed5700
#ed8600
#edb500
#ede500

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

#ed8600
#00ed86
#8600ed

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

#ed8600
#00ed0f
#0067ed
#ed00dd

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

#ed8600
#0067ed
#0f00ed
#dded00

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

#ed8600 Color Code Preview on Black Background Color

This is how #ed8600 Color will look on black background color. Color contrast ratio is 8.01

#ed8600 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed8600

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed8600

#ed8600 color code is use for CSS Background Color

Background color for the above div is #ed8600

HTML with inline CSS

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

#ed8600 color code is use for CSS Border Color

CSS Border color for the above div is #ed8600

HTML with inline CSS

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

CSS Border Left color for the above div is #ed8600

HTML with inline CSS

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

CSS Border Right color for the above div is #ed8600

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed8600

HTML with inline CSS

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

CSS Border Top color for the above div is #ed8600

HTML with inline CSS

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

#ed8600 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed8600 Color code Preview on White Background

This is how #ed8600 Color code will look on white background color. Color contrast ratio is 2.62

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.