crispedge.com

Color picker

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

#ebd9bf hex color - Yellow - Warm color - Information

#ebd9bf hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ebd9bf Color code in RGB color code model is created after adding 92.16% red color, 85.1% green color and 74.9% blue color. Hex #ebd9bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 19% yellow and 8% black.

Hex #ebd9bf color code is between #eeddbb web safe hex color code and #ddcccc web safe hex color code. #eeddbb is the nearest web safe color code. You can see here many more shades of #ebd9bf color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeebd9bf#ebd9bf
RGB Decimal235, 217, 191rgb(235, 217, 191)
RGB Percent92%, 85%, 75%rgb(92%, 85%, 75%)
CSS RGBa235, 217, 191,1rgba(235,217,191,1)
CMYK Modelcmyk(0%,8%,19%,8%)
HSL Color Space35,52% ,84%hsl(35,52% ,84%)
HSV Color Space35°, 19%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101100110111111
Octal353331277
Decimal235217191
Hexebd9bf

Different shades of #ebd9bf color code.

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

Light Shade of #ebd9bf
#f7f0e6
Dark Shade of #ebd9bf
#dfc298
Saturated Shade of #ebd9bf
#efdabb
Desaturated Shade of #ebd9bf
#e7d8c3
Grey scale Shade of #ebd9bf
#d5d5d5
Brighten Shade
#fff2d8
Most Readable Shade
#000000

Shades of #ebd9bf color code

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

#ebd9bf
#d0c0a9
#b6a894
#9c907f
#82786a
#686054
#4e483f
#34302a
#1a1815
#000000

Similar Color like #ebd9bf color

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

#ecdac0
#eddbc1
#eedcc2
#efddc3
#f0dec4
#f1dfc5
#f2e0c6
#f3e1c7
#f4e2c8
#f5e3c9
#f6e4ca
#f7e5cb
#f8e6cc
#f9e7cd
#ead8be
#e9d7bd
#e8d6bc
#e7d5bb
#e6d4ba
#e5d3b9
#e4d2b8
#e3d1b7
#e2d0b6
#e1cfb5
#e0ceb4
#dfcdb3
#deccb2
#ddcbb1

Monochromatic Color with #ebd9bf

#ebd9bf
#161512
#413c35
#6b6357
#968b7a
#c0b29c

Tints of #ebd9bf Color

#ebd9bf
#edddc6
#efe1cd
#f1e5d4
#f3e9db
#f6eee2
#f8f2e9
#faf6f0
#fcfaf7
#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

#ebd9bf
#bfd1eb

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

Split Complementary

#ebd9bf
#bfe7eb
#c3bfeb

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

Analogous Color

#ebc7bf
#ebd0bf
#ebd9bf
#ebe2bf
#ebebbf

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

#ebd9bf
#bfebd9
#d9bfeb

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

#ebd9bf
#bfebc3
#bfd1eb
#ebbfe7

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

#ebd9bf
#bfd1eb
#c3bfeb
#e7ebbf

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

#ebd9bf Color Code Preview on Black Background Color

This is how #ebd9bf Color will look on black background color. Color contrast ratio is 15.21

#ebd9bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd9bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd9bf

#ebd9bf color code is use for CSS Background Color

Background color for the above div is #ebd9bf

HTML with inline CSS

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

#ebd9bf color code is use for CSS Border Color

CSS Border color for the above div is #ebd9bf

HTML with inline CSS

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

CSS Border Left color for the above div is #ebd9bf

HTML with inline CSS

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

CSS Border Right color for the above div is #ebd9bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebd9bf

HTML with inline CSS

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

CSS Border Top color for the above div is #ebd9bf

HTML with inline CSS

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

#ebd9bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebd9bf Color code Preview on White Background

This is how #ebd9bf Color code will look on white background color. Color contrast ratio is 1.38

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

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.