Skip to main content Skip to docs navigation

#ec330c hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Chili Crab and its hex is #E93A0E Nearest Color Name

Color Hue/Base color: Orange

Hex #ec330c Color code in RGB color code model is created after adding 92.55% red color, 20% green color and 4.71% blue color. Hex #ec330c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 95% yellow and 7.45% black.

Hex #ec330c color code is between #ee2211 web safe hex color code and #dd4400 web safe hex color code. #ee2211 is the nearest web safe color code. You can see here many more shades of #ec330c color code.

RGB Chart

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

Color Table

Hex Color Code ec330c #ec330c
RGB Decimal 236, 51, 12 236, 51, 12
RGB Percent 93%, 20%, 5% rgb(93%, 20%, 5%)
CSS RGBa 236, 51, 12,1 rgba(236,51,12,1)
CMYK Model cmyk(0%,78%,95%,7.45%)
HSL Color Space 10,90% ,49% hsl(10,90% ,49%)
HSV Color Space 10°, 95%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101100 00110011 00001100
Octal 354 63 14
Decimal 236 51 12
Hex ec 33 0c

Different shades of #ec330c color code.

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

Darkest of #ec330c
#5a1405
Darker of #ec330c
#8b1e07
Dark of #ec330c
#bb290a
Base of #ec330c
#ec330c
Light of #ec330c
#f55736
Lighter
#f78067
Lightest
#faa897

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

#ec330c
#0cc5ec

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

Split Complementary

#ec330c
#0ceca3
#0c55ec

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

Analogous Color

#ec0c68
#ec0c42
#ec330c
#ec7e0c
#ecdb0c

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

#ec330c
#330cec
#0cec33

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

#ec330c
#0cec33
#0cc5ec
#ec0cc5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ec330c
#55ec0c
#0cc5ec
#a30cec

Square 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).

Monochromatic Color with #ec330c

#2a0902
#5a1405
#8b1e07
#bb290a
#ec330c
#f55736
#f78067
#faa897
#fcd1c8

Tints of #ec330c Color

#ec330c
#ee4927
#f06042
#f2775d
#f48d78
#f6a493
#f8bbae
#fad1c9
#fce8e4
#ffffff

Shades of #ec330c color code

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

#ec330c
#d12d0a
#b72709
#9d2208
#831c06
#681605
#4e1104
#340b02
#1a0501
#000000

Tones

#ec330c
#d34325
#ba533e
#a26456
#89746f

Tones

Similar Color like #ec330c color

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

#ed340d
#ee350e
#ef360f
#f03710
#f13811
#f23912
#f33a13
#f43b14
#f53c15
#f63d16
#f73e17
#f83f18
#f94019
#fa411a
#eb320b
#ea310a
#e93009
#e82f08
#e72e07
#e62d06
#e52c05
#e42b04
#e32a03
#e22902
#e12801
#e02700
#df2600
#de2500

Download this Dark Orange

Hex #ec330c 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.

#ec330c Color Code Preview on Black Background Color

This is how #ec330c Color will look on black background color. Color contrast ratio is 5.05

#ec330c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec330c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec330c

#ec330c color code is use for CSS Background Color

Background color for the above div is #ec330c

HTML with inline CSS

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

#ec330c color code is use for CSS Border Color

CSS Border color for the above div is #ec330c

HTML with inline CSS

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

CSS Border Left color for the above div is #ec330c

HTML with inline CSS

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

CSS Border Right color for the above div is #ec330c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec330c

HTML with inline CSS

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

CSS Border Top color for the above div is #ec330c

HTML with inline CSS

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

#ec330c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec330c Color code Preview on White Background

This is how #ec330c Color code will look on white background color. Color contrast ratio is 4.16

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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