crispedge.com

Color picker

Loading...

#eea69e hex color - Orange - Warm color - Information

#eea69e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #eea69e Color code in RGB color code model is created after adding 93.33% red color, 65.1% green color and 61.96% blue color. Hex #eea69e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 34% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeea69e#eea69e
RGB Decimal238, 166, 158rgb(238, 166, 158)
RGB Percent93%, 65%, 62%rgb(93%, 65%, 62%)
CSS RGBa238, 166, 158,1rgba(238,166,158,1)
CMYK Modelcmyk(0%,30%,34%,7%)
HSL Color Space6,70% ,78%hsl(6,70% ,78%)
HSV Color Space6°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101010011010011110
Octal356246236
Decimal238166158
Hexeea69e

Different shades of #eea69e color code.

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

Light Shade of #eea69e
#f6cec9
Dark Shade of #eea69e
#e67e73
Saturated Shade of #eea69e
#f4a198
Desaturated Shade of #eea69e
#e8aba4
Grey scale Shade of #eea69e
#c6c6c6
Brighten Shade
#ffbfb7
Most Readable Shade
#000000

Shades of #eea69e color code

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

#eea69e
#d3938c
#b9817a
#9e6e69
#845c57
#694946
#4f3734
#342423
#1a1211
#000000

Similar Color like #eea69e color

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

#efa79f
#f0a8a0
#f1a9a1
#f2aaa2
#f3aba3
#f4aca4
#f5ada5
#f6aea6
#f7afa7
#f8b0a8
#f9b1a9
#fab2aa
#fbb3ab
#fcb4ac
#eda59d
#eca49c
#eba39b
#eaa29a
#e9a199
#e8a098
#e79f97
#e69e96
#e59d95
#e49c94
#e39b93
#e29a92
#e19991
#e09890

Monochromatic Color with #eea69e

#eea69e
#1a1211
#442f2d
#6e4d49
#996b66
#c38882

Tints of #eea69e Color

#eea69e
#efafa8
#f1b9b3
#f3c3be
#f5cdc9
#f7d7d3
#f9e1de
#fbebe9
#fdf5f4
#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

#eea69e
#9ee6ee

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

Split Complementary

#eea69e
#9eeece
#9ebeee

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

Analogous Color

#ee9eb6
#ee9ea6
#eea69e
#eeb69e
#eec69e

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

#eea69e
#9eeea6
#a69eee

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

#eea69e
#beee9e
#9ee6ee
#ce9eee

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

#eea69e
#9ee6ee
#9ebeee
#eece9e

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

#eea69e Color Code Preview on Black Background Color

This is how #eea69e Color will look on black background color. Color contrast ratio is 10.58

#eea69e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea69e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eea69e

#eea69e color code is use for CSS Background Color

Background color for the above div is #eea69e

HTML with inline CSS

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

#eea69e color code is use for CSS Border Color

CSS Border color for the above div is #eea69e

HTML with inline CSS

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

CSS Border Left color for the above div is #eea69e

HTML with inline CSS

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

CSS Border Right color for the above div is #eea69e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eea69e

HTML with inline CSS

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

CSS Border Top color for the above div is #eea69e

HTML with inline CSS

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

#eea69e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eea69e Color code Preview on White Background

This is how #eea69e Color code will look on white background color. Color contrast ratio is 1.98

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(238,166,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,230,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,166,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.