crispedge.com

Color picker

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

#e1e502 hex color - Yellow - Warm color - Information

#e1e502 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #e1e502 Color code in RGB color code model is created after adding 88.24% red color, 89.8% green color and 0.78% blue color. Hex #e1e502 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 99% yellow and 10% black.

Hex #e1e502 color code is between #dddd00 web safe hex color code and #eeee00 web safe hex color code. #dddd00 is the nearest web safe color code. You can see here many more shades of #e1e502 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codee1e502#e1e502
RGB Decimal225, 229, 2rgb(225, 229, 2)
RGB Percent88%, 90%, 1%rgb(88%, 90%, 1%)
CSS RGBa225, 229, 2,1rgba(225,229,2,1)
CMYK Modelcmyk(2%,0%,99%,10%)
HSL Color Space61,98% ,45%hsl(61,98% ,45%)
HSV Color Space61°, 99%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011110010100000010
Octal3413452
Decimal2252292
Hexe1e502

Different shades of #e1e502 color code.

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

Light Shade of #e1e502
#f9fd1d
Dark Shade of #e1e502
#afb202
Saturated Shade of #e1e502
#e3e700
Desaturated Shade of #e1e502
#d6d90e
Grey scale Shade of #e1e502
#737373
Brighten Shade
#fafe1b
Most Readable Shade
#000000

Shades of #e1e502 color code

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

#e1e502
#c8cb01
#afb201
#969801
#7d7f01
#646500
#4b4c00
#323200
#191900
#000000

Similar Color like #e1e502 color

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

#e2e603
#e3e704
#e4e805
#e5e906
#e6ea07
#e7eb08
#e8ec09
#e9ed0a
#eaee0b
#ebef0c
#ecf00d
#edf10e
#eef20f
#eff310
#e0e401
#dfe300
#dee200
#dde100
#dce000
#dbdf00
#dade00
#d9dd00
#d8dc00
#d7db00
#d6da00
#d5d900
#d4d800
#d3d700

Monochromatic Color with #e1e502

#e1e502
#101000
#3a3b01
#646501
#8d9001
#b7ba02

Tints of #e1e502 Color

#e1e502
#e4e71e
#e7ea3a
#ebed56
#eef072
#f1f38e
#f5f6aa
#f8f9c6
#fbfce2
#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

#e1e502
#0602e5

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

Split Complementary

#e1e502
#026fe5
#7802e5

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

Analogous Color

#e58e02
#e5bc02
#e1e502
#b4e502
#86e502

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

#e1e502
#02e1e5
#e502e1

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

#e1e502
#02e577
#0602e5
#e5026f

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

#e1e502
#0602e5
#7802e5
#6fe502

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

#e1e502 Color Code Preview on Black Background Color

This is how #e1e502 Color will look on black background color. Color contrast ratio is 15.41

#e1e502 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1e502

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1e502

#e1e502 color code is use for CSS Background Color

Background color for the above div is #e1e502

HTML with inline CSS

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

#e1e502 color code is use for CSS Border Color

CSS Border color for the above div is #e1e502

HTML with inline CSS

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

CSS Border Left color for the above div is #e1e502

HTML with inline CSS

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

CSS Border Right color for the above div is #e1e502

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1e502

HTML with inline CSS

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

CSS Border Top color for the above div is #e1e502

HTML with inline CSS

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

#e1e502 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1e502 Color code Preview on White Background

This is how #e1e502 Color code will look on white background color. Color contrast ratio is 1.36

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

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.