crispedge.com

Color picker

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

#e1dbca hex color - Yellow - Warm color - Information

#e1dbca hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #e1dbca Color code in RGB color code model is created after adding 88.24% red color, 85.88% green color and 79.22% blue color. Hex #e1dbca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 10% yellow and 12% black.

Hex #e1dbca color code is between #ddddcc web safe hex color code and #eeccbb web safe hex color code. #ddddcc is the nearest web safe color code. You can see here many more shades of #e1dbca color code.

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Codee1dbca#e1dbca
RGB Decimal225, 219, 202rgb(225, 219, 202)
RGB Percent88%, 86%, 79%rgb(88%, 86%, 79%)
CSS RGBa225, 219, 202,1rgba(225,219,202,1)
CMYK Modelcmyk(0%,3%,10%,12%)
HSL Color Space44,28% ,84%hsl(44,28% ,84%)
HSV Color Space44°, 10%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011101101111001010
Octal341333312
Decimal225219202
Hexe1dbca

Different shades of #e1dbca color code.

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

Light Shade of #e1dbca
#f3f1eb
Dark Shade of #e1dbca
#cfc5a9
Saturated Shade of #e1dbca
#e5ddc6
Desaturated Shade of #e1dbca
#ddd9ce
Grey scale Shade of #e1dbca
#d5d5d5
Brighten Shade
#faf4e3
Most Readable Shade
#000000

Shades of #e1dbca color code

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

#e1dbca
#c8c2b3
#afaa9d
#969286
#7d7970
#646159
#4b4943
#32302c
#191816
#000000

Similar Color like #e1dbca color

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

#e2dccb
#e3ddcc
#e4decd
#e5dfce
#e6e0cf
#e7e1d0
#e8e2d1
#e9e3d2
#eae4d3
#ebe5d4
#ece6d5
#ede7d6
#eee8d7
#efe9d8
#e0dac9
#dfd9c8
#ded8c7
#ddd7c6
#dcd6c5
#dbd5c4
#dad4c3
#d9d3c2
#d8d2c1
#d7d1c0
#d6d0bf
#d5cfbe
#d4cebd
#d3cdbc

Monochromatic Color with #e1dbca

#e1dbca
#0c0c0b
#373631
#615f58
#8c887e
#b6b2a4

Tints of #e1dbca Color

#e1dbca
#e4dfcf
#e7e3d5
#ebe7db
#eeebe1
#f1efe7
#f5f3ed
#f8f7f3
#fbfbf9
#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

#e1dbca
#cad0e1

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

Split Complementary

#e1dbca
#cadce1
#cfcae1

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

Analogous Color

#e1d2ca
#e1d6ca
#e1dbca
#e1e0ca
#dee1ca

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

#e1dbca
#cae1db
#dbcae1

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

#e1dbca
#cae1cf
#cad0e1
#e1cadb

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

#e1dbca
#cad0e1
#cfcae1
#dce1ca

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

#e1dbca Color Code Preview on Black Background Color

This is how #e1dbca Color will look on black background color. Color contrast ratio is 15.19

#e1dbca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1dbca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1dbca

#e1dbca color code is use for CSS Background Color

Background color for the above div is #e1dbca

HTML with inline CSS

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

#e1dbca color code is use for CSS Border Color

CSS Border color for the above div is #e1dbca

HTML with inline CSS

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

CSS Border Left color for the above div is #e1dbca

HTML with inline CSS

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

CSS Border Right color for the above div is #e1dbca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1dbca

HTML with inline CSS

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

CSS Border Top color for the above div is #e1dbca

HTML with inline CSS

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

#e1dbca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1dbca Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.