crispedge.com

Color picker

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

#ebded6 hex color - Orange - Warm color - Information

#ebded6 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ebded6 Color code in RGB color code model is created after adding 92.16% red color, 87.06% green color and 83.92% blue color. Hex #ebded6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 9% yellow and 8% black.

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

0 Likes 0 Comments | 11 Views

Color Table

Hex Color Codeebded6#ebded6
RGB Decimal235, 222, 214rgb(235, 222, 214)
RGB Percent92%, 87%, 84%rgb(92%, 87%, 84%)
CSS RGBa235, 222, 214,1rgba(235,222,214,1)
CMYK Modelcmyk(0%,6%,9%,8%)
HSL Color Space23,34% ,88%hsl(23,34% ,88%)
HSV Color Space23°, 9%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101111011010110
Octal353336326
Decimal235222214
Hexebded6

Different shades of #ebded6 color code.

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

Light Shade of #ebded6
#fcfaf8
Dark Shade of #ebded6
#dac2b4
Saturated Shade of #ebded6
#eeddd3
Desaturated Shade of #ebded6
#e8dfd9
Grey scale Shade of #ebded6
#e0e0e0
Brighten Shade
#fff7ef
Most Readable Shade
#000000

Shades of #ebded6 color code

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

#ebded6
#d0c5be
#b6aca6
#9c948e
#827b76
#68625f
#4e4a47
#34312f
#1a1817
#000000

Similar Color like #ebded6 color

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

#ecdfd7
#ede0d8
#eee1d9
#efe2da
#f0e3db
#f1e4dc
#f2e5dd
#f3e6de
#f4e7df
#f5e8e0
#f6e9e1
#f7eae2
#f8ebe3
#f9ece4
#eaddd5
#e9dcd4
#e8dbd3
#e7dad2
#e6d9d1
#e5d8d0
#e4d7cf
#e3d6ce
#e2d5cd
#e1d4cc
#e0d3cb
#dfd2ca
#ded1c9
#ddd0c8

Monochromatic Color with #ebded6

#ebded6
#161514
#413d3b
#6b6662
#968e89
#c0b6af

Tints of #ebded6 Color

#ebded6
#ede1da
#efe5df
#f1e9e3
#f3ece8
#f6f0ec
#f8f4f1
#faf7f5
#fcfbfa
#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

#ebded6
#d6e3eb

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

Split Complementary

#ebded6
#d6ebe9
#d6d9eb

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

Analogous Color

#ebd6d6
#ebdad6
#ebded6
#ebe2d6
#ebe6d6

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

#ebded6
#d6ebde
#ded6eb

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

#ebded6
#d8ebd6
#d6e3eb
#e8d6eb

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

#ebded6
#d6e3eb
#d6d9eb
#ebe9d6

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

#ebded6 Color Code Preview on Black Background Color

This is how #ebded6 Color will look on black background color. Color contrast ratio is 15.95

#ebded6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebded6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebded6

#ebded6 color code is use for CSS Background Color

Background color for the above div is #ebded6

HTML with inline CSS

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

#ebded6 color code is use for CSS Border Color

CSS Border color for the above div is #ebded6

HTML with inline CSS

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

CSS Border Left color for the above div is #ebded6

HTML with inline CSS

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

CSS Border Right color for the above div is #ebded6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebded6

HTML with inline CSS

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

CSS Border Top color for the above div is #ebded6

HTML with inline CSS

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

#ebded6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebded6 Color code Preview on White Background

This is how #ebded6 Color code will look on white background color. Color contrast ratio is 1.32

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

Related Gradients

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

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.