crispedge.com

Color picker

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

#ede0ca hex color - Yellow - Warm color - Information

#ede0ca hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #ede0ca color code is between #eeddcc web safe hex color code and #ddeebb web safe hex color code. #eeddcc is the nearest web safe color code. You can see here many more shades of #ede0ca color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeede0ca#ede0ca
RGB Decimal237, 224, 202rgb(237, 224, 202)
RGB Percent93%, 88%, 79%rgb(93%, 88%, 79%)
CSS RGBa237, 224, 202,1rgba(237,224,202,1)
CMYK Modelcmyk(0%,5%,15%,7%)
HSL Color Space38,49% ,86%hsl(38,49% ,86%)
HSV Color Space38°, 15%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110000011001010
Octal355340312
Decimal237224202
Hexede0ca

Different shades of #ede0ca color code.

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

Light Shade of #ede0ca
#faf6f0
Dark Shade of #ede0ca
#e0caa4
Saturated Shade of #ede0ca
#f1e1c6
Desaturated Shade of #ede0ca
#e9dfce
Grey scale Shade of #ede0ca
#dbdbdb
Brighten Shade
#fff9e3
Most Readable Shade
#000000

Shades of #ede0ca color code

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

#ede0ca
#d2c7b3
#b8ae9d
#9e9586
#837c70
#696359
#4f4a43
#34312c
#1a1816
#000000

Similar Color like #ede0ca color

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

#eee1cb
#efe2cc
#f0e3cd
#f1e4ce
#f2e5cf
#f3e6d0
#f4e7d1
#f5e8d2
#f6e9d3
#f7ead4
#f8ebd5
#f9ecd6
#faedd7
#fbeed8
#ecdfc9
#ebdec8
#eaddc7
#e9dcc6
#e8dbc5
#e7dac4
#e6d9c3
#e5d8c2
#e4d7c1
#e3d6c0
#e2d5bf
#e1d4be
#e0d3bd
#dfd2bc

Monochromatic Color with #ede0ca

#ede0ca
#181715
#433f39
#6d675d
#989082
#c2b8a6

Tints of #ede0ca Color

#ede0ca
#efe3cf
#f1e6d5
#f3eadb
#f5ede1
#f7f1e7
#f9f4ed
#fbf8f3
#fdfbf9
#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

#ede0ca
#cad7ed

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

Split Complementary

#ede0ca
#cae9ed
#cecaed

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

Analogous Color

#edd2ca
#edd9ca
#ede0ca
#ede7ca
#ecedca

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

#ede0ca
#caede0
#e0caed

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

#ede0ca
#caedce
#cad7ed
#edcae8

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

#ede0ca
#cad7ed
#cecaed
#e9edca

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

#ede0ca Color Code Preview on Black Background Color

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

#ede0ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede0ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ede0ca

#ede0ca color code is use for CSS Background Color

Background color for the above div is #ede0ca

HTML with inline CSS

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

#ede0ca color code is use for CSS Border Color

CSS Border color for the above div is #ede0ca

HTML with inline CSS

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

CSS Border Left color for the above div is #ede0ca

HTML with inline CSS

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

CSS Border Right color for the above div is #ede0ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ede0ca

HTML with inline CSS

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

CSS Border Top color for the above div is #ede0ca

HTML with inline CSS

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

#ede0ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ede0ca Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.