Skip to main content Skip to docs navigation

#ef952b 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 Nuclear Mango and its hex is #EE9933 Nearest Color Name

Color Hue/Base color: Orange

Hex #ef952b Color code in RGB color code model is created after adding 93.73% red color, 58.43% green color and 16.86% blue color. Hex #ef952b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 82% yellow and 6.27% black.

Hex #ef952b color code is between #ee9933 web safe hex color code and #ff8822 web safe hex color code. #ee9933 is the nearest web safe color code. You can see here many more shades of #ef952b color code.

RGB Chart

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

Color Table

Hex Color Code ef952b #ef952b
RGB Decimal 239, 149, 43 239, 149, 43
RGB Percent 94%, 58%, 17% rgb(94%, 58%, 17%)
CSS RGBa 239, 149, 43,1 rgba(239,149,43,1)
CMYK Model cmyk(0%,38%,82%,6.27%)
HSL Color Space 32,86% ,55% hsl(32,86% ,55%)
HSV Color Space 32°, 82%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101111 10010101 00101011
Octal 357 225 53
Decimal 239 149 43
Hex ef 95 2b

Different shades of #ef952b color code.

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

Darkest of #ef952b
#784509
Darker of #ef952b
#a7600d
Dark of #ef952b
#d77c10
Base of #ef952b
#ef952b
Light of #ef952b
#f3ad5a
Lighter
#f6c48a
Lightest
#fadcb9

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

#ef952b
#2b85ef

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

Split Complementary

#ef952b
#2be7ef
#332bef

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

Analogous Color

#ef2b33
#ef432b
#ef952b
#efd62b
#b6ef2b

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

#ef952b
#952bef
#2bef95

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

#ef952b
#2bef95
#2b85ef
#ef2b85

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

#ef952b
#2bef33
#2b85ef
#ef2be7

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 #ef952b

#492a05
#784509
#a7600d
#d77c10
#ef952b
#f3ad5a
#f6c48a
#fadcb9
#fdf4e9

Tints of #ef952b Color

#ef952b
#f0a042
#f2ac5a
#f4b871
#f6c489
#f7cfa0
#f9dbb8
#fbe7cf
#fdf3e7
#ffffff

Shades of #ef952b color code

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

#ef952b
#d48426
#b97321
#9f631c
#845217
#6a4213
#4f310e
#352109
#1a1004
#000000

Tones

#ef952b
#d89342
#c19159
#ab8f6f
#948e86

Tones

Similar Color like #ef952b color

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

#f0962c
#f1972d
#f2982e
#f3992f
#f49a30
#f59b31
#f69c32
#f79d33
#f89e34
#f99f35
#faa036
#fba137
#fca238
#fda339
#ee942a
#ed9329
#ec9228
#eb9127
#ea9026
#e98f25
#e88e24
#e78d23
#e68c22
#e58b21
#e48a20
#e3891f
#e2881e
#e1871d

Download this Dark Orange

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

#ef952b Color Code Preview on Black Background Color

This is how #ef952b Color will look on black background color. Color contrast ratio is 9.00

#ef952b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef952b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ef952b

#ef952b color code is use for CSS Background Color

Background color for the above div is #ef952b

HTML with inline CSS

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

#ef952b color code is use for CSS Border Color

CSS Border color for the above div is #ef952b

HTML with inline CSS

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

CSS Border Left color for the above div is #ef952b

HTML with inline CSS

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

CSS Border Right color for the above div is #ef952b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ef952b

HTML with inline CSS

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

CSS Border Top color for the above div is #ef952b

HTML with inline CSS

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

#ef952b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ef952b Color code Preview on White Background

This is how #ef952b Color code will look on white background color. Color contrast ratio is 2.33

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

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(239,149,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,133,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,149,43,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }