Skip to main content Skip to docs navigation

#ebed1c hex color - Green - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Green

Hex #ebed1c Color code in RGB color code model is created after adding 92.16% red color, 92.94% green color and 10.98% blue color. Hex #ebed1c Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 88% yellow and 7.06% black.

Hex #ebed1c color code is between #eeee22 web safe hex color code and #dddd11 web safe hex color code. #eeee22 is the nearest web safe color code. You can see here many more shades of #ebed1c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ebed1c #ebed1c
RGB Decimal 235, 237, 28 rgb(235, 237, 28)
RGB Percent 92%, 93%, 11% rgb(92%, 93%, 11%)
CSS RGBa 235, 237, 28,1 rgba(235,237,28,1)
CMYK Model cmyk(1%,0%,88%,7.06%)
HSL Color Space 61,85% ,52% hsl(61,85% ,52%)
HSV Color Space 61°, 88%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101011 11101101 00011100
Octal 353 355 34
Decimal 235 237 28
Hex eb ed 1c

Different shades of #ebed1c color code.

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

Light Shade of #ebed1c
#eff14b
Dark Shade of #ebed1c
#c5c610
Saturated Shade of #ebed1c
#f7f910
Desaturated Shade of #ebed1c
#dfe128
Grey scale Shade of #ebed1c
#848484
Brighten Shade
#ffff35
Most Readable Shade
#000000

Shades of #ebed1c color code

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

#ebed1c
#d0d218
#b6b815
#9c9e12
#82830f
#68690c
#4e4f09
#343406
#1a1a03
#000000

Similar Color like #ebed1c color

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

#ecee1d
#edef1e
#eef01f
#eff120
#f0f221
#f1f322
#f2f423
#f3f524
#f4f625
#f5f726
#f6f827
#f7f928
#f8fa29
#f9fb2a
#eaec1b
#e9eb1a
#e8ea19
#e7e918
#e6e817
#e5e716
#e4e615
#e3e514
#e2e413
#e1e312
#e0e211
#dfe110
#dee00f
#dddf0e

Monochromatic Color with #ebed1c

#ebed1c
#181803
#424308
#6d6d0d
#979812
#c1c217

Tints of #ebed1c Color

#ebed1c
#edef35
#eff14e
#f1f367
#f3f580
#f6f79a
#f8f9b3
#fafbcc
#fcfde5
#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

#ebed1c
#1e1ced

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

Split Complementary

#ebed1c
#1c83ed
#871ced

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

Analogous Color

#ed9b1c
#edc51c
#ebed1c
#c1ed1c
#97ed1c

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

#ebed1c
#1cebed
#ed1ceb

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

#ebed1c
#1ced86
#1e1ced
#ed1c82

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

#ebed1c
#1e1ced
#871ced
#82ed1c

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

#ebed1c Color Code Preview on Black Background Color

This is how #ebed1c Color will look on black background color. Color contrast ratio is 16.66

#ebed1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebed1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebed1c

#ebed1c color code is use for CSS Background Color

Background color for the above div is #ebed1c

HTML with inline CSS

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

#ebed1c color code is use for CSS Border Color

CSS Border color for the above div is #ebed1c

HTML with inline CSS

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

CSS Border Left color for the above div is #ebed1c

HTML with inline CSS

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

CSS Border Right color for the above div is #ebed1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebed1c

HTML with inline CSS

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

CSS Border Top color for the above div is #ebed1c

HTML with inline CSS

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

#ebed1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebed1c Color code Preview on White Background

This is how #ebed1c Color code will look on white background color. Color contrast ratio is 1.26

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

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(235,237,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,28,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,237,28,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.