crispedge.com

Color picker

Loading...

#ec6504 hex color - Red - Warm color - Information

#ec6504 hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #ec6504 Color code in RGB color code model is created after adding 92.55% red color, 39.61% green color and 1.57% blue color. Hex #ec6504 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 98% yellow and 7% black.

Hex #ec6504 color code is between #ee6600 web safe hex color code and #dd5500 web safe hex color code. #ee6600 is the nearest web safe color code. You can see here many more shades of #ec6504 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeec6504#ec6504
RGB Decimal236, 101, 4rgb(236, 101, 4)
RGB Percent93%, 40%, 2%rgb(93%, 40%, 2%)
CSS RGBa236, 101, 4,1rgba(236,101,4,1)
CMYK Modelcmyk(0%,57%,98%,7%)
HSL Color Space25,97% ,47%hsl(25,97% ,47%)
HSV Color Space25°, 98%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000110010100000100
Octal3541454
Decimal2361014
Hexec6504

Different shades of #ec6504 color code.

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

Light Shade of #ec6504
#fb8028
Dark Shade of #ec6504
#ba5003
Saturated Shade of #ec6504
#f06400
Desaturated Shade of #ec6504
#e06710
Grey scale Shade of #ec6504
#787878
Brighten Shade
#ff7e1d
Most Readable Shade
#000000

Shades of #ec6504 color code

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

#ec6504
#d15903
#b74e03
#9d4302
#833802
#682c01
#4e2101
#341600
#1a0b00
#000000

Similar Color like #ec6504 color

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

#ed6605
#ee6706
#ef6807
#f06908
#f16a09
#f26b0a
#f36c0b
#f46d0c
#f56e0d
#f66f0e
#f7700f
#f87110
#f97211
#fa7312
#eb6403
#ea6302
#e96201
#e86100
#e76000
#e65f00
#e55e00
#e45d00
#e35c00
#e25b00
#e15a00
#e05900
#df5800
#de5700

Monochromatic Color with #ec6504

#ec6504
#170a00
#421c01
#6c2e02
#974103
#c15303

Tints of #ec6504 Color

#ec6504
#ee761f
#f0873b
#f29857
#f4a973
#f6ba8f
#f8cbab
#fadcc7
#fcede3
#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

#ec6504
#048bec

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

Split Complementary

#ec6504
#04ecd9
#0417ec

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

Analogous Color

#ec0804
#ec3704
#ec6504
#ec9304
#ecc204

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

#ec6504
#04ec65
#6504ec

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

#ec6504
#17ec04
#048bec
#d904ec

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

#ec6504
#048bec
#0417ec
#ecd904

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

#ec6504 Color Code Preview on Black Background Color

This is how #ec6504 Color will look on black background color. Color contrast ratio is 6.43

#ec6504 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec6504

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec6504

#ec6504 color code is use for CSS Background Color

Background color for the above div is #ec6504

HTML with inline CSS

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

#ec6504 color code is use for CSS Border Color

CSS Border color for the above div is #ec6504

HTML with inline CSS

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

CSS Border Left color for the above div is #ec6504

HTML with inline CSS

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

CSS Border Right color for the above div is #ec6504

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec6504

HTML with inline CSS

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

CSS Border Top color for the above div is #ec6504

HTML with inline CSS

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

#ec6504 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec6504 Color code Preview on White Background

This is how #ec6504 Color code will look on white background color. Color contrast ratio is 3.27

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(236,101,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,139,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,101,4,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.