crispedge.com

#ed752f hex color - Orange - Warm color - Information

#ed752f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #ed752f 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 #ed752f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed752f#ed752f
RGB Decimal237, 117, 47rgb(237, 117, 47)
RGB Percent93%, 46%, 18%rgb(93%, 46%, 18%)
CSS RGBa237, 117, 47,1rgba(237,117,47,1)
CMYK Modelcmyk(0%,51%,80%,7%)
HSL Color Space22,84% ,56%hsl(22,84% ,56%)
HSV Color Space22°, 80%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010111010100101111
Octal35516557
Decimal23711747
Hexed752f

Different shades of #ed752f color code.

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

Light Shade of #ed752f
#f1945e
Dark Shade of #ed752f
#d65b13
Saturated Shade of #ed752f
#f87224
Desaturated Shade of #ed752f
#e2783a
Grey scale Shade of #ed752f
#8e8e8e
Brighten Shade
#ff8e48
Most Readable Shade
#000000

Shades of #ed752f color code

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

#ed752f
#d26829
#b85b24
#9e4e1f
#83411a
#693414
#4f270f
#341a0a
#1a0d05
#000000

Similar Color like #ed752f color

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

#ee7630
#ef7731
#f07832
#f17933
#f27a34
#f37b35
#f47c36
#f57d37
#f67e38
#f77f39
#f8803a
#f9813b
#fa823c
#fb833d
#ec742e
#eb732d
#ea722c
#e9712b
#e8702a
#e76f29
#e66e28
#e56d27
#e46c26
#e36b25
#e26a24
#e16923
#e06822
#df6721

Monochromatic Color with #ed752f

#ed752f
#180c05
#43210d
#6d3616
#984b1e
#c26027

Tints of #ed752f Color

#ed752f
#ef8446
#f1935d
#f3a374
#f5b28b
#f7c1a2
#f9d1b9
#fbe0d0
#fdefe7
#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

#ed752f
#2fa7ed

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

Split Complementary

#ed752f
#2fedd4
#2f48ed

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

Analogous Color

#ed2f35
#ed4f2f
#ed752f
#ed9b2f
#edc12f

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

#ed752f
#2fed75
#752fed

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

#ed752f
#48ed2f
#2fa7ed
#d42fed

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

#ed752f
#2fa7ed
#2f48ed
#edd42f

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

#ed752f Color Code Preview on Black Background Color

This is how #ed752f Color will look on black background color. Color contrast ratio is 7.19

#ed752f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed752f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed752f

#ed752f color code is use for CSS Background Color

Background color for the above div is #ed752f

HTML with inline CSS

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

#ed752f color code is use for CSS Border Color

CSS Border color for the above div is #ed752f

HTML with inline CSS

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

CSS Border Left color for the above div is #ed752f

HTML with inline CSS

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

CSS Border Right color for the above div is #ed752f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed752f

HTML with inline CSS

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

CSS Border Top color for the above div is #ed752f

HTML with inline CSS

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

#ed752f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed752f Color code Preview on White Background

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

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(237,117,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,167,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,117,47,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>