crispedge.com

Color picker

Loading...

#e1ec52 hex color - Green - Warm color - Information

#e1ec52 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #e1ec52 Color code in RGB color code model is created after adding 88.24% red color, 92.55% green color and 32.16% blue color. Hex #e1ec52 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 65% yellow and 7% black.

Hex #e1ec52 color code is between #ddee55 web safe hex color code and #eedd44 web safe hex color code. #ddee55 is the nearest web safe color code. You can see here many more shades of #e1ec52 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codee1ec52#e1ec52
RGB Decimal225, 236, 82rgb(225, 236, 82)
RGB Percent88%, 93%, 32%rgb(88%, 93%, 32%)
CSS RGBa225, 236, 82,1rgba(225,236,82,1)
CMYK Modelcmyk(5%,0%,65%,7%)
HSL Color Space64,80% ,62%hsl(64,80% ,62%)
HSV Color Space64°, 65%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011110110001010010
Octal341354122
Decimal22523682
Hexe1ec52

Different shades of #e1ec52 color code.

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

Light Shade of #e1ec52
#e9f180
Dark Shade of #e1ec52
#d9e724
Saturated Shade of #e1ec52
#e9f648
Desaturated Shade of #e1ec52
#d9e25c
Grey scale Shade of #e1ec52
#9f9f9f
Brighten Shade
#faff6b
Most Readable Shade
#000000

Shades of #e1ec52 color code

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

#e1ec52
#c8d148
#afb73f
#969d36
#7d832d
#646824
#4b4e1b
#323412
#191a09
#000000

Similar Color like #e1ec52 color

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

#e2ed53
#e3ee54
#e4ef55
#e5f056
#e6f157
#e7f258
#e8f359
#e9f45a
#eaf55b
#ebf65c
#ecf75d
#edf85e
#eef95f
#effa60
#e0eb51
#dfea50
#dee94f
#dde84e
#dce74d
#dbe64c
#dae54b
#d9e44a
#d8e349
#d7e248
#d6e147
#d5e046
#d4df45
#d3de44

Monochromatic Color with #e1ec52

#e1ec52
#161708
#3f4217
#676c26
#909734
#b8c143

Tints of #e1ec52 Color

#e1ec52
#e4ee65
#e7f078
#ebf28b
#eef49e
#f1f6b2
#f5f8c5
#f8fad8
#fbfceb
#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

#e1ec52
#5d52ec

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

Split Complementary

#e1ec52
#5294ec
#aa52ec

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

Analogous Color

#ecb952
#ecd852
#e1ec52
#c2ec52
#a3ec52

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

#e1ec52
#52e1ec
#ec52e1

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

#e1ec52
#52ecaa
#5d52ec
#ec5294

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

#e1ec52
#5d52ec
#aa52ec
#94ec52

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

#e1ec52 Color Code Preview on Black Background Color

This is how #e1ec52 Color will look on black background color. Color contrast ratio is 16.32

#e1ec52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ec52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1ec52

#e1ec52 color code is use for CSS Background Color

Background color for the above div is #e1ec52

HTML with inline CSS

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

#e1ec52 color code is use for CSS Border Color

CSS Border color for the above div is #e1ec52

HTML with inline CSS

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

CSS Border Left color for the above div is #e1ec52

HTML with inline CSS

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

CSS Border Right color for the above div is #e1ec52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1ec52

HTML with inline CSS

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

CSS Border Top color for the above div is #e1ec52

HTML with inline CSS

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

#e1ec52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1ec52 Color code Preview on White Background

This is how #e1ec52 Color code will look on white background color. Color contrast ratio is 1.29

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,236,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,82,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,236,82,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.