crispedge.com

Color picker

Loading...

#efa79b hex color - Orange - Warm color - Information

#efa79b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #efa79b Color code in RGB color code model is created after adding 93.73% red color, 65.49% green color and 60.78% blue color. Hex #efa79b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 35% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefa79b#efa79b
RGB Decimal239, 167, 155rgb(239, 167, 155)
RGB Percent94%, 65%, 61%rgb(94%, 65%, 61%)
CSS RGBa239, 167, 155,1rgba(239,167,155,1)
CMYK Modelcmyk(0%,30%,35%,6%)
HSL Color Space9,72% ,77%hsl(9,72% ,77%)
HSV Color Space9°, 35%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111010011110011011
Octal357247233
Decimal239167155
Hexefa79b

Different shades of #efa79b color code.

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

Light Shade of #efa79b
#f6cec7
Dark Shade of #efa79b
#e8806f
Saturated Shade of #efa79b
#f5a395
Desaturated Shade of #efa79b
#e9aba1
Grey scale Shade of #efa79b
#c5c5c5
Brighten Shade
#ffc0b4
Most Readable Shade
#000000

Shades of #efa79b color code

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

#efa79b
#d49489
#b98178
#9f6f67
#845c56
#6a4a44
#4f3733
#352522
#1a1211
#000000

Similar Color like #efa79b color

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

#f0a89c
#f1a99d
#f2aa9e
#f3ab9f
#f4aca0
#f5ada1
#f6aea2
#f7afa3
#f8b0a4
#f9b1a5
#fab2a6
#fbb3a7
#fcb4a8
#fdb5a9
#eea69a
#eda599
#eca498
#eba397
#eaa296
#e9a195
#e8a094
#e79f93
#e69e92
#e59d91
#e49c90
#e39b8f
#e29a8e
#e1998d

Monochromatic Color with #efa79b

#efa79b
#1a1311
#45302d
#6f4e48
#9a6c64
#c4897f

Tints of #efa79b Color

#efa79b
#f0b0a6
#f2bab1
#f4c4bc
#f6cec7
#f7d7d2
#f9e1dd
#fbebe8
#fdf5f3
#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

#efa79b
#9be3ef

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

Split Complementary

#efa79b
#9befd1
#9bb9ef

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

Analogous Color

#ef9bb1
#ef9ba0
#efa79b
#efb89b
#efc99b

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

#efa79b
#9befa7
#a79bef

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

#efa79b
#b9ef9b
#9be3ef
#d19bef

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

#efa79b
#9be3ef
#9bb9ef
#efd19b

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

#efa79b Color Code Preview on Black Background Color

This is how #efa79b Color will look on black background color. Color contrast ratio is 10.67

#efa79b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa79b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa79b

#efa79b color code is use for CSS Background Color

Background color for the above div is #efa79b

HTML with inline CSS

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

#efa79b color code is use for CSS Border Color

CSS Border color for the above div is #efa79b

HTML with inline CSS

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

CSS Border Left color for the above div is #efa79b

HTML with inline CSS

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

CSS Border Right color for the above div is #efa79b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efa79b

HTML with inline CSS

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

CSS Border Top color for the above div is #efa79b

HTML with inline CSS

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

#efa79b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efa79b Color code Preview on White Background

This is how #efa79b Color code will look on white background color. Color contrast ratio is 1.97

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

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,167,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,227,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,167,155,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.