crispedge.com

Color picker

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

#e6a499 hex color - Red - Warm color - Information

#e6a499 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e6a499 Color code in RGB color code model is created after adding 90.2% red color, 64.31% green color and 60% blue color. Hex #e6a499 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 33% yellow and 10% black.

Hex #e6a499 color code is between #eeaa88 web safe hex color code and #dd99aa web safe hex color code. #eeaa88 is the nearest web safe color code. You can see here many more shades of #e6a499 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codee6a499#e6a499
RGB Decimal230, 164, 153rgb(230, 164, 153)
RGB Percent90%, 64%, 60%rgb(90%, 64%, 60%)
CSS RGBa230, 164, 153,1rgba(230,164,153,1)
CMYK Modelcmyk(0%,29%,33%,10%)
HSL Color Space9,61% ,75%hsl(9,61% ,75%)
HSV Color Space9°, 33%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101010010010011001
Octal346244231
Decimal230164153
Hexe6a499

Different shades of #e6a499 color code.

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

Light Shade of #e6a499
#f0c9c2
Dark Shade of #e6a499
#dc7f70
Saturated Shade of #e6a499
#ec9f93
Desaturated Shade of #e6a499
#e0a99f
Grey scale Shade of #e6a499
#bfbfbf
Brighten Shade
#ffbdb2
Most Readable Shade
#000000

Shades of #e6a499 color code

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

#e6a499
#cc9188
#b27f77
#996d66
#7f5b55
#664844
#4c3633
#332422
#191211
#000000

Similar Color like #e6a499 color

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

#e7a59a
#e8a69b
#e9a79c
#eaa89d
#eba99e
#ecaa9f
#edaba0
#eeaca1
#efada2
#f0aea3
#f1afa4
#f2b0a5
#f3b1a6
#f4b2a7
#e5a398
#e4a297
#e3a196
#e2a095
#e19f94
#e09e93
#df9d92
#de9c91
#dd9b90
#dc9a8f
#db998e
#da988d
#d9978c
#d8968b

Monochromatic Color with #e6a499

#e6a499
#110c0c
#3c2b28
#664944
#916760
#bb867d

Tints of #e6a499 Color

#e6a499
#e8aea4
#ebb8af
#eec2bb
#f1ccc6
#f3d6d1
#f6e0dd
#f9eae8
#fcf4f3
#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

#e6a499
#99dbe6

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

Split Complementary

#e6a499
#99e6cb
#99b5e6

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

Analogous Color

#e699ad
#e6999d
#e6a499
#e6b399
#e6c399

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

#e6a499
#99e6a4
#a499e6

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

#e6a499
#b4e699
#99dbe6
#ca99e6

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

#e6a499
#99dbe6
#99b5e6
#e6cb99

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

#e6a499 Color Code Preview on Black Background Color

This is how #e6a499 Color will look on black background color. Color contrast ratio is 10.13

#e6a499 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6a499

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6a499

#e6a499 color code is use for CSS Background Color

Background color for the above div is #e6a499

HTML with inline CSS

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

#e6a499 color code is use for CSS Border Color

CSS Border color for the above div is #e6a499

HTML with inline CSS

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

CSS Border Left color for the above div is #e6a499

HTML with inline CSS

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

CSS Border Right color for the above div is #e6a499

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6a499

HTML with inline CSS

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

CSS Border Top color for the above div is #e6a499

HTML with inline CSS

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

#e6a499 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6a499 Color code Preview on White Background

This is how #e6a499 Color code will look on white background color. Color contrast ratio is 2.07

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

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.