crispedge.com

Color picker

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

#ec7e82 hex color - Orange - Warm color - Information

#ec7e82 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ec7e82 Color code in RGB color code model is created after adding 92.55% red color, 49.41% green color and 50.98% blue color. Hex #ec7e82 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 45% yellow and 7% black.

Hex #ec7e82 color code is between #ee7788 web safe hex color code and #dd8877 web safe hex color code. #ee7788 is the nearest web safe color code. You can see here many more shades of #ec7e82 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeec7e82#ec7e82
RGB Decimal236, 126, 130rgb(236, 126, 130)
RGB Percent93%, 49%, 51%rgb(93%, 49%, 51%)
CSS RGBa236, 126, 130,1rgba(236,126,130,1)
CMYK Modelcmyk(0%,47%,45%,7%)
HSL Color Space358,74% ,71%hsl(358,74% ,71%)
HSV Color Space358°, 47%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000111111010000010
Octal354176202
Decimal236126130
Hexec7e82

Different shades of #ec7e82 color code.

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

Light Shade of #ec7e82
#f3aaad
Dark Shade of #ec7e82
#e55257
Saturated Shade of #ec7e82
#f3777b
Desaturated Shade of #ec7e82
#e58589
Grey scale Shade of #ec7e82
#b5b5b5
Brighten Shade
#ff979b
Most Readable Shade
#000000

Shades of #ec7e82 color code

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

#ec7e82
#d17073
#b76265
#9d5456
#834648
#683839
#4e2a2b
#341c1c
#1a0e0e
#000000

Similar Color like #ec7e82 color

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

#ed7f83
#ee8084
#ef8185
#f08286
#f18387
#f28488
#f38589
#f4868a
#f5878b
#f6888c
#f7898d
#f88a8e
#f98b8f
#fa8c90
#eb7d81
#ea7c80
#e97b7f
#e87a7e
#e7797d
#e6787c
#e5777b
#e4767a
#e37579
#e27478
#e17377
#e07276
#df7175
#de7074

Monochromatic Color with #ec7e82

#ec7e82
#170d0d
#422324
#6c3a3c
#975153
#c1676b

Tints of #ec7e82 Color

#ec7e82
#ee8c8f
#f09a9d
#f2a9ab
#f4b7b9
#f6c5c7
#f8d4d5
#fae2e3
#fcf0f1
#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

#ec7e82
#7eece8

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

Split Complementary

#ec7e82
#7eecb1
#7eb9ec

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

Analogous Color

#ec7eae
#ec7e98
#ec7e82
#ec907e
#eca67e

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

#ec7e82
#82ec7e
#7e82ec

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

#ec7e82
#b9ec7e
#7eece8
#b17eec

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

#ec7e82
#7eece8
#7eb9ec
#ecb17e

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

#ec7e82 Color Code Preview on Black Background Color

This is how #ec7e82 Color will look on black background color. Color contrast ratio is 7.87

#ec7e82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec7e82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec7e82

#ec7e82 color code is use for CSS Background Color

Background color for the above div is #ec7e82

HTML with inline CSS

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

#ec7e82 color code is use for CSS Border Color

CSS Border color for the above div is #ec7e82

HTML with inline CSS

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

CSS Border Left color for the above div is #ec7e82

HTML with inline CSS

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

CSS Border Right color for the above div is #ec7e82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec7e82

HTML with inline CSS

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

CSS Border Top color for the above div is #ec7e82

HTML with inline CSS

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

#ec7e82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec7e82 Color code Preview on White Background

This is how #ec7e82 Color code will look on white background color. Color contrast ratio is 2.67

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

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.