crispedge.com

Color picker

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

#e1ca62 hex color - Green - Warm color - Information

#e1ca62 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #e1ca62 Color code in RGB color code model is created after adding 88.24% red color, 79.22% green color and 38.43% blue color. Hex #e1ca62 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 56% yellow and 12% black.

Hex #e1ca62 color code is between #ddcc66 web safe hex color code and #eebb55 web safe hex color code. #ddcc66 is the nearest web safe color code. You can see here many more shades of #e1ca62 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee1ca62#e1ca62
RGB Decimal225, 202, 98rgb(225, 202, 98)
RGB Percent88%, 79%, 38%rgb(88%, 79%, 38%)
CSS RGBa225, 202, 98,1rgba(225,202,98,1)
CMYK Modelcmyk(0%,10%,56%,12%)
HSL Color Space49,68% ,63%hsl(49,68% ,63%)
HSV Color Space49°, 56%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011100101001100010
Octal341312142
Decimal22520298
Hexe1ca62

Different shades of #e1ca62 color code.

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

Light Shade of #e1ca62
#e9d88d
Dark Shade of #e1ca62
#d9bc37
Saturated Shade of #e1ca62
#ead059
Desaturated Shade of #e1ca62
#d8c46b
Grey scale Shade of #e1ca62
#a1a1a1
Brighten Shade
#fae37b
Most Readable Shade
#000000

Shades of #e1ca62 color code

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

#e1ca62
#c8b357
#af9d4c
#968641
#7d7036
#64592b
#4b4320
#322c15
#19160a
#000000

Similar Color like #e1ca62 color

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

#e2cb63
#e3cc64
#e4cd65
#e5ce66
#e6cf67
#e7d068
#e8d169
#e9d26a
#ead36b
#ebd46c
#ecd56d
#edd66e
#eed76f
#efd870
#e0c961
#dfc860
#dec75f
#ddc65e
#dcc55d
#dbc45c
#dac35b
#d9c25a
#d8c159
#d7c058
#d6bf57
#d5be56
#d4bd55
#d3bc54

Monochromatic Color with #e1ca62

#e1ca62
#0c0b05
#373118
#61582a
#8c7e3d
#b6a44f

Tints of #e1ca62 Color

#e1ca62
#e4cf73
#e7d584
#ebdb96
#eee1a7
#f1e7b9
#f5edca
#f8f3dc
#fbf9ed
#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

#e1ca62
#6279e1

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

Split Complementary

#e1ca62
#62b9e1
#8a62e1

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

Analogous Color

#e19762
#e1b162
#e1ca62
#dfe162
#c5e162

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

#e1ca62
#62e1ca
#ca62e1

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

#e1ca62
#62e18a
#6279e1
#e162b8

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

#e1ca62
#6279e1
#8a62e1
#b9e162

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

#e1ca62 Color Code Preview on Black Background Color

This is how #e1ca62 Color will look on black background color. Color contrast ratio is 12.83

#e1ca62 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ca62

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ca62

#e1ca62 color code is use for CSS Background Color

Background color for the above div is #e1ca62

HTML with inline CSS

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

#e1ca62 color code is use for CSS Border Color

CSS Border color for the above div is #e1ca62

HTML with inline CSS

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

CSS Border Left color for the above div is #e1ca62

HTML with inline CSS

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

CSS Border Right color for the above div is #e1ca62

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1ca62

HTML with inline CSS

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

CSS Border Top color for the above div is #e1ca62

HTML with inline CSS

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

#e1ca62 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1ca62 Color code Preview on White Background

This is how #e1ca62 Color code will look on white background color. Color contrast ratio is 1.64

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

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.