Skip to main content Skip to docs navigation

#ed752b hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Chaat Masala and its hex is #EC7D2C Nearest Color Name

Color Hue/Base color: Orange

Hex #ed752b Color code in RGB color code model is created after adding 92.94% red color, 45.88% green color and 16.86% blue color. Hex #ed752b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 82% yellow and 7.06% black.

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

RGB Chart

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

Color Table

Hex Color Code ed752b #ed752b
RGB Decimal 237, 117, 43 237, 117, 43
RGB Percent 93%, 46%, 17% rgb(93%, 46%, 17%)
CSS RGBa 237, 117, 43,1 rgba(237,117,43,1)
CMYK Model cmyk(0%,51%,82%,7.06%)
HSL Color Space 23,84% ,55% hsl(23,84% ,55%)
HSV Color Space 23°, 82%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01110101 00101011
Octal 355 165 53
Decimal 237 117 43
Hex ed 75 2b

Different shades of #ed752b color code.

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

Darkest of #ed752b
#75330a
Darker of #ed752b
#a4470e
Dark of #ed752b
#d35c12
Base of #ed752b
#ed752b
Light of #ed752b
#f1945a
Lighter
#f5b289
Lightest
#f9d1b8

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

#ed752b
#2ba3ed

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

Split Complementary

#ed752b
#2bedd6
#2b42ed

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

Analogous Color

#ed2b52
#ed2b32
#ed752b
#edb62b
#d3ed2b

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

#ed752b
#752bed
#2bed75

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

#ed752b
#2bed75
#2ba3ed
#ed2ba3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ed752b
#42ed2b
#2ba3ed
#d62bed

Square 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).

Monochromatic Color with #ed752b

#461e06
#75330a
#a4470e
#d35c12
#ed752b
#f1945a
#f5b289
#f9d1b8
#fdefe7

Tints of #ed752b Color

#ed752b
#ef8442
#f1935a
#f3a371
#f5b289
#f7c1a0
#f9d1b8
#fbe0cf
#fdefe7
#ffffff

Shades of #ed752b color code

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

#ed752b
#d26826
#b85b21
#9e4e1c
#834117
#693413
#4f270e
#341a09
#1a0d04
#000000

Tones

#ed752b
#d67a42
#bf8059
#a88570
#918b87

Tones

Similar Color like #ed752b color

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

#ee762c
#ef772d
#f0782e
#f1792f
#f27a30
#f37b31
#f47c32
#f57d33
#f67e34
#f77f35
#f88036
#f98137
#fa8238
#fb8339
#ec742a
#eb7329
#ea7228
#e97127
#e87026
#e76f25
#e66e24
#e56d23
#e46c22
#e36b21
#e26a20
#e1691f
#e0681e
#df671d

Download this Dark Orange

Hex #ed752b 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.

#ed752b Color Code Preview on Black Background Color

This is how #ed752b Color will look on black background color. Color contrast ratio is 7.18

#ed752b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed752b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed752b

#ed752b color code is use for CSS Background Color

Background color for the above div is #ed752b

HTML with inline CSS

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

#ed752b color code is use for CSS Border Color

CSS Border color for the above div is #ed752b

HTML with inline CSS

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

CSS Border Left color for the above div is #ed752b

HTML with inline CSS

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

CSS Border Right color for the above div is #ed752b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed752b

HTML with inline CSS

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

CSS Border Top color for the above div is #ed752b

HTML with inline CSS

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

#ed752b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed752b Color code Preview on White Background

This is how #ed752b Color code will look on white background color. Color contrast ratio is 2.92

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(237,117,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,163,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,117,43,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }