crispedge.com

Color picker

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

#e07d49 hex color - Orange - Warm color - Information

#e07d49 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #e07d49 Color code in RGB color code model is created after adding 87.84% red color, 49.02% green color and 28.63% blue color. Hex #e07d49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 67% yellow and 12% black.

Hex #e07d49 color code is between #dd7744 web safe hex color code and #ee8855 web safe hex color code. #dd7744 is the nearest web safe color code. You can see here many more shades of #e07d49 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee07d49#e07d49
RGB Decimal224, 125, 73rgb(224, 125, 73)
RGB Percent88%, 49%, 29%rgb(88%, 49%, 29%)
CSS RGBa224, 125, 73,1rgba(224,125,73,1)
CMYK Modelcmyk(0%,44%,67%,12%)
HSL Color Space21,71% ,58%hsl(21,71% ,58%)
HSV Color Space21°, 67%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000000111110101001001
Octal340175111
Decimal22412573
Hexe07d49

Different shades of #e07d49 color code.

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

Light Shade of #e07d49
#e79c75
Dark Shade of #e07d49
#d26024
Saturated Shade of #e07d49
#eb7a3e
Desaturated Shade of #e07d49
#d58054
Grey scale Shade of #e07d49
#949494
Brighten Shade
#f99662
Most Readable Shade
#000000

Shades of #e07d49 color code

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

#e07d49
#c76f40
#ae6138
#955330
#7c4528
#633720
#4a2918
#311b10
#180d08
#000000

Similar Color like #e07d49 color

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

#e17e4a
#e27f4b
#e3804c
#e4814d
#e5824e
#e6834f
#e78450
#e88551
#e98652
#ea8753
#eb8854
#ec8955
#ed8a56
#ee8b57
#df7c48
#de7b47
#dd7a46
#dc7945
#db7844
#da7743
#d97642
#d87541
#d77440
#d6733f
#d5723e
#d4713d
#d3703c
#d26f3b

Monochromatic Color with #e07d49

#e07d49
#0b0604
#361e12
#60361f
#8b4e2d
#b5653b

Tints of #e07d49 Color

#e07d49
#e38b5d
#e69971
#eaa885
#edb699
#f1c5ae
#f4d3c2
#f8e2d6
#fbf0ea
#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

#e07d49
#49ace0

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

Split Complementary

#e07d49
#49e0c9
#4961e0

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

Analogous Color

#e04951
#e05f49
#e07d49
#e09b49
#e0b949

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

#e07d49
#49e07d
#7d49e0

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

#e07d49
#60e049
#49ace0
#c849e0

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

#e07d49
#49ace0
#4961e0
#e0c849

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

#e07d49 Color Code Preview on Black Background Color

This is how #e07d49 Color will look on black background color. Color contrast ratio is 7.20

#e07d49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e07d49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e07d49

#e07d49 color code is use for CSS Background Color

Background color for the above div is #e07d49

HTML with inline CSS

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

#e07d49 color code is use for CSS Border Color

CSS Border color for the above div is #e07d49

HTML with inline CSS

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

CSS Border Left color for the above div is #e07d49

HTML with inline CSS

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

CSS Border Right color for the above div is #e07d49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e07d49

HTML with inline CSS

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

CSS Border Top color for the above div is #e07d49

HTML with inline CSS

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

#e07d49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e07d49 Color code Preview on White Background

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

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.