crispedge.com

Color picker

Loading...

#efa19e hex color - Orange - Warm color - Information

#efa19e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #efa19e Color code in RGB color code model is created after adding 93.73% red color, 63.14% green color and 61.96% blue color. Hex #efa19e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 34% yellow and 6% black.

Hex #efa19e color code is between #ee9999 web safe hex color code and #ffaaaa web safe hex color code. #ee9999 is the nearest web safe color code. You can see here many more shades of #efa19e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefa19e#efa19e
RGB Decimal239, 161, 158rgb(239, 161, 158)
RGB Percent94%, 63%, 62%rgb(94%, 63%, 62%)
CSS RGBa239, 161, 158,1rgba(239,161,158,1)
CMYK Modelcmyk(0%,33%,34%,6%)
HSL Color Space2,72% ,78%hsl(2,72% ,78%)
HSV Color Space2°, 34%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111010000110011110
Octal357241236
Decimal239161158
Hexefa19e

Different shades of #efa19e color code.

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

Light Shade of #efa19e
#f6cbca
Dark Shade of #efa19e
#e87772
Saturated Shade of #efa19e
#f59c98
Desaturated Shade of #efa19e
#e9a6a4
Grey scale Shade of #efa19e
#c6c6c6
Brighten Shade
#ffbab7
Most Readable Shade
#000000

Shades of #efa19e color code

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

#efa19e
#d48f8c
#b97d7a
#9f6b69
#845957
#6a4746
#4f3534
#352323
#1a1111
#000000

Similar Color like #efa19e color

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

#f0a29f
#f1a3a0
#f2a4a1
#f3a5a2
#f4a6a3
#f5a7a4
#f6a8a5
#f7a9a6
#f8aaa7
#f9aba8
#faaca9
#fbadaa
#fcaeab
#fdafac
#eea09d
#ed9f9c
#ec9e9b
#eb9d9a
#ea9c99
#e99b98
#e89a97
#e79996
#e69895
#e59794
#e49693
#e39592
#e29491
#e19390

Monochromatic Color with #efa19e

#efa19e
#1a1212
#452e2e
#6f4b4a
#9a6866
#c48482

Tints of #efa19e Color

#efa19e
#f0aba8
#f2b5b3
#f4c0be
#f6cac9
#f7d5d3
#f9dfde
#fbeae9
#fdf4f4
#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

#efa19e
#9eecef

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

Split Complementary

#efa19e
#9eefca
#9ec3ef

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

Analogous Color

#ef9ebb
#ef9eab
#efa19e
#efb19e
#efc19e

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

#efa19e
#9eefa1
#a19eef

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

#efa19e
#c3ef9e
#9eecef
#c99eef

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

#efa19e
#9eecef
#9ec3ef
#efca9e

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

#efa19e Color Code Preview on Black Background Color

This is how #efa19e Color will look on black background color. Color contrast ratio is 10.26

#efa19e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa19e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa19e

#efa19e color code is use for CSS Background Color

Background color for the above div is #efa19e

HTML with inline CSS

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

#efa19e color code is use for CSS Border Color

CSS Border color for the above div is #efa19e

HTML with inline CSS

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

CSS Border Left color for the above div is #efa19e

HTML with inline CSS

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

CSS Border Right color for the above div is #efa19e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efa19e

HTML with inline CSS

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

CSS Border Top color for the above div is #efa19e

HTML with inline CSS

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

#efa19e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efa19e Color code Preview on White Background

This is how #efa19e Color code will look on white background color. Color contrast ratio is 2.05

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

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(239,161,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,236,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,161,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.