crispedge.com

Color picker

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

#e2af58 hex color - Yellow - Warm color - Information

#e2af58 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #e2af58 Color code in RGB color code model is created after adding 88.63% red color, 68.63% green color and 34.51% blue color. Hex #e2af58 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 61% yellow and 11% black.

Hex #e2af58 color code is between #ddaa55 web safe hex color code and #eebb66 web safe hex color code. #ddaa55 is the nearest web safe color code. You can see here many more shades of #e2af58 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codee2af58#e2af58
RGB Decimal226, 175, 88rgb(226, 175, 88)
RGB Percent89%, 69%, 35%rgb(89%, 69%, 35%)
CSS RGBa226, 175, 88,1rgba(226,175,88,1)
CMYK Modelcmyk(0%,23%,61%,11%)
HSL Color Space38,70% ,62%hsl(38,70% ,62%)
HSV Color Space38°, 61%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101010111101011000
Octal342257130
Decimal22617588
Hexe2af58

Different shades of #e2af58 color code.

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

Light Shade of #e2af58
#eac483
Dark Shade of #e2af58
#da9a2d
Saturated Shade of #e2af58
#ecb24e
Desaturated Shade of #e2af58
#d8ac62
Grey scale Shade of #e2af58
#9d9d9d
Brighten Shade
#fbc871
Most Readable Shade
#000000

Shades of #e2af58 color code

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

#e2af58
#c89b4e
#af8844
#96743a
#7d6130
#644d27
#4b3a1d
#322613
#191309
#000000

Similar Color like #e2af58 color

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

#e3b059
#e4b15a
#e5b25b
#e6b35c
#e7b45d
#e8b55e
#e9b65f
#eab760
#ebb861
#ecb962
#edba63
#eebb64
#efbc65
#f0bd66
#e1ae57
#e0ad56
#dfac55
#deab54
#ddaa53
#dca952
#dba851
#daa750
#d9a64f
#d8a54e
#d7a44d
#d6a34c
#d5a24b
#d4a14a

Monochromatic Color with #e2af58

#e2af58
#0d0a05
#382b16
#624c26
#8d6d37
#b78e47

Tints of #e2af58 Color

#e2af58
#e5b76a
#e8c07d
#ebc98f
#eed2a2
#f2dbb4
#f5e4c7
#f8edd9
#fbf6ec
#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

#e2af58
#588be2

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

Split Complementary

#e2af58
#58d0e2
#6a58e2

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

Analogous Color

#e27858
#e29358
#e2af58
#e2cb58
#dee258

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

#e2af58
#58e2af
#af58e2

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

#e2af58
#58e26a
#588be2
#e258d0

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

#e2af58
#588be2
#6a58e2
#d0e258

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

#e2af58 Color Code Preview on Black Background Color

This is how #e2af58 Color will look on black background color. Color contrast ratio is 10.51

#e2af58 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2af58

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2af58

#e2af58 color code is use for CSS Background Color

Background color for the above div is #e2af58

HTML with inline CSS

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

#e2af58 color code is use for CSS Border Color

CSS Border color for the above div is #e2af58

HTML with inline CSS

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

CSS Border Left color for the above div is #e2af58

HTML with inline CSS

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

CSS Border Right color for the above div is #e2af58

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2af58

HTML with inline CSS

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

CSS Border Top color for the above div is #e2af58

HTML with inline CSS

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

#e2af58 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2af58 Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.