crispedge.com

Color picker

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

#ede1bf hex color - Yellow - Warm color - Information

#ede1bf hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ede1bf Color code in RGB color code model is created after adding 92.94% red color, 88.24% green color and 74.9% blue color. Hex #ede1bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 19% yellow and 7% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeede1bf#ede1bf
RGB Decimal237, 225, 191rgb(237, 225, 191)
RGB Percent93%, 88%, 75%rgb(93%, 88%, 75%)
CSS RGBa237, 225, 191,1rgba(237,225,191,1)
CMYK Modelcmyk(0%,5%,19%,7%)
HSL Color Space44,56% ,84%hsl(44,56% ,84%)
HSV Color Space44°, 19%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110000110111111
Octal355341277
Decimal237225191
Hexede1bf

Different shades of #ede1bf color code.

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

Light Shade of #ede1bf
#f8f4e7
Dark Shade of #ede1bf
#e2ce97
Saturated Shade of #ede1bf
#f1e3bb
Desaturated Shade of #ede1bf
#e9dfc3
Grey scale Shade of #ede1bf
#d6d6d6
Brighten Shade
#fffad8
Most Readable Shade
#000000

Shades of #ede1bf color code

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

#ede1bf
#d2c8a9
#b8af94
#9e967f
#837d6a
#696454
#4f4b3f
#34322a
#1a1915
#000000

Similar Color like #ede1bf color

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

#eee2c0
#efe3c1
#f0e4c2
#f1e5c3
#f2e6c4
#f3e7c5
#f4e8c6
#f5e9c7
#f6eac8
#f7ebc9
#f8ecca
#f9edcb
#faeecc
#fbefcd
#ece0be
#ebdfbd
#eadebc
#e9ddbb
#e8dcba
#e7dbb9
#e6dab8
#e5d9b7
#e4d8b6
#e3d7b5
#e2d6b4
#e1d5b3
#e0d4b2
#dfd3b1

Monochromatic Color with #ede1bf

#ede1bf
#181714
#434036
#6d6858
#98907a
#c2b99d

Tints of #ede1bf Color

#ede1bf
#efe4c6
#f1e7cd
#f3ebd4
#f5eedb
#f7f1e2
#f9f5e9
#fbf8f0
#fdfbf7
#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

#ede1bf
#bfcbed

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

Split Complementary

#ede1bf
#bfe2ed
#cabfed

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

Analogous Color

#edcfbf
#edd8bf
#ede1bf
#edeabf
#e7edbf

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

#ede1bf
#bfede1
#e1bfed

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

#ede1bf
#bfedca
#bfcbed
#edbfe2

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

#ede1bf
#bfcbed
#cabfed
#e2edbf

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

#ede1bf Color Code Preview on Black Background Color

This is how #ede1bf Color will look on black background color. Color contrast ratio is 16.12

#ede1bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede1bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede1bf

#ede1bf color code is use for CSS Background Color

Background color for the above div is #ede1bf

HTML with inline CSS

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

#ede1bf color code is use for CSS Border Color

CSS Border color for the above div is #ede1bf

HTML with inline CSS

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

CSS Border Left color for the above div is #ede1bf

HTML with inline CSS

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

CSS Border Right color for the above div is #ede1bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede1bf

HTML with inline CSS

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

CSS Border Top color for the above div is #ede1bf

HTML with inline CSS

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

#ede1bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede1bf Color code Preview on White Background

This is how #ede1bf Color code will look on white background color. Color contrast ratio is 1.30

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

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.