crispedge.com

Color picker

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

#e29f60 hex color - Orange - Warm color - Information

#e29f60 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #e29f60 Color code in RGB color code model is created after adding 88.63% red color, 62.35% green color and 37.65% blue color. Hex #e29f60 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 58% yellow and 11% black.

Hex #e29f60 color code is between #dd9966 web safe hex color code and #eeaa55 web safe hex color code. #dd9966 is the nearest web safe color code. You can see here many more shades of #e29f60 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codee29f60#e29f60
RGB Decimal226, 159, 96rgb(226, 159, 96)
RGB Percent89%, 62%, 38%rgb(89%, 62%, 38%)
CSS RGBa226, 159, 96,1rgba(226,159,96,1)
CMYK Modelcmyk(0%,30%,58%,11%)
HSL Color Space29,69% ,63%hsl(29,69% ,63%)
HSV Color Space29°, 58%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101001111101100000
Octal342237140
Decimal22615996
Hexe29f60

Different shades of #e29f60 color code.

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

Light Shade of #e29f60
#eab98b
Dark Shade of #e29f60
#da8535
Saturated Shade of #e29f60
#eb9f57
Desaturated Shade of #e29f60
#d99f69
Grey scale Shade of #e29f60
#a1a1a1
Brighten Shade
#fbb879
Most Readable Shade
#000000

Shades of #e29f60 color code

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

#e29f60
#c88d55
#af7b4a
#966a40
#7d5835
#64462a
#4b3520
#322315
#19110a
#000000

Similar Color like #e29f60 color

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

#e3a061
#e4a162
#e5a263
#e6a364
#e7a465
#e8a566
#e9a667
#eaa768
#eba869
#eca96a
#edaa6b
#eeab6c
#efac6d
#f0ad6e
#e19e5f
#e09d5e
#df9c5d
#de9b5c
#dd9a5b
#dc995a
#db9859
#da9758
#d99657
#d89556
#d79455
#d69354
#d59253
#d49152

Monochromatic Color with #e29f60

#e29f60
#0d0906
#382718
#62452a
#8d633c
#b7814e

Tints of #e29f60 Color

#e29f60
#e5a971
#e8b483
#ebbf95
#eec9a6
#f2d4b8
#f5dfca
#f8e9db
#fbf4ed
#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

#e29f60
#60a3e2

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

Split Complementary

#e29f60
#60e2e0
#6062e2

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

Analogous Color

#e26b60
#e28560
#e29f60
#e2b960
#e2d360

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

#e29f60
#60e29f
#9f60e2

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

#e29f60
#62e260
#60a3e2
#e060e2

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

#e29f60
#60a3e2
#6062e2
#e2e060

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

#e29f60 Color Code Preview on Black Background Color

This is how #e29f60 Color will look on black background color. Color contrast ratio is 9.36

#e29f60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e29f60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e29f60

#e29f60 color code is use for CSS Background Color

Background color for the above div is #e29f60

HTML with inline CSS

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

#e29f60 color code is use for CSS Border Color

CSS Border color for the above div is #e29f60

HTML with inline CSS

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

CSS Border Left color for the above div is #e29f60

HTML with inline CSS

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

CSS Border Right color for the above div is #e29f60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e29f60

HTML with inline CSS

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

CSS Border Top color for the above div is #e29f60

HTML with inline CSS

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

#e29f60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e29f60 Color code Preview on White Background

This is how #e29f60 Color code will look on white background color. Color contrast ratio is 2.24

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.