crispedge.com

Color picker

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

#ed6c1c hex color - Orange - Warm color - Information

#ed6c1c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ed6c1c Color code in RGB color code model is created after adding 92.94% red color, 42.35% green color and 10.98% blue color. Hex #ed6c1c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 88% yellow and 7% black.

Hex #ed6c1c color code is between #ee6622 web safe hex color code and #dd7711 web safe hex color code. #ee6622 is the nearest web safe color code. You can see here many more shades of #ed6c1c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeed6c1c#ed6c1c
RGB Decimal237, 108, 28rgb(237, 108, 28)
RGB Percent93%, 42%, 11%rgb(93%, 42%, 11%)
CSS RGBa237, 108, 28,1rgba(237,108,28,1)
CMYK Modelcmyk(0%,54%,88%,7%)
HSL Color Space23,85% ,52%hsl(23,85% ,52%)
HSV Color Space23°, 88%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010110110000011100
Octal35515434
Decimal23710828
Hexed6c1c

Different shades of #ed6c1c color code.

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

Light Shade of #ed6c1c
#f18b4b
Dark Shade of #ed6c1c
#c65610
Saturated Shade of #ed6c1c
#f96910
Desaturated Shade of #ed6c1c
#e16f28
Grey scale Shade of #ed6c1c
#848484
Brighten Shade
#ff8535
Most Readable Shade
#000000

Shades of #ed6c1c color code

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

#ed6c1c
#d26018
#b85415
#9e4812
#833c0f
#69300c
#4f2409
#341806
#1a0c03
#000000

Similar Color like #ed6c1c color

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

#ee6d1d
#ef6e1e
#f06f1f
#f17020
#f27121
#f37222
#f47323
#f57424
#f67525
#f77626
#f87727
#f97828
#fa7929
#fb7a2a
#ec6b1b
#eb6a1a
#ea6919
#e96818
#e86717
#e76616
#e66515
#e56414
#e46313
#e36212
#e26111
#e16010
#e05f0f
#df5e0e

Monochromatic Color with #ed6c1c

#ed6c1c
#180b03
#431f08
#6d320d
#984512
#c25917

Tints of #ed6c1c Color

#ed6c1c
#ef7c35
#f18c4e
#f39d67
#f5ad80
#f7bd9a
#f9ceb3
#fbdecc
#fdeee5
#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

#ed6c1c
#1c9ded

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

Split Complementary

#ed6c1c
#1cedd5
#1c35ed

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

Analogous Color

#ed1c20
#ed421c
#ed6c1c
#ed961c
#edc01c

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

#ed6c1c
#1ced6c
#6c1ced

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

#ed6c1c
#35ed1c
#1c9ded
#d41ced

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

#ed6c1c
#1c9ded
#1c35ed
#edd41c

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

#ed6c1c Color Code Preview on Black Background Color

This is how #ed6c1c Color will look on black background color. Color contrast ratio is 6.76

#ed6c1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed6c1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed6c1c

#ed6c1c color code is use for CSS Background Color

Background color for the above div is #ed6c1c

HTML with inline CSS

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

#ed6c1c color code is use for CSS Border Color

CSS Border color for the above div is #ed6c1c

HTML with inline CSS

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

CSS Border Left color for the above div is #ed6c1c

HTML with inline CSS

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

CSS Border Right color for the above div is #ed6c1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed6c1c

HTML with inline CSS

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

CSS Border Top color for the above div is #ed6c1c

HTML with inline CSS

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

#ed6c1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed6c1c Color code Preview on White Background

This is how #ed6c1c Color code will look on white background color. Color contrast ratio is 3.11

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.