Skip to main content Skip to docs navigation

#ea998f 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 Salmon Salt and its hex is #E7968B Nearest Color Name

Color Hue/Base color: Orange

Hex #ea998f Color code in RGB color code model is created after adding 91.76% red color, 60% green color and 56.08% blue color. Hex #ea998f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 39% yellow and 8.24% black.

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

RGB Chart

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

Color Table

Hex Color Code ea998f #ea998f
RGB Decimal 234, 153, 143 234, 153, 143
RGB Percent 92%, 60%, 56% rgb(92%, 60%, 56%)
CSS RGBa 234, 153, 143,1 rgba(234,153,143,1)
CMYK Model cmyk(0%,35%,39%,8.24%)
HSL Color Space 7,68% ,74% hsl(7,68% ,74%)
HSV Color Space 7°, 39%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 10011001 10001111
Octal 352 231 217
Decimal 234 153 143
Hex ea 99 8f

Different shades of #ea998f color code.

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

Darkest of #ea998f
#bd3423
Darker of #ea998f
#da4b39
Dark of #ea998f
#e27264
Base of #ea998f
#ea998f
Light of #ea998f
#f2c0ba
Lighter
#fae7e5
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

#ea998f
#8fe0ea

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

Split Complementary

#ea998f
#8feac6
#8fb3ea

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

Analogous Color

#ea8fba
#ea8fab
#ea998f
#eab78f
#eadd8f

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

#ea998f
#998fea
#8fea99

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

#ea998f
#8fea99
#8fe0ea
#ea8fe0

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

#ea998f
#b3ea8f
#8fe0ea
#c68fea

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 #ea998f

#92281b
#bd3423
#da4b39
#e27264
#ea998f
#f2c0ba
#fae7e5
#ffffff
#ffffff

Tints of #ea998f Color

#ea998f
#eca49b
#eeafa7
#f1bbb4
#f3c6c0
#f5d1cd
#f8ddd9
#fae8e6
#fcf3f2
#ffffff

Shades of #ea998f color code

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

#ea998f
#d0887f
#b6776f
#9c665f
#82554f
#68443f
#4e332f
#34221f
#1a110f
#000000

Tones

#ea998f
#dda39c
#cfaeaa
#c2b8b7
#bcbcbc

Tones

Similar Color like #ea998f color

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

#eb9a90
#ec9b91
#ed9c92
#ee9d93
#ef9e94
#f09f95
#f1a096
#f2a197
#f3a298
#f4a399
#f5a49a
#f6a59b
#f7a69c
#f8a79d
#e9988e
#e8978d
#e7968c
#e6958b
#e5948a
#e49389
#e39288
#e29187
#e19086
#e08f85
#df8e84
#de8d83
#dd8c82
#dc8b81

Download this Light Orange

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

#ea998f Color Code Preview on Black Background Color

This is how #ea998f Color will look on black background color. Color contrast ratio is 9.45

#ea998f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea998f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea998f

#ea998f color code is use for CSS Background Color

Background color for the above div is #ea998f

HTML with inline CSS

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

#ea998f color code is use for CSS Border Color

CSS Border color for the above div is #ea998f

HTML with inline CSS

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

CSS Border Left color for the above div is #ea998f

HTML with inline CSS

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

CSS Border Right color for the above div is #ea998f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea998f

HTML with inline CSS

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

CSS Border Top color for the above div is #ea998f

HTML with inline CSS

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

#ea998f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea998f Color code Preview on White Background

This is how #ea998f Color code will look on white background color. Color contrast ratio is 2.22

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

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(234,153,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,224,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,153,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }