crispedge.com

Color picker

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

#e06a2e hex color - Orange - Warm color - Information

#e06a2e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #e06a2e Color code in RGB color code model is created after adding 87.84% red color, 41.57% green color and 18.04% blue color. Hex #e06a2e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 79% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee06a2e#e06a2e
RGB Decimal224, 106, 46rgb(224, 106, 46)
RGB Percent88%, 42%, 18%rgb(88%, 42%, 18%)
CSS RGBa224, 106, 46,1rgba(224,106,46,1)
CMYK Modelcmyk(0%,53%,79%,12%)
HSL Color Space20,74% ,53%hsl(20,74% ,53%)
HSV Color Space20°, 79%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000110101000101110
Octal34015256
Decimal22410646
Hexe06a2e

Different shades of #e06a2e color code.

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

Light Shade of #e06a2e
#e78a5a
Dark Shade of #e06a2e
#bf531c
Saturated Shade of #e06a2e
#ec6622
Desaturated Shade of #e06a2e
#d46e3a
Grey scale Shade of #e06a2e
#878787
Brighten Shade
#f98347
Most Readable Shade
#000000

Shades of #e06a2e color code

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

#e06a2e
#c75e28
#ae5223
#95461e
#7c3a19
#632f14
#4a230f
#31170a
#180b05
#000000

Similar Color like #e06a2e color

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

#e16b2f
#e26c30
#e36d31
#e46e32
#e56f33
#e67034
#e77135
#e87236
#e97337
#ea7438
#eb7539
#ec763a
#ed773b
#ee783c
#df692d
#de682c
#dd672b
#dc662a
#db6529
#da6428
#d96327
#d86226
#d76125
#d66024
#d55f23
#d45e22
#d35d21
#d25c20

Monochromatic Color with #e06a2e

#e06a2e
#0b0502
#361a0b
#602e14
#8b421d
#b55625

Tints of #e06a2e Color

#e06a2e
#e37a45
#e68b5c
#ea9b73
#edac8a
#f1bca2
#f4cdb9
#f8ddd0
#fbeee7
#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

#e06a2e
#2ea4e0

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

Split Complementary

#e06a2e
#2ee0c3
#2e4be0

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

Analogous Color

#e02e39
#e0462e
#e06a2e
#e08e2e
#e0b12e

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

#e06a2e
#2ee06a
#6a2ee0

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

#e06a2e
#4be02e
#2ea4e0
#c32ee0

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

#e06a2e
#2ea4e0
#2e4be0
#e0c32e

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

#e06a2e Color Code Preview on Black Background Color

This is how #e06a2e Color will look on black background color. Color contrast ratio is 6.27

#e06a2e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e06a2e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e06a2e

#e06a2e color code is use for CSS Background Color

Background color for the above div is #e06a2e

HTML with inline CSS

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

#e06a2e color code is use for CSS Border Color

CSS Border color for the above div is #e06a2e

HTML with inline CSS

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

CSS Border Left color for the above div is #e06a2e

HTML with inline CSS

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

CSS Border Right color for the above div is #e06a2e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e06a2e

HTML with inline CSS

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

CSS Border Top color for the above div is #e06a2e

HTML with inline CSS

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

#e06a2e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e06a2e Color code Preview on White Background

This is how #e06a2e Color code will look on white background color. Color contrast ratio is 3.35

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.