crispedge.com

Color picker

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

#ec5034 hex color - Red - Warm color - Information

#ec5034 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec5034 Color code in RGB color code model is created after adding 92.55% red color, 31.37% green color and 20.39% blue color. Hex #ec5034 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 78% yellow and 7% black.

Hex #ec5034 color code is between #ee5533 web safe hex color code and #dd4444 web safe hex color code. #ee5533 is the nearest web safe color code. You can see here many more shades of #ec5034 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeec5034#ec5034
RGB Decimal236, 80, 52rgb(236, 80, 52)
RGB Percent93%, 31%, 20%rgb(93%, 31%, 20%)
CSS RGBa236, 80, 52,1rgba(236,80,52,1)
CMYK Modelcmyk(0%,66%,78%,7%)
HSL Color Space9,83% ,56%hsl(9,83% ,56%)
HSV Color Space9°, 78%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000101000000110100
Octal35412064
Decimal2368052
Hexec5034

Different shades of #ec5034 color code.

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

Light Shade of #ec5034
#f07863
Dark Shade of #ec5034
#d93214
Saturated Shade of #ec5034
#f74829
Desaturated Shade of #ec5034
#e1583f
Grey scale Shade of #ec5034
#909090
Brighten Shade
#ff694d
Most Readable Shade
#FFFFFF

Shades of #ec5034 color code

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

#ec5034
#d1472e
#b73e28
#9d3522
#832c1c
#682317
#4e1a11
#34110b
#1a0805
#000000

Similar Color like #ec5034 color

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

#ed5135
#ee5236
#ef5337
#f05438
#f15539
#f2563a
#f3573b
#f4583c
#f5593d
#f65a3e
#f75b3f
#f85c40
#f95d41
#fa5e42
#eb4f33
#ea4e32
#e94d31
#e84c30
#e74b2f
#e64a2e
#e5492d
#e4482c
#e3472b
#e2462a
#e14529
#e04428
#df4327
#de4226

Monochromatic Color with #ec5034

#ec5034
#170805
#42160f
#6c2518
#973321
#c1422b

Tints of #ec5034 Color

#ec5034
#ee634a
#f07661
#f28a77
#f49d8e
#f6b1a4
#f8c4bb
#fad8d1
#fcebe8
#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

#ec5034
#34d0ec

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

Split Complementary

#ec5034
#34ecac
#3474ec

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

Analogous Color

#ec3462
#ec343d
#ec5034
#ec7534
#ec9a34

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

#ec5034
#34ec50
#5034ec

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

#ec5034
#74ec34
#34d0ec
#ac34ec

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

#ec5034
#34d0ec
#3474ec
#ecac34

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

#ec5034 Color Code Preview on Black Background Color

This is how #ec5034 Color will look on black background color. Color contrast ratio is 5.76

#ec5034 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5034

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5034

#ec5034 color code is use for CSS Background Color

Background color for the above div is #ec5034

HTML with inline CSS

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

#ec5034 color code is use for CSS Border Color

CSS Border color for the above div is #ec5034

HTML with inline CSS

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

CSS Border Left color for the above div is #ec5034

HTML with inline CSS

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

CSS Border Right color for the above div is #ec5034

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec5034

HTML with inline CSS

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

CSS Border Top color for the above div is #ec5034

HTML with inline CSS

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

#ec5034 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec5034 Color code Preview on White Background

This is how #ec5034 Color code will look on white background color. Color contrast ratio is 3.64

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

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.