Skip to main content Skip to docs navigation

#ed761a hex color | Dark Orange & Warm color | 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 Orange Gluttony and its hex is #EE7722 Nearest Color Name

Color Hue/Base color: Orange

Hex #ed761a Color code in RGB color code model is created after adding 92.94% red color, 46.27% green color and 10.2% blue color. Hex #ed761a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 89% yellow and 7.06% black.

Hex #ed761a color code is between #ee7722 web safe hex color code and #dd6611 web safe hex color code. #ee7722 is the nearest web safe color code. You can see here many more shades of #ed761a color code.

RGB Chart

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

Color Table

Hex Color Code ed761a #ed761a
RGB Decimal 237, 118, 26 237, 118, 26
RGB Percent 93%, 46%, 10% rgb(93%, 46%, 10%)
CSS RGBa 237, 118, 26,1 rgba(237,118,26,1)
CMYK Model cmyk(0%,50%,89%,7.06%)
HSL Color Space 26,85% ,52% hsl(26,85% ,52%)
HSV Color Space 26°, 89%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 01110110 00011010
Octal 355 166 32
Decimal 237 118 26
Hex ed 76 1a

Different shades of #ed761a color code.

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

Darkest of #ed761a
#663108
Darker of #ed761a
#95480c
Dark of #ed761a
#c55e0f
Base of #ed761a
#ed761a
Light of #ed761a
#f19249
Lighter
#f4af79
Lightest
#f8cba8

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

#ed761a
#1a91ed

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

Split Complementary

#ed761a
#1aede0
#1a28ed

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

Analogous Color

#ed1a39
#ed1e1a
#ed761a
#edbc1a
#c6ed1a

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

#ed761a
#761aed
#1aed76

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

#ed761a
#1aed76
#1a91ed
#ed1a91

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

#ed761a
#28ed1a
#1a91ed
#e01aed

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 #ed761a

#371a04
#663108
#95480c
#c55e0f
#ed761a
#f19249
#f4af79
#f8cba8
#fce7d7

Tints of #ed761a Color

#ed761a
#ef8533
#f1944c
#f3a366
#f5b27f
#f7c299
#f9d1b2
#fbe0cc
#fdefe5
#ffffff

Shades of #ed761a color code

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

#ed761a
#d26817
#b85b14
#9e4e11
#83410e
#69340b
#4f2708
#341a05
#1a0d02
#000000

Tones

#ed761a
#d47933
#bc7c4b
#a37f64
#8a837d

Tones

Similar Color like #ed761a color

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

#ee771b
#ef781c
#f0791d
#f17a1e
#f27b1f
#f37c20
#f47d21
#f57e22
#f67f23
#f78024
#f88125
#f98226
#fa8327
#fb8428
#ec7519
#eb7418
#ea7317
#e97216
#e87115
#e77014
#e66f13
#e56e12
#e46d11
#e36c10
#e26b0f
#e16a0e
#e0690d
#df680c

Download this

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

#ed761a Color Code Preview on Black Background Color

This is how #ed761a Color will look on black background color. Color contrast ratio is 7.21

#ed761a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed761a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed761a

#ed761a color code is use for CSS Background Color

Background color for the above div is #ed761a

HTML with inline CSS

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

#ed761a color code is use for CSS Border Color

CSS Border color for the above div is #ed761a

HTML with inline CSS

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

CSS Border Left color for the above div is #ed761a

HTML with inline CSS

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

CSS Border Right color for the above div is #ed761a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed761a

HTML with inline CSS

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

CSS Border Top color for the above div is #ed761a

HTML with inline CSS

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

#ed761a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed761a Color code Preview on White Background

This is how #ed761a Color code will look on white background color. Color contrast ratio is 2.91

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

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,118,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,145,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,118,26,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }