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

#eda15b hex color - Yellow - Warm color - Information

#eda15b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #eda15b Color code in RGB color code model is created after adding 92.94% red color, 63.14% green color and 35.69% blue color. Hex #eda15b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 62% yellow and 7.06% black.

Hex #eda15b color code is between #ee9955 web safe hex color code and #ddaa66 web safe hex color code. #ee9955 is the nearest web safe color code. You can see here many more shades of #eda15b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code eda15b #eda15b
RGB Decimal 237, 161, 91 rgb(237, 161, 91)
RGB Percent 93%, 63%, 36% rgb(93%, 63%, 36%)
CSS RGBa 237, 161, 91,1 rgba(237,161,91,1)
CMYK Model cmyk(0%,32%,62%,7.06%)
HSL Color Space 29,80% ,64% hsl(29,80% ,64%)
HSV Color Space 29°, 62%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 10100001 01011011
Octal 355 241 133
Decimal 237 161 91
Hex ed a1 5b

Different shades of #eda15b color code.

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

Light Shade of #eda15b
#f2bb89
Dark Shade of #eda15b
#e8872d
Saturated Shade of #eda15b
#f6a152
Desaturated Shade of #eda15b
#e4a164
Grey scale Shade of #eda15b
#a4a4a4
Brighten Shade
#ffba74
Most Readable Shade
#000000

Shades of #eda15b color code

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

#eda15b
#d28f50
#b87d46
#9e6b3c
#835932
#694728
#4f351e
#342314
#1a110a
#000000

Similar Color like #eda15b color

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

#eea25c
#efa35d
#f0a45e
#f1a55f
#f2a660
#f3a761
#f4a862
#f5a963
#f6aa64
#f7ab65
#f8ac66
#f9ad67
#faae68
#fbaf69
#eca05a
#eb9f59
#ea9e58
#e99d57
#e89c56
#e79b55
#e69a54
#e59953
#e49852
#e39751
#e29650
#e1954f
#e0944e
#df934d

Monochromatic Color with #eda15b

#eda15b
#181109
#432e1a
#6d4a2a
#98673a
#c2844b

Tints of #eda15b Color

#eda15b
#efab6d
#f1b57f
#f3c091
#f5caa3
#f7d5b6
#f9dfc8
#fbeada
#fdf4ec
#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

#eda15b
#5ba7ed

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

Split Complementary

#eda15b
#5bedea
#5b5eed

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

Analogous Color

#ed675b
#ed845b
#eda15b
#edbe5b
#eddb5b

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

#eda15b
#5beda1
#a15bed

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

#eda15b
#5eed5b
#5ba7ed
#ea5bed

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

#eda15b
#5ba7ed
#5b5eed
#edea5b

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

#eda15b Color Code Preview on Black Background Color

This is how #eda15b Color will look on black background color. Color contrast ratio is 9.85

#eda15b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda15b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eda15b

#eda15b color code is use for CSS Background Color

Background color for the above div is #eda15b

HTML with inline CSS

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

#eda15b color code is use for CSS Border Color

CSS Border color for the above div is #eda15b

HTML with inline CSS

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

CSS Border Left color for the above div is #eda15b

HTML with inline CSS

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

CSS Border Right color for the above div is #eda15b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eda15b

HTML with inline CSS

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

CSS Border Top color for the above div is #eda15b

HTML with inline CSS

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

#eda15b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eda15b Color code Preview on White Background

This is how #eda15b Color code will look on white background color. Color contrast ratio is 2.13

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

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,161,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,167,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,161,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.