crispedge.com

Color picker

Loading...

#e6ae49 hex color - Yellow - Warm color - Information

#e6ae49 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #e6ae49 Color code in RGB color code model is created after adding 90.2% red color, 68.24% green color and 28.63% blue color. Hex #e6ae49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 68% yellow and 10% black.

Hex #e6ae49 color code is between #eeaa44 web safe hex color code and #ddbb55 web safe hex color code. #eeaa44 is the nearest web safe color code. You can see here many more shades of #e6ae49 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee6ae49#e6ae49
RGB Decimal230, 174, 73rgb(230, 174, 73)
RGB Percent90%, 68%, 29%rgb(90%, 68%, 29%)
CSS RGBa230, 174, 73,1rgba(230,174,73,1)
CMYK Modelcmyk(0%,24%,68%,10%)
HSL Color Space39,76% ,59%hsl(39,76% ,59%)
HSV Color Space39°, 68%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101010111001001001
Octal346256111
Decimal23017473
Hexe6ae49

Different shades of #e6ae49 color code.

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

Light Shade of #e6ae49
#ecc276
Dark Shade of #e6ae49
#de991e
Saturated Shade of #e6ae49
#f0b13f
Desaturated Shade of #e6ae49
#dcab53
Grey scale Shade of #e6ae49
#979797
Brighten Shade
#ffc762
Most Readable Shade
#000000

Shades of #e6ae49 color code

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

#e6ae49
#cc9a40
#b28738
#997430
#7f6028
#664d20
#4c3a18
#332610
#191308
#000000

Similar Color like #e6ae49 color

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

#e7af4a
#e8b04b
#e9b14c
#eab24d
#ebb34e
#ecb44f
#edb550
#eeb651
#efb752
#f0b853
#f1b954
#f2ba55
#f3bb56
#f4bc57
#e5ad48
#e4ac47
#e3ab46
#e2aa45
#e1a944
#e0a843
#dfa742
#dea641
#dda540
#dca43f
#dba33e
#daa23d
#d9a13c
#d8a03b

Monochromatic Color with #e6ae49

#e6ae49
#110d06
#3c2d13
#664e21
#916e2e
#bb8e3c

Tints of #e6ae49 Color

#e6ae49
#e8b75d
#ebc071
#eec985
#f1d299
#f3dbae
#f6e4c2
#f9edd6
#fcf6ea
#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

#e6ae49
#4981e6

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

Split Complementary

#e6ae49
#49d0e6
#6049e6

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

Analogous Color

#e66f49
#e68f49
#e6ae49
#e6cd49
#dfe649

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

#e6ae49
#49e6ae
#ae49e6

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

#e6ae49
#49e65f
#4981e6
#e649cf

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

#e6ae49
#4981e6
#6049e6
#cfe649

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

#e6ae49 Color Code Preview on Black Background Color

This is how #e6ae49 Color will look on black background color. Color contrast ratio is 10.52

#e6ae49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6ae49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6ae49

#e6ae49 color code is use for CSS Background Color

Background color for the above div is #e6ae49

HTML with inline CSS

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

#e6ae49 color code is use for CSS Border Color

CSS Border color for the above div is #e6ae49

HTML with inline CSS

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

CSS Border Left color for the above div is #e6ae49

HTML with inline CSS

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

CSS Border Right color for the above div is #e6ae49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6ae49

HTML with inline CSS

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

CSS Border Top color for the above div is #e6ae49

HTML with inline CSS

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

#e6ae49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6ae49 Color code Preview on White Background

This is how #e6ae49 Color code will look on white background color. Color contrast ratio is 2.00

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

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(230,174,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,129,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,174,73,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.