crispedge.com

Color picker

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

#e0ac01 hex color - Orange - Warm color - Information

#e0ac01 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #e0ac01 Color code in RGB color code model is created after adding 87.84% red color, 67.45% green color and 0.39% blue color. Hex #e0ac01 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 100% yellow and 12% black.

Hex #e0ac01 color code is between #ddaa00 web safe hex color code and #eebb00 web safe hex color code. #ddaa00 is the nearest web safe color code. You can see here many more shades of #e0ac01 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codee0ac01#e0ac01
RGB Decimal224, 172, 1rgb(224, 172, 1)
RGB Percent88%, 67%, 0%rgb(88%, 67%, 0%)
CSS RGBa224, 172, 1,1rgba(224,172,1,1)
CMYK Modelcmyk(0%,23%,100%,12%)
HSL Color Space46,99% ,44%hsl(46,99% ,44%)
HSV Color Space46°, 100%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001010110000000001
Octal3402541
Decimal2241721
Hexe0ac01

Different shades of #e0ac01 color code.

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

Light Shade of #e0ac01
#fec816
Dark Shade of #e0ac01
#ad8501
Saturated Shade of #e0ac01
#e1ad00
Desaturated Shade of #e0ac01
#d5a60c
Grey scale Shade of #e0ac01
#707070
Brighten Shade
#f9c51a
Most Readable Shade
#000000

Shades of #e0ac01 color code

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

#e0ac01
#c79800
#ae8500
#957200
#7c5f00
#634c00
#4a3900
#312600
#181300
#000000

Similar Color like #e0ac01 color

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

#e1ad02
#e2ae03
#e3af04
#e4b005
#e5b106
#e6b207
#e7b308
#e8b409
#e9b50a
#eab60b
#ebb70c
#ecb80d
#edb90e
#eeba0f
#dfab00
#deaa00
#dda900
#dca800
#dba700
#daa600
#d9a500
#d8a400
#d7a300
#d6a200
#d5a100
#d4a000
#d39f00
#d29e00

Monochromatic Color with #e0ac01

#e0ac01
#0b0900
#362900
#604a00
#8b6b01
#b58b01

Tints of #e0ac01 Color

#e0ac01
#e3b51d
#e6be39
#eac755
#edd071
#f1da8e
#f4e3aa
#f8ecc6
#fbf5e2
#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

#e0ac01
#0135e0

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

Split Complementary

#e0ac01
#01a5e0
#3c01e0

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

Analogous Color

#e05301
#e07f01
#e0ac01
#e0d901
#bbe001

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

#e0ac01
#01e0ac
#ac01e0

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

#e0ac01
#01e03c
#0135e0
#e001a4

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

#e0ac01
#0135e0
#3c01e0
#a5e001

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

#e0ac01 Color Code Preview on Black Background Color

This is how #e0ac01 Color will look on black background color. Color contrast ratio is 10.07

#e0ac01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0ac01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e0ac01

#e0ac01 color code is use for CSS Background Color

Background color for the above div is #e0ac01

HTML with inline CSS

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

#e0ac01 color code is use for CSS Border Color

CSS Border color for the above div is #e0ac01

HTML with inline CSS

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

CSS Border Left color for the above div is #e0ac01

HTML with inline CSS

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

CSS Border Right color for the above div is #e0ac01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e0ac01

HTML with inline CSS

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

CSS Border Top color for the above div is #e0ac01

HTML with inline CSS

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

#e0ac01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e0ac01 Color code Preview on White Background

This is how #e0ac01 Color code will look on white background color. Color contrast ratio is 2.09

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.