crispedge.com

Color picker

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

#eed2bd hex color - Yellow - Warm color - Information

#eed2bd hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #eed2bd color code is between #ddccbb web safe hex color code and #ffddcc web safe hex color code. #ddccbb is the nearest web safe color code. You can see here many more shades of #eed2bd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeeed2bd#eed2bd
RGB Decimal238, 210, 189rgb(238, 210, 189)
RGB Percent93%, 82%, 74%rgb(93%, 82%, 74%)
CSS RGBa238, 210, 189,1rgba(238,210,189,1)
CMYK Modelcmyk(0%,12%,21%,7%)
HSL Color Space26,59% ,84%hsl(26,59% ,84%)
HSV Color Space26°, 21%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101001010111101
Octal356322275
Decimal238210189
Hexeed2bd

Different shades of #eed2bd color code.

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

Light Shade of #eed2bd
#f8eee6
Dark Shade of #eed2bd
#e4b694
Saturated Shade of #eed2bd
#f2d1b9
Desaturated Shade of #eed2bd
#ead3c1
Grey scale Shade of #eed2bd
#d5d5d5
Brighten Shade
#ffebd6
Most Readable Shade
#000000

Shades of #eed2bd color code

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

#eed2bd
#d3baa8
#b9a393
#9e8c7e
#847469
#695d54
#4f463f
#342e2a
#1a1715
#000000

Similar Color like #eed2bd color

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

#efd3be
#f0d4bf
#f1d5c0
#f2d6c1
#f3d7c2
#f4d8c3
#f5d9c4
#f6dac5
#f7dbc6
#f8dcc7
#f9ddc8
#fadec9
#fbdfca
#fce0cb
#edd1bc
#ecd0bb
#ebcfba
#eaceb9
#e9cdb8
#e8ccb7
#e7cbb6
#e6cab5
#e5c9b4
#e4c8b3
#e3c7b2
#e2c6b1
#e1c5b0
#e0c4af

Monochromatic Color with #eed2bd

#eed2bd
#1a1714
#443c36
#6e6158
#99877a
#c3ac9b

Tints of #eed2bd Color

#eed2bd
#efd7c4
#f1dccb
#f3e1d3
#f5e6da
#f7ebe1
#f9f0e9
#fbf5f0
#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

#eed2bd
#bdd9ee

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

Split Complementary

#eed2bd
#bdeeeb
#bdc1ee

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

Analogous Color

#eebebd
#eec8bd
#eed2bd
#eedcbd
#eee6bd

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

#eed2bd
#bdeed2
#d2bdee

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

#eed2bd
#c0eebd
#bdd9ee
#eabdee

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

#eed2bd
#bdd9ee
#bdc1ee
#eeeabd

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

#eed2bd Color Code Preview on Black Background Color

This is how #eed2bd Color will look on black background color. Color contrast ratio is 14.59

#eed2bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed2bd

#eed2bd color code is use for CSS Background Color

Background color for the above div is #eed2bd

HTML with inline CSS

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

#eed2bd color code is use for CSS Border Color

CSS Border color for the above div is #eed2bd

HTML with inline CSS

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

CSS Border Left color for the above div is #eed2bd

HTML with inline CSS

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

CSS Border Right color for the above div is #eed2bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed2bd

HTML with inline CSS

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

CSS Border Top color for the above div is #eed2bd

HTML with inline CSS

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

#eed2bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed2bd Color code Preview on White Background

This is how #eed2bd Color code will look on white background color. Color contrast ratio is 1.44

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.