crispedge.com

Color picker

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

#ef7f72 hex color - Orange - Warm color - Information

#ef7f72 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ef7f72 Color code in RGB color code model is created after adding 93.73% red color, 49.8% green color and 44.71% blue color. Hex #ef7f72 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 52% yellow and 6% black.

Hex #ef7f72 color code is between #ee7777 web safe hex color code and #ff8866 web safe hex color code. #ee7777 is the nearest web safe color code. You can see here many more shades of #ef7f72 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeef7f72#ef7f72
RGB Decimal239, 127, 114rgb(239, 127, 114)
RGB Percent94%, 50%, 45%rgb(94%, 50%, 45%)
CSS RGBa239, 127, 114,1rgba(239,127,114,1)
CMYK Modelcmyk(0%,47%,52%,6%)
HSL Color Space6,80% ,69%hsl(6,80% ,69%)
HSV Color Space6°, 52%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011110111111101110010
Octal357177162
Decimal239127114
Hexef7f72

Different shades of #ef7f72 color code.

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

Light Shade of #ef7f72
#f4a9a0
Dark Shade of #ef7f72
#ea5544
Saturated Shade of #ef7f72
#f7796a
Desaturated Shade of #ef7f72
#e7857a
Grey scale Shade of #ef7f72
#b0b0b0
Brighten Shade
#ff988b
Most Readable Shade
#000000

Shades of #ef7f72 color code

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

#ef7f72
#d47065
#b96258
#9f544c
#84463f
#6a3832
#4f2a26
#351c19
#1a0e0c
#000000

Similar Color like #ef7f72 color

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

#f08073
#f18174
#f28275
#f38376
#f48477
#f58578
#f68679
#f7877a
#f8887b
#f9897c
#fa8a7d
#fb8b7e
#fc8c7f
#fd8d80
#ee7e71
#ed7d70
#ec7c6f
#eb7b6e
#ea7a6d
#e9796c
#e8786b
#e7776a
#e67669
#e57568
#e47467
#e37366
#e27265
#e17164

Monochromatic Color with #ef7f72

#ef7f72
#1a0e0d
#452521
#6f3b35
#9a5249
#c4685e

Tints of #ef7f72 Color

#ef7f72
#f08d81
#f29b91
#f4a9a1
#f6b7b0
#f7c6c0
#f9d4d0
#fbe2df
#fdf0ef
#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

#ef7f72
#72e2ef

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

Split Complementary

#ef7f72
#72efbe
#72a3ef

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

Analogous Color

#ef7297
#ef727e
#ef7f72
#ef9872
#efb172

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

#ef7f72
#72ef7f
#7f72ef

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

#ef7f72
#a3ef72
#72e2ef
#bd72ef

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

#ef7f72
#72e2ef
#72a3ef
#efbe72

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

#ef7f72 Color Code Preview on Black Background Color

This is how #ef7f72 Color will look on black background color. Color contrast ratio is 7.95

#ef7f72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef7f72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef7f72

#ef7f72 color code is use for CSS Background Color

Background color for the above div is #ef7f72

HTML with inline CSS

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

#ef7f72 color code is use for CSS Border Color

CSS Border color for the above div is #ef7f72

HTML with inline CSS

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

CSS Border Left color for the above div is #ef7f72

HTML with inline CSS

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

CSS Border Right color for the above div is #ef7f72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef7f72

HTML with inline CSS

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

CSS Border Top color for the above div is #ef7f72

HTML with inline CSS

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

#ef7f72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef7f72 Color code Preview on White Background

This is how #ef7f72 Color code will look on white background color. Color contrast ratio is 2.64

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.