crispedge.com

Color picker

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

#ead29e hex color - Yellow - Warm color - Information

#ead29e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ead29e Color code in RGB color code model is created after adding 91.76% red color, 82.35% green color and 61.96% blue color. Hex #ead29e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 32% yellow and 8% black.

Hex #ead29e color code is between #eecc99 web safe hex color code and #ddddaa web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #ead29e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeead29e#ead29e
RGB Decimal234, 210, 158rgb(234, 210, 158)
RGB Percent92%, 82%, 62%rgb(92%, 82%, 62%)
CSS RGBa234, 210, 158,1rgba(234,210,158,1)
CMYK Modelcmyk(0%,10%,32%,8%)
HSL Color Space41,64% ,77%hsl(41,64% ,77%)
HSV Color Space41°, 32%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101101001010011110
Octal352322236
Decimal234210158
Hexead29e

Different shades of #ead29e color code.

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

Light Shade of #ead29e
#f3e5c8
Dark Shade of #ead29e
#e1bf74
Saturated Shade of #ead29e
#f0d498
Desaturated Shade of #ead29e
#e4d0a4
Grey scale Shade of #ead29e
#c4c4c4
Brighten Shade
#ffebb7
Most Readable Shade
#000000

Shades of #ead29e color code

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

#ead29e
#d0ba8c
#b6a37a
#9c8c69
#827457
#685d46
#4e4634
#342e23
#1a1711
#000000

Similar Color like #ead29e color

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

#ebd39f
#ecd4a0
#edd5a1
#eed6a2
#efd7a3
#f0d8a4
#f1d9a5
#f2daa6
#f3dba7
#f4dca8
#f5dda9
#f6deaa
#f7dfab
#f8e0ac
#e9d19d
#e8d09c
#e7cf9b
#e6ce9a
#e5cd99
#e4cc98
#e3cb97
#e2ca96
#e1c995
#e0c894
#dfc793
#dec692
#ddc591
#dcc490

Monochromatic Color with #ead29e

#ead29e
#15130f
#40392b
#6a6048
#958665
#bfac81

Tints of #ead29e Color

#ead29e
#ecd7a8
#eedcb3
#f1e1be
#f3e6c9
#f5ebd3
#f8f0de
#faf5e9
#fcfaf4
#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

#ead29e
#9eb6ea

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

Split Complementary

#ead29e
#9edcea
#ac9eea

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

Analogous Color

#eab49e
#eac39e
#ead29e
#eae19e
#e4ea9e

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

#ead29e
#9eead2
#d29eea

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

#ead29e
#9eeaac
#9eb6ea
#ea9edc

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

#ead29e
#9eb6ea
#ac9eea
#dcea9e

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

#ead29e Color Code Preview on Black Background Color

This is how #ead29e Color will look on black background color. Color contrast ratio is 14.21

#ead29e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ead29e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ead29e

#ead29e color code is use for CSS Background Color

Background color for the above div is #ead29e

HTML with inline CSS

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

#ead29e color code is use for CSS Border Color

CSS Border color for the above div is #ead29e

HTML with inline CSS

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

CSS Border Left color for the above div is #ead29e

HTML with inline CSS

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

CSS Border Right color for the above div is #ead29e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ead29e

HTML with inline CSS

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

CSS Border Top color for the above div is #ead29e

HTML with inline CSS

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

#ead29e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ead29e Color code Preview on White Background

This is how #ead29e Color code will look on white background color. Color contrast ratio is 1.48

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.