crispedge.com

Color picker

Loading...

#eed2ab hex color - Yellow - Warm color - Information

#eed2ab hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #eed2ab Color code in RGB color code model is created after adding 93.33% red color, 82.35% green color and 67.06% blue color. Hex #eed2ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 28% yellow and 7% black.

Hex #eed2ab color code is between #ddccaa web safe hex color code and #ffddbb web safe hex color code. #ddccaa is the nearest web safe color code. You can see here many more shades of #eed2ab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeed2ab#eed2ab
RGB Decimal238, 210, 171rgb(238, 210, 171)
RGB Percent93%, 82%, 67%rgb(93%, 82%, 67%)
CSS RGBa238, 210, 171,1rgba(238,210,171,1)
CMYK Modelcmyk(0%,12%,28%,7%)
HSL Color Space35,66% ,80%hsl(35,66% ,80%)
HSV Color Space35°, 28%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001010101011
Octal356322253
Decimal238210171
Hexeed2ab

Different shades of #eed2ab color code.

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

Light Shade of #eed2ab
#f7e9d5
Dark Shade of #eed2ab
#e5bb81
Saturated Shade of #eed2ab
#f3d3a6
Desaturated Shade of #eed2ab
#e9d1b0
Grey scale Shade of #eed2ab
#cccccc
Brighten Shade
#ffebc4
Most Readable Shade
#000000

Shades of #eed2ab color code

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

#eed2ab
#d3ba98
#b9a385
#9e8c72
#84745f
#695d4c
#4f4639
#342e26
#1a1713
#000000

Similar Color like #eed2ab color

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

#efd3ac
#f0d4ad
#f1d5ae
#f2d6af
#f3d7b0
#f4d8b1
#f5d9b2
#f6dab3
#f7dbb4
#f8dcb5
#f9ddb6
#fadeb7
#fbdfb8
#fce0b9
#edd1aa
#ecd0a9
#ebcfa8
#eacea7
#e9cda6
#e8cca5
#e7cba4
#e6caa3
#e5c9a2
#e4c8a1
#e3c7a0
#e2c69f
#e1c59e
#e0c49d

Monochromatic Color with #eed2ab

#eed2ab
#1a1712
#443c31
#6e614f
#99876e
#c3ac8c

Tints of #eed2ab Color

#eed2ab
#efd7b4
#f1dcbd
#f3e1c7
#f5e6d0
#f7ebd9
#f9f0e3
#fbf5ec
#fdfaf5
#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

#eed2ab
#abc7ee

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

Split Complementary

#eed2ab
#abe9ee
#b0abee

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

Analogous Color

#eeb7ab
#eec5ab
#eed2ab
#eedfab
#eeedab

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

#eed2ab
#abeed2
#d2abee

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

#eed2ab
#abeeb0
#abc7ee
#eeabe8

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

#eed2ab
#abc7ee
#b0abee
#e9eeab

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

#eed2ab Color Code Preview on Black Background Color

This is how #eed2ab Color will look on black background color. Color contrast ratio is 14.44

#eed2ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2ab

#eed2ab color code is use for CSS Background Color

Background color for the above div is #eed2ab

HTML with inline CSS

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

#eed2ab color code is use for CSS Border Color

CSS Border color for the above div is #eed2ab

HTML with inline CSS

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

CSS Border Left color for the above div is #eed2ab

HTML with inline CSS

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

CSS Border Right color for the above div is #eed2ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed2ab

HTML with inline CSS

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

CSS Border Top color for the above div is #eed2ab

HTML with inline CSS

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

#eed2ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed2ab Color code Preview on White Background

This is how #eed2ab Color code will look on white background color. Color contrast ratio is 1.45

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

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,210,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,199,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,210,171,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.