crispedge.com

Color picker

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

#ea7c1c hex color - Orange - Warm color - Information

#ea7c1c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ea7c1c Color code in RGB color code model is created after adding 91.76% red color, 48.63% green color and 10.98% blue color. Hex #ea7c1c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 88% yellow and 8% black.

Hex #ea7c1c color code is between #ee7722 web safe hex color code and #dd8811 web safe hex color code. #ee7722 is the nearest web safe color code. You can see here many more shades of #ea7c1c color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeea7c1c#ea7c1c
RGB Decimal234, 124, 28rgb(234, 124, 28)
RGB Percent92%, 49%, 11%rgb(92%, 49%, 11%)
CSS RGBa234, 124, 28,1rgba(234,124,28,1)
CMYK Modelcmyk(0%,47%,88%,8%)
HSL Color Space28,83% ,51%hsl(28,83% ,51%)
HSV Color Space28°, 88%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010100111110000011100
Octal35217434
Decimal23412428
Hexea7c1c

Different shades of #ea7c1c color code.

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

Light Shade of #ea7c1c
#ee974b
Dark Shade of #ea7c1c
#c16412
Saturated Shade of #ea7c1c
#f67b10
Desaturated Shade of #ea7c1c
#de7d28
Grey scale Shade of #ea7c1c
#838383
Brighten Shade
#ff9535
Most Readable Shade
#000000

Shades of #ea7c1c color code

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

#ea7c1c
#d06e18
#b66015
#9c5212
#82440f
#68370c
#4e2909
#341b06
#1a0d03
#000000

Similar Color like #ea7c1c color

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

#eb7d1d
#ec7e1e
#ed7f1f
#ee8020
#ef8121
#f08222
#f18323
#f28424
#f38525
#f48626
#f58727
#f68828
#f78929
#f88a2a
#e97b1b
#e87a1a
#e77919
#e67818
#e57717
#e47616
#e37515
#e27414
#e17313
#e07212
#df7111
#de7010
#dd6f0f
#dc6e0e

Monochromatic Color with #ea7c1c

#ea7c1c
#150b03
#402208
#6a380d
#954f12
#bf6517

Tints of #ea7c1c Color

#ea7c1c
#ec8a35
#ee994e
#f1a767
#f3b680
#f5c49a
#f8d3b3
#fae1cc
#fcf0e5
#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

#ea7c1c
#1c8aea

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

Split Complementary

#ea7c1c
#1ceae3
#1c23ea

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

Analogous Color

#ea2a1c
#ea531c
#ea7c1c
#eaa51c
#eace1c

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

#ea7c1c
#1cea7c
#7c1cea

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

#ea7c1c
#23ea1c
#1c8aea
#e31cea

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

#ea7c1c
#1c8aea
#1c23ea
#eae31c

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

#ea7c1c Color Code Preview on Black Background Color

This is how #ea7c1c Color will look on black background color. Color contrast ratio is 7.40

#ea7c1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea7c1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ea7c1c

#ea7c1c color code is use for CSS Background Color

Background color for the above div is #ea7c1c

HTML with inline CSS

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

#ea7c1c color code is use for CSS Border Color

CSS Border color for the above div is #ea7c1c

HTML with inline CSS

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

CSS Border Left color for the above div is #ea7c1c

HTML with inline CSS

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

CSS Border Right color for the above div is #ea7c1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ea7c1c

HTML with inline CSS

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

CSS Border Top color for the above div is #ea7c1c

HTML with inline CSS

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

#ea7c1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ea7c1c Color code Preview on White Background

This is how #ea7c1c Color code will look on white background color. Color contrast ratio is 2.84

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

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.