crispedge.com

Color picker

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

#e0c084 hex color - Yellow - Warm color - Information

#e0c084 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #e0c084 Color code in RGB color code model is created after adding 87.84% red color, 75.29% green color and 51.76% blue color. Hex #e0c084 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 41% yellow and 12% black.

Hex #e0c084 color code is between #ddbb88 web safe hex color code and #eecc77 web safe hex color code. #ddbb88 is the nearest web safe color code. You can see here many more shades of #e0c084 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codee0c084#e0c084
RGB Decimal224, 192, 132rgb(224, 192, 132)
RGB Percent88%, 75%, 52%rgb(88%, 75%, 52%)
CSS RGBa224, 192, 132,1rgba(224,192,132,1)
CMYK Modelcmyk(0%,14%,41%,12%)
HSL Color Space39,60% ,70%hsl(39,60% ,70%)
HSV Color Space39°, 41%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001100000010000100
Octal340300204
Decimal224192132
Hexe0c084

Different shades of #e0c084 color code.

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

Light Shade of #e0c084
#ead5ad
Dark Shade of #e0c084
#d6ab5b
Saturated Shade of #e0c084
#e8c27c
Desaturated Shade of #e0c084
#d8be8c
Grey scale Shade of #e0c084
#b2b2b2
Brighten Shade
#f9d99d
Most Readable Shade
#000000

Shades of #e0c084 color code

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

#e0c084
#c7aa75
#ae9566
#958058
#7c6a49
#63553a
#4a402c
#312a1d
#18150e
#000000

Similar Color like #e0c084 color

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

#e1c185
#e2c286
#e3c387
#e4c488
#e5c589
#e6c68a
#e7c78b
#e8c88c
#e9c98d
#eaca8e
#ebcb8f
#eccc90
#edcd91
#eece92
#dfbf83
#debe82
#ddbd81
#dcbc80
#dbbb7f
#daba7e
#d9b97d
#d8b87c
#d7b77b
#d6b67a
#d5b579
#d4b478
#d3b377
#d2b276

Monochromatic Color with #e0c084

#e0c084
#0b0a07
#362e20
#605339
#8b7752
#b59c6b

Tints of #e0c084 Color

#e0c084
#e3c791
#e6ce9f
#ead5ad
#eddcba
#f1e3c8
#f4ead6
#f8f1e3
#fbf8f1
#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

#e0c084
#84a4e0

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

Split Complementary

#e0c084
#84d2e0
#9284e0

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

Analogous Color

#e09b84
#e0ae84
#e0c084
#e0d284
#dbe084

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

#e0c084
#84e0c0
#c084e0

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

#e0c084
#84e092
#84a4e0
#e084d2

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

#e0c084
#84a4e0
#9284e0
#d2e084

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

#e0c084 Color Code Preview on Black Background Color

This is how #e0c084 Color will look on black background color. Color contrast ratio is 12.04

#e0c084 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0c084

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0c084

#e0c084 color code is use for CSS Background Color

Background color for the above div is #e0c084

HTML with inline CSS

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

#e0c084 color code is use for CSS Border Color

CSS Border color for the above div is #e0c084

HTML with inline CSS

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

CSS Border Left color for the above div is #e0c084

HTML with inline CSS

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

CSS Border Right color for the above div is #e0c084

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e0c084

HTML with inline CSS

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

CSS Border Top color for the above div is #e0c084

HTML with inline CSS

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

#e0c084 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e0c084 Color code Preview on White Background

This is how #e0c084 Color code will look on white background color. Color contrast ratio is 1.74

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

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.