@
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.

#edd145 hex color - Yellow - Warm color - Information

#edd145 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edd145 Color code in RGB color code model is created after adding 92.94% red color, 81.96% green color and 27.06% blue color. Hex #edd145 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 71% yellow and 7.06% black.

Hex #edd145 color code is between #eecc44 web safe hex color code and #dddd55 web safe hex color code. #eecc44 is the nearest web safe color code. You can see here many more shades of #edd145 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 edd145 #edd145
RGB Decimal 237, 209, 69 rgb(237, 209, 69)
RGB Percent 93%, 82%, 27% rgb(93%, 82%, 27%)
CSS RGBa 237, 209, 69,1 rgba(237,209,69,1)
CMYK Model cmyk(0%,12%,71%,7.06%)
HSL Color Space 50,82% ,60% hsl(50,82% ,60%)
HSV Color Space 50°, 71%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11010001 01000101
Octal 355 321 105
Decimal 237 209 69
Hex ed d1 45

Different shades of #edd145 color code.

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

Light Shade of #edd145
#f1dc74
Dark Shade of #edd145
#e8c517
Saturated Shade of #edd145
#f7d83b
Desaturated Shade of #edd145
#e3ca4f
Grey scale Shade of #edd145
#999999
Brighten Shade
#ffea5e
Most Readable Shade
#000000

Shades of #edd145 color code

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

#edd145
#d2b93d
#b8a235
#9e8b2e
#837426
#695c1e
#4f4517
#342e0f
#1a1707
#000000

Similar Color like #edd145 color

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

#eed246
#efd347
#f0d448
#f1d549
#f2d64a
#f3d74b
#f4d84c
#f5d94d
#f6da4e
#f7db4f
#f8dc50
#f9dd51
#fade52
#fbdf53
#ecd044
#ebcf43
#eace42
#e9cd41
#e8cc40
#e7cb3f
#e6ca3e
#e5c93d
#e4c83c
#e3c73b
#e2c63a
#e1c539
#e0c438
#dfc337

Monochromatic Color with #edd145

#edd145
#181607
#433b14
#6d6120
#98862c
#c2ac39

Tints of #edd145 Color

#edd145
#efd659
#f1db6e
#f3e083
#f5e597
#f7eaac
#f9efc1
#fbf4d5
#fdf9ea
#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

#edd145
#4561ed

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

Split Complementary

#edd145
#45b5ed
#7d45ed

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

Analogous Color

#ed8e45
#edaf45
#edd145
#e7ed45
#c6ed45

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

#edd145
#45edd1
#d145ed

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

#edd145
#45ed7d
#4561ed
#ed45b5

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

#edd145
#4561ed
#7d45ed
#b5ed45

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

#edd145 Color Code Preview on Black Background Color

This is how #edd145 Color will look on black background color. Color contrast ratio is 13.81

#edd145 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd145

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edd145

#edd145 color code is use for CSS Background Color

Background color for the above div is #edd145

HTML with inline CSS

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

#edd145 color code is use for CSS Border Color

CSS Border color for the above div is #edd145

HTML with inline CSS

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

CSS Border Left color for the above div is #edd145

HTML with inline CSS

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

CSS Border Right color for the above div is #edd145

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edd145

HTML with inline CSS

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

CSS Border Top color for the above div is #edd145

HTML with inline CSS

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

#edd145 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edd145 Color code Preview on White Background

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

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(237,209,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,97,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,209,69,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.