crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#eed6ba hex color - Yellow - Warm color - Information

#eed6ba hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #eed6ba Color code in RGB color code model is created after adding 93.33% red color, 83.92% green color and 72.94% blue color. Hex #eed6ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 22% yellow and 7% black.

Hex #eed6ba color code is between #ddddbb web safe hex color code and #ffccaa web safe hex color code. #ddddbb is the nearest web safe color code. You can see here many more shades of #eed6ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeed6ba#eed6ba
RGB Decimal238, 214, 186rgb(238, 214, 186)
RGB Percent93%, 84%, 73%rgb(93%, 84%, 73%)
CSS RGBa238, 214, 186,1rgba(238,214,186,1)
CMYK Modelcmyk(0%,10%,22%,7%)
HSL Color Space32,60% ,83%hsl(32,60% ,83%)
HSV Color Space32°, 22%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101011010111010
Octal356326272
Decimal238214186
Hexeed6ba

Different shades of #eed6ba color code.

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

Light Shade of #eed6ba
#f8eee3
Dark Shade of #eed6ba
#e4be91
Saturated Shade of #eed6ba
#f2d6b6
Desaturated Shade of #eed6ba
#ead6be
Grey scale Shade of #eed6ba
#d4d4d4
Brighten Shade
#ffefd3
Most Readable Shade
#000000

Shades of #eed6ba color code

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

#eed6ba
#d3bea5
#b9a690
#9e8e7c
#847667
#695f52
#4f473e
#342f29
#1a1714
#000000

Similar Color like #eed6ba color

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

#efd7bb
#f0d8bc
#f1d9bd
#f2dabe
#f3dbbf
#f4dcc0
#f5ddc1
#f6dec2
#f7dfc3
#f8e0c4
#f9e1c5
#fae2c6
#fbe3c7
#fce4c8
#edd5b9
#ecd4b8
#ebd3b7
#ead2b6
#e9d1b5
#e8d0b4
#e7cfb3
#e6ceb2
#e5cdb1
#e4ccb0
#e3cbaf
#e2caae
#e1c9ad
#e0c8ac

Monochromatic Color with #eed6ba

#eed6ba
#1a1714
#443d35
#6e6356
#998a78
#c3b099

Tints of #eed6ba Color

#eed6ba
#efdac1
#f1dfc9
#f3e3d1
#f5e8d8
#f7ece0
#f9f1e8
#fbf5ef
#fdfaf7
#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

#eed6ba
#bad2ee

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

Split Complementary

#eed6ba
#baecee
#bcbaee

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

Analogous Color

#eec1ba
#eeccba
#eed6ba
#eee0ba
#eeebba

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

#eed6ba
#baeed6
#d6baee

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

#eed6ba
#baeebc
#bad2ee
#eebaec

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

#eed6ba
#bad2ee
#bcbaee
#eceeba

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

#eed6ba Color Code Preview on Black Background Color

This is how #eed6ba Color will look on black background color. Color contrast ratio is 14.96

#eed6ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed6ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed6ba

#eed6ba color code is use for CSS Background Color

Background color for the above div is #eed6ba

HTML with inline CSS

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

#eed6ba color code is use for CSS Border Color

CSS Border color for the above div is #eed6ba

HTML with inline CSS

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

CSS Border Left color for the above div is #eed6ba

HTML with inline CSS

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

CSS Border Right color for the above div is #eed6ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed6ba

HTML with inline CSS

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

CSS Border Top color for the above div is #eed6ba

HTML with inline CSS

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

#eed6ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed6ba Color code Preview on White Background

This is how #eed6ba Color code will look on white background color. Color contrast ratio is 1.40

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.