crispedge.com

Color picker

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

#e2cd90 hex color - Yellow - Warm color - Information

#e2cd90 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #e2cd90 Color code in RGB color code model is created after adding 88.63% red color, 80.39% green color and 56.47% blue color. Hex #e2cd90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 36% yellow and 11% black.

Hex #e2cd90 color code is between #ddcc88 web safe hex color code and #eedd99 web safe hex color code. #ddcc88 is the nearest web safe color code. You can see here many more shades of #e2cd90 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee2cd90#e2cd90
RGB Decimal226, 205, 144rgb(226, 205, 144)
RGB Percent89%, 80%, 56%rgb(89%, 80%, 56%)
CSS RGBa226, 205, 144,1rgba(226,205,144,1)
CMYK Modelcmyk(0%,9%,36%,11%)
HSL Color Space45,59% ,73%hsl(45,59% ,73%)
HSV Color Space45°, 36%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101100110110010000
Octal342315220
Decimal226205144
Hexe2cd90

Different shades of #e2cd90 color code.

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

Light Shade of #e2cd90
#eddfb8
Dark Shade of #e2cd90
#d7bb68
Saturated Shade of #e2cd90
#e9d089
Desaturated Shade of #e2cd90
#dbca97
Grey scale Shade of #e2cd90
#b9b9b9
Brighten Shade
#fbe6a9
Most Readable Shade
#000000

Shades of #e2cd90 color code

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

#e2cd90
#c8b680
#af9f70
#968860
#7d7150
#645b40
#4b4430
#322d20
#191610
#000000

Similar Color like #e2cd90 color

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

#e3ce91
#e4cf92
#e5d093
#e6d194
#e7d295
#e8d396
#e9d497
#ead598
#ebd699
#ecd79a
#edd89b
#eed99c
#efda9d
#f0db9e
#e1cc8f
#e0cb8e
#dfca8d
#dec98c
#ddc88b
#dcc78a
#dbc689
#dac588
#d9c487
#d8c386
#d7c285
#d6c184
#d5c083
#d4bf82

Monochromatic Color with #e2cd90

#e2cd90
#0d0c09
#383324
#62593f
#8d805a
#b7a675

Tints of #e2cd90 Color

#e2cd90
#e5d29c
#e8d8a8
#ebddb5
#eee3c1
#f2e8cd
#f5eeda
#f8f3e6
#fbf9f2
#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

#e2cd90
#90a5e2

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

Split Complementary

#e2cd90
#90cee2
#a490e2

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

Analogous Color

#e2ac90
#e2bd90
#e2cd90
#e2dd90
#d6e290

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

#e2cd90
#90e2cd
#cd90e2

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

#e2cd90
#90e2a4
#90a5e2
#e290ce

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

#e2cd90
#90a5e2
#a490e2
#cee290

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

#e2cd90 Color Code Preview on Black Background Color

This is how #e2cd90 Color will look on black background color. Color contrast ratio is 13.37

#e2cd90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2cd90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2cd90

#e2cd90 color code is use for CSS Background Color

Background color for the above div is #e2cd90

HTML with inline CSS

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

#e2cd90 color code is use for CSS Border Color

CSS Border color for the above div is #e2cd90

HTML with inline CSS

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

CSS Border Left color for the above div is #e2cd90

HTML with inline CSS

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

CSS Border Right color for the above div is #e2cd90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2cd90

HTML with inline CSS

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

CSS Border Top color for the above div is #e2cd90

HTML with inline CSS

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

#e2cd90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2cd90 Color code Preview on White Background

This is how #e2cd90 Color code will look on white background color. Color contrast ratio is 1.57

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.