crispedge.com

Color picker

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

#e5d42a hex color - Green - Warm color - Information

#e5d42a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #e5d42a Color code in RGB color code model is created after adding 89.8% red color, 83.14% green color and 16.47% blue color. Hex #e5d42a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 82% yellow and 10% black.

Hex #e5d42a color code is between #ddcc22 web safe hex color code and #eedd33 web safe hex color code. #ddcc22 is the nearest web safe color code. You can see here many more shades of #e5d42a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee5d42a#e5d42a
RGB Decimal229, 212, 42rgb(229, 212, 42)
RGB Percent90%, 83%, 16%rgb(90%, 83%, 16%)
CSS RGBa229, 212, 42,1rgba(229,212,42,1)
CMYK Modelcmyk(0%,7%,82%,10%)
HSL Color Space55,78% ,53%hsl(55,78% ,53%)
HSV Color Space55°, 82%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001011101010000101010
Octal34532452
Decimal22921242
Hexe5d42a

Different shades of #e5d42a color code.

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

Light Shade of #e5d42a
#ebdd57
Dark Shade of #e5d42a
#c4b418
Saturated Shade of #e5d42a
#f1de1e
Desaturated Shade of #e5d42a
#d9ca36
Grey scale Shade of #e5d42a
#878787
Brighten Shade
#feed43
Most Readable Shade
#000000

Shades of #e5d42a color code

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

#e5d42a
#cbbc25
#b2a420
#988d1c
#7f7517
#655e12
#4c460e
#322f09
#191704
#000000

Similar Color like #e5d42a color

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

#e6d52b
#e7d62c
#e8d72d
#e9d82e
#ead92f
#ebda30
#ecdb31
#eddc32
#eedd33
#efde34
#f0df35
#f1e036
#f2e137
#f3e238
#e4d329
#e3d228
#e2d127
#e1d026
#e0cf25
#dfce24
#decd23
#ddcc22
#dccb21
#dbca20
#dac91f
#d9c81e
#d8c71d
#d7c61c

Monochromatic Color with #e5d42a

#e5d42a
#100f03
#3b370b
#655e13
#90851a
#baad22

Tints of #e5d42a Color

#e5d42a
#e7d841
#eadd59
#ede271
#f0e788
#f3eba0
#f6f0b8
#f9f5cf
#fcfae7
#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

#e5d42a
#2a3be5

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

Split Complementary

#e5d42a
#2a98e5
#772ae5

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

Analogous Color

#e5892a
#e5af2a
#e5d42a
#d1e52a
#abe52a

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

#e5d42a
#2ae5d4
#d42ae5

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

#e5d42a
#2ae576
#2a3be5
#e52a98

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

#e5d42a
#2a3be5
#772ae5
#98e52a

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

#e5d42a Color Code Preview on Black Background Color

This is how #e5d42a Color will look on black background color. Color contrast ratio is 13.78

#e5d42a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5d42a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e5d42a

#e5d42a color code is use for CSS Background Color

Background color for the above div is #e5d42a

HTML with inline CSS

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

#e5d42a color code is use for CSS Border Color

CSS Border color for the above div is #e5d42a

HTML with inline CSS

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

CSS Border Left color for the above div is #e5d42a

HTML with inline CSS

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

CSS Border Right color for the above div is #e5d42a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e5d42a

HTML with inline CSS

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

CSS Border Top color for the above div is #e5d42a

HTML with inline CSS

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

#e5d42a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e5d42a Color code Preview on White Background

This is how #e5d42a Color code will look on white background color. Color contrast ratio is 1.52

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

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.