crispedge.com

Color picker

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

#ed8f53 hex color - Orange - Warm color - Information

#ed8f53 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ed8f53 Color code in RGB color code model is created after adding 92.94% red color, 56.08% green color and 32.55% blue color. Hex #ed8f53 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 65% yellow and 7% black.

Hex #ed8f53 color code is between #ee8855 web safe hex color code and #dd9944 web safe hex color code. #ee8855 is the nearest web safe color code. You can see here many more shades of #ed8f53 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeed8f53#ed8f53
RGB Decimal237, 143, 83rgb(237, 143, 83)
RGB Percent93%, 56%, 33%rgb(93%, 56%, 33%)
CSS RGBa237, 143, 83,1rgba(237,143,83,1)
CMYK Modelcmyk(0%,40%,65%,7%)
HSL Color Space23,81% ,63%hsl(23,81% ,63%)
HSV Color Space23°, 65%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011000111101010011
Octal355217123
Decimal23714383
Hexed8f53

Different shades of #ed8f53 color code.

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

Light Shade of #ed8f53
#f2ad81
Dark Shade of #ed8f53
#e87125
Saturated Shade of #ed8f53
#f68d49
Desaturated Shade of #ed8f53
#e3915c
Grey scale Shade of #ed8f53
#a0a0a0
Brighten Shade
#ffa86c
Most Readable Shade
#000000

Shades of #ed8f53 color code

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

#ed8f53
#d27f49
#b86f40
#9e5f37
#834f2e
#693f24
#4f2f1b
#341f12
#1a0f09
#000000

Similar Color like #ed8f53 color

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

#ee9054
#ef9155
#f09256
#f19357
#f29458
#f39559
#f4965a
#f5975b
#f6985c
#f7995d
#f89a5e
#f99b5f
#fa9c60
#fb9d61
#ec8e52
#eb8d51
#ea8c50
#e98b4f
#e88a4e
#e7894d
#e6884c
#e5874b
#e4864a
#e38549
#e28448
#e18347
#e08246
#df8145

Monochromatic Color with #ed8f53

#ed8f53
#180f09
#432817
#6d4226
#985c35
#c27544

Tints of #ed8f53 Color

#ed8f53
#ef9b66
#f1a779
#f3b48c
#f5c09f
#f7cdb2
#f9d9c5
#fbe6d8
#fdf2eb
#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

#ed8f53
#53b1ed

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

Split Complementary

#ed8f53
#53eddc
#5364ed

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

Analogous Color

#ed5355
#ed7053
#ed8f53
#edae53
#edcd53

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

#ed8f53
#53ed8f
#8f53ed

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

#ed8f53
#64ed53
#53b1ed
#dc53ed

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

#ed8f53
#53b1ed
#5364ed
#eddc53

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

#ed8f53 Color Code Preview on Black Background Color

This is how #ed8f53 Color will look on black background color. Color contrast ratio is 8.65

#ed8f53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed8f53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed8f53

#ed8f53 color code is use for CSS Background Color

Background color for the above div is #ed8f53

HTML with inline CSS

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

#ed8f53 color code is use for CSS Border Color

CSS Border color for the above div is #ed8f53

HTML with inline CSS

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

CSS Border Left color for the above div is #ed8f53

HTML with inline CSS

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

CSS Border Right color for the above div is #ed8f53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed8f53

HTML with inline CSS

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

CSS Border Top color for the above div is #ed8f53

HTML with inline CSS

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

#ed8f53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed8f53 Color code Preview on White Background

This is how #ed8f53 Color code will look on white background color. Color contrast ratio is 2.43

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.