crispedge.com

Color picker

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

#e08100 hex color - Orange - Warm color - Information

#e08100 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #e08100 color code is between #dd8800 web safe hex color code and #ee7700 web safe hex color code. #dd8800 is the nearest web safe color code. You can see here many more shades of #e08100 color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codee08100#e08100
RGB Decimal224, 129, 0rgb(224, 129, 0)
RGB Percent88%, 51%, 0%rgb(88%, 51%, 0%)
CSS RGBa224, 129, 0,1rgba(224,129,0,1)
CMYK Modelcmyk(0%,42%,100%,12%)
HSL Color Space35,100% ,44%hsl(35,100% ,44%)
HSV Color Space35°, 100%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000001000000100000000
Octal3402010
Decimal2241290
Hexe08100

Different shades of #e08100 color code.

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

Light Shade of #e08100
#ff9b14
Dark Shade of #e08100
#ad6400
Saturated Shade of #e08100
#e08100
Desaturated Shade of #e08100
#d57f0b
Grey scale Shade of #e08100
#707070
Brighten Shade
#f99a19
Most Readable Shade
#000000

Shades of #e08100 color code

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

#e08100
#c77200
#ae6400
#955600
#7c4700
#633900
#4a2b00
#311c00
#180e00
#000000

Similar Color like #e08100 color

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

#e18201
#e28302
#e38403
#e48504
#e58605
#e68706
#e78807
#e88908
#e98a09
#ea8b0a
#eb8c0b
#ec8d0c
#ed8e0d
#ee8f0e
#df8000
#de7f00
#dd7e00
#dc7d00
#db7c00
#da7b00
#d97a00
#d87900
#d77800
#d67700
#d57600
#d47500
#d37400
#d27300

Monochromatic Color with #e08100

#e08100
#0b0700
#361f00
#603800
#8b5000
#b56900

Tints of #e08100 Color

#e08100
#e38f1c
#e69d38
#eaab55
#edb971
#f1c78d
#f4d5aa
#f8e3c6
#fbf1e2
#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

#e08100
#005fe0

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

Split Complementary

#e08100
#00cfe0
#1100e0

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

Analogous Color

#e02700
#e05400
#e08100
#e0ae00
#e0db00

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

#e08100
#00e081
#8100e0

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

#e08100
#00e011
#005fe0
#e000cf

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

#e08100
#005fe0
#1100e0
#cfe000

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

#e08100 Color Code Preview on Black Background Color

This is how #e08100 Color will look on black background color. Color contrast ratio is 7.31

#e08100 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e08100

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e08100

#e08100 color code is use for CSS Background Color

Background color for the above div is #e08100

HTML with inline CSS

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

#e08100 color code is use for CSS Border Color

CSS Border color for the above div is #e08100

HTML with inline CSS

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

CSS Border Left color for the above div is #e08100

HTML with inline CSS

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

CSS Border Right color for the above div is #e08100

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e08100

HTML with inline CSS

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

CSS Border Top color for the above div is #e08100

HTML with inline CSS

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

#e08100 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e08100 Color code Preview on White Background

This is how #e08100 Color code will look on white background color. Color contrast ratio is 2.87

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.