crispedge.com

Color picker

Loading...

#e5ccba hex color - Orange - Warm color - Information

#e5ccba hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e5ccba Color code in RGB color code model is created after adding 89.8% red color, 80% green color and 72.94% blue color. Hex #e5ccba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 19% yellow and 10% black.

Hex #e5ccba color code is between #ddbbbb web safe hex color code and #eeddaa web safe hex color code. #ddbbbb is the nearest web safe color code. You can see here many more shades of #e5ccba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codee5ccba#e5ccba
RGB Decimal229, 204, 186rgb(229, 204, 186)
RGB Percent90%, 80%, 73%rgb(90%, 80%, 73%)
CSS RGBa229, 204, 186,1rgba(229,204,186,1)
CMYK Modelcmyk(0%,11%,19%,10%)
HSL Color Space25,45% ,81%hsl(25,45% ,81%)
HSV Color Space25°, 19%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001011100110010111010
Octal345314272
Decimal229204186
Hexe5ccba

Different shades of #e5ccba color code.

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

Light Shade of #e5ccba
#f3e7df
Dark Shade of #e5ccba
#d7b195
Saturated Shade of #e5ccba
#eacbb5
Desaturated Shade of #e5ccba
#e0cdbf
Grey scale Shade of #e5ccba
#cfcfcf
Brighten Shade
#fee5d3
Most Readable Shade
#000000

Shades of #e5ccba color code

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

#e5ccba
#cbb5a5
#b29e90
#98887c
#7f7167
#655a52
#4c443e
#322d29
#191614
#000000

Similar Color like #e5ccba color

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

#e6cdbb
#e7cebc
#e8cfbd
#e9d0be
#ead1bf
#ebd2c0
#ecd3c1
#edd4c2
#eed5c3
#efd6c4
#f0d7c5
#f1d8c6
#f2d9c7
#f3dac8
#e4cbb9
#e3cab8
#e2c9b7
#e1c8b6
#e0c7b5
#dfc6b4
#dec5b3
#ddc4b2
#dcc3b1
#dbc2b0
#dac1af
#d9c0ae
#d8bfad
#d7beac

Monochromatic Color with #e5ccba

#e5ccba
#100f0d
#3b3530
#655a52
#908075
#baa697

Tints of #e5ccba Color

#e5ccba
#e7d1c1
#ead7c9
#edddd1
#f0e2d8
#f3e8e0
#f6eee8
#f9f3ef
#fcf9f7
#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

#e5ccba
#bad3e5

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

Split Complementary

#e5ccba
#bae5e2
#babde5

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

Analogous Color

#e5bbba
#e5c3ba
#e5ccba
#e5d5ba
#e5ddba

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

#e5ccba
#bae5cc
#ccbae5

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

#e5ccba
#bde5ba
#bad3e5
#e1bae5

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

#e5ccba
#bad3e5
#babde5
#e5e2ba

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

#e5ccba Color Code Preview on Black Background Color

This is how #e5ccba Color will look on black background color. Color contrast ratio is 13.68

#e5ccba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5ccba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5ccba

#e5ccba color code is use for CSS Background Color

Background color for the above div is #e5ccba

HTML with inline CSS

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

#e5ccba color code is use for CSS Border Color

CSS Border color for the above div is #e5ccba

HTML with inline CSS

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

CSS Border Left color for the above div is #e5ccba

HTML with inline CSS

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

CSS Border Right color for the above div is #e5ccba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5ccba

HTML with inline CSS

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

CSS Border Top color for the above div is #e5ccba

HTML with inline CSS

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

#e5ccba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5ccba Color code Preview on White Background

This is how #e5ccba Color code will look on white background color. Color contrast ratio is 1.54

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(229,204,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,211,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(229,204,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.