@
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.

#e26c07 hex color - Orange - Warm color - Information

#e26c07 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e26c07 Color code in RGB color code model is created after adding 88.63% red color, 42.35% green color and 2.75% blue color. Hex #e26c07 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 97% yellow and 11.37% black.

Hex #e26c07 color code is between #dd6600 web safe hex color code and #ee7700 web safe hex color code. #dd6600 is the nearest web safe color code. You can see here many more shades of #e26c07 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e26c07 #e26c07
RGB Decimal 226, 108, 7 rgb(226, 108, 7)
RGB Percent 89%, 42%, 3% rgb(89%, 42%, 3%)
CSS RGBa 226, 108, 7,1 rgba(226,108,7,1)
CMYK Model cmyk(0%,52%,97%,11.37%)
HSL Color Space 28,94% ,46% hsl(28,94% ,46%)
HSV Color Space 28°, 97%, 89%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100010 01101100 00000111
Octal 342 154 7
Decimal 226 108 7
Hex e2 6c 07

Different shades of #e26c07 color code.

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

Light Shade of #e26c07
#f88624
Dark Shade of #e26c07
#b05405
Saturated Shade of #e26c07
#e96b00
Desaturated Shade of #e26c07
#d66d13
Grey scale Shade of #e26c07
#747474
Brighten Shade
#fb8520
Most Readable Shade
#000000

Shades of #e26c07 color code

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

#e26c07
#c86006
#af5405
#964804
#7d3c03
#643003
#4b2402
#321801
#190c00
#000000

Similar Color like #e26c07 color

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

#e36d08
#e46e09
#e56f0a
#e6700b
#e7710c
#e8720d
#e9730e
#ea740f
#eb7510
#ec7611
#ed7712
#ee7813
#ef7914
#f07a15
#e16b06
#e06a05
#df6904
#de6803
#dd6702
#dc6601
#db6500
#da6400
#d96300
#d86200
#d76100
#d66000
#d55f00
#d45e00

Monochromatic Color with #e26c07

#e26c07
#0d0600
#381b02
#622f03
#8d4304
#b75806

Tints of #e26c07 Color

#e26c07
#e57c22
#e88c3e
#eb9d59
#eead75
#f2bd90
#f5ceac
#f8dec7
#fbeee3
#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

#e26c07
#077de2

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

Split Complementary

#e26c07
#07e2da
#070fe2

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

Analogous Color

#e21407
#e24007
#e26c07
#e29807
#e2c407

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

#e26c07
#07e26c
#6c07e2

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

#e26c07
#0fe207
#077de2
#d907e2

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

#e26c07
#077de2
#070fe2
#e2da07

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

#e26c07 Color Code Preview on Black Background Color

This is how #e26c07 Color will look on black background color. Color contrast ratio is 6.38

#e26c07 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e26c07

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e26c07

#e26c07 color code is use for CSS Background Color

Background color for the above div is #e26c07

HTML with inline CSS

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

#e26c07 color code is use for CSS Border Color

CSS Border color for the above div is #e26c07

HTML with inline CSS

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

CSS Border Left color for the above div is #e26c07

HTML with inline CSS

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

CSS Border Right color for the above div is #e26c07

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e26c07

HTML with inline CSS

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

CSS Border Top color for the above div is #e26c07

HTML with inline CSS

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

#e26c07 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e26c07 Color code Preview on White Background

This is how #e26c07 Color code will look on white background color. Color contrast ratio is 3.29

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

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(226,108,7,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,125,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,108,7,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.