crispedge.com

Color picker

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

#edbd9b hex color - Orange - Warm color - Information

#edbd9b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #edbd9b Color code in RGB color code model is created after adding 92.94% red color, 74.12% green color and 60.78% blue color. Hex #edbd9b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 35% yellow and 7% black.

Hex #edbd9b color code is between #eebb99 web safe hex color code and #ddccaa web safe hex color code. #eebb99 is the nearest web safe color code. You can see here many more shades of #edbd9b color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeedbd9b#edbd9b
RGB Decimal237, 189, 155rgb(237, 189, 155)
RGB Percent93%, 74%, 61%rgb(93%, 74%, 61%)
CSS RGBa237, 189, 155,1rgba(237,189,155,1)
CMYK Modelcmyk(0%,20%,35%,7%)
HSL Color Space25,69% ,77%hsl(25,69% ,77%)
HSV Color Space25°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011110110011011
Octal355275233
Decimal237189155
Hexedbd9b

Different shades of #edbd9b color code.

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

Light Shade of #edbd9b
#f5dac6
Dark Shade of #edbd9b
#e5a070
Saturated Shade of #edbd9b
#f3bc95
Desaturated Shade of #edbd9b
#e7bea1
Grey scale Shade of #edbd9b
#c4c4c4
Brighten Shade
#ffd6b4
Most Readable Shade
#000000

Shades of #edbd9b color code

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

#edbd9b
#d2a889
#b89378
#9e7e67
#836956
#695444
#4f3f33
#342a22
#1a1511
#000000

Similar Color like #edbd9b color

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

#eebe9c
#efbf9d
#f0c09e
#f1c19f
#f2c2a0
#f3c3a1
#f4c4a2
#f5c5a3
#f6c6a4
#f7c7a5
#f8c8a6
#f9c9a7
#facaa8
#fbcba9
#ecbc9a
#ebbb99
#eaba98
#e9b997
#e8b896
#e7b795
#e6b694
#e5b593
#e4b492
#e3b391
#e2b290
#e1b18f
#e0b08e
#dfaf8d

Monochromatic Color with #edbd9b

#edbd9b
#181410
#43352c
#6d5748
#987963
#c29b7f

Tints of #edbd9b Color

#edbd9b
#efc4a6
#f1cbb1
#f3d3bc
#f5dac7
#f7e1d2
#f9e9dd
#fbf0e8
#fdf7f3
#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

#edbd9b
#9bcbed

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

Split Complementary

#edbd9b
#9bede6
#9ba2ed

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

Analogous Color

#ed9c9b
#edad9b
#edbd9b
#edcd9b
#edde9b

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

#edbd9b
#9bedbd
#bd9bed

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

#edbd9b
#a2ed9b
#9bcbed
#e69bed

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

#edbd9b
#9bcbed
#9ba2ed
#ede69b

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

#edbd9b Color Code Preview on Black Background Color

This is how #edbd9b Color will look on black background color. Color contrast ratio is 12.35

#edbd9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbd9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbd9b

#edbd9b color code is use for CSS Background Color

Background color for the above div is #edbd9b

HTML with inline CSS

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

#edbd9b color code is use for CSS Border Color

CSS Border color for the above div is #edbd9b

HTML with inline CSS

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

CSS Border Left color for the above div is #edbd9b

HTML with inline CSS

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

CSS Border Right color for the above div is #edbd9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbd9b

HTML with inline CSS

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

CSS Border Top color for the above div is #edbd9b

HTML with inline CSS

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

#edbd9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbd9b Color code Preview on White Background

This is how #edbd9b Color code will look on white background color. Color contrast ratio is 1.70

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.