Skip to main content Skip to docs navigation

#ef848a hex color | Download Light Orange BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Cheery and its hex is #F08A88 Nearest Color Name

Color Hue/Base color: Orange

Hex #ef848a Color code in RGB color code model is created after adding 93.73% red color, 51.76% green color and 54.12% blue color. Hex #ef848a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 42% yellow and 6.27% black.

Hex #ef848a color code is between #ee8888 web safe hex color code and #ff7799 web safe hex color code. #ee8888 is the nearest web safe color code. You can see here many more shades of #ef848a color code.

RGB Chart

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

Color Table

Hex Color Code ef848a #ef848a
RGB Decimal 239, 132, 138 239, 132, 138
RGB Percent 94%, 52%, 54% rgb(94%, 52%, 54%)
CSS RGBa 239, 132, 138,1 rgba(239,132,138,1)
CMYK Model cmyk(0%,45%,42%,6.27%)
HSL Color Space 357,77% ,73% hsl(357,77% ,73%)
HSV Color Space 357°, 45%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 10000100 10001010
Octal 357 204 212
Decimal 239 132 138
Hex ef 84 8a

Different shades of #ef848a color code.

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

Darkest of #ef848a
#c11922
Darker of #ef848a
#e32a34
Dark of #ef848a
#e9575f
Base of #ef848a
#ef848a
Light of #ef848a
#f5b1b5
Lighter
#fbdee0
Lightest
#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

#ef848a
#84efe9

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

Split Complementary

#ef848a
#84efb4
#84c0ef

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

Analogous Color

#ef84c8
#ef84b7
#ef848a
#efa284
#efce84

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

#ef848a
#848aef
#8aef84

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

#ef848a
#8aef84
#84efe9
#e984ef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ef848a
#c0ef84
#84efe9
#b484ef

Square 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).

Monochromatic Color with #ef848a

#94131a
#c11922
#e32a34
#e9575f
#ef848a
#f5b1b5
#fbdee0
#ffffff
#ffffff

Tints of #ef848a Color

#ef848a
#f09197
#f29fa4
#f4adb1
#f6babe
#f7c8cb
#f9d6d8
#fbe3e5
#fdf1f2
#ffffff

Shades of #ef848a color code

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

#ef848a
#d4757a
#b9666b
#9f585c
#84494c
#6a3a3d
#4f2c2e
#351d1e
#1a0e0f
#000000

Tones

#ef848a
#e19296
#d3a0a3
#c5aeaf
#bababa

Tones

Similar Color like #ef848a color

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

#f0858b
#f1868c
#f2878d
#f3888e
#f4898f
#f58a90
#f68b91
#f78c92
#f88d93
#f98e94
#fa8f95
#fb9096
#fc9197
#fd9298
#ee8389
#ed8288
#ec8187
#eb8086
#ea7f85
#e97e84
#e87d83
#e77c82
#e67b81
#e57a80
#e4797f
#e3787e
#e2777d
#e1767c

Download this Light Orange

Hex #ef848a 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.

#ef848a Color Code Preview on Black Background Color

This is how #ef848a Color will look on black background color. Color contrast ratio is 8.34

#ef848a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef848a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef848a

#ef848a color code is use for CSS Background Color

Background color for the above div is #ef848a

HTML with inline CSS

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

#ef848a color code is use for CSS Border Color

CSS Border color for the above div is #ef848a

HTML with inline CSS

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

CSS Border Left color for the above div is #ef848a

HTML with inline CSS

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

CSS Border Right color for the above div is #ef848a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef848a

HTML with inline CSS

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

CSS Border Top color for the above div is #ef848a

HTML with inline CSS

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

#ef848a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef848a Color code Preview on White Background

This is how #ef848a Color code will look on white background color. Color contrast ratio is 2.52

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(239,132,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,239,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,132,138,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }