Skip to main content Skip to docs navigation

#ce985a 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 Ginger Crisp and its hex is #CE915A Nearest Color Name

Color Hue/Base color: Orange

Hex #ce985a Color code in RGB color code model is created after adding 80.78% red color, 59.61% green color and 35.29% blue color. Hex #ce985a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 56% yellow and 19.22% black.

Hex #ce985a color code is between #cc9955 web safe hex color code and #dd8866 web safe hex color code. #cc9955 is the nearest web safe color code. You can see here many more shades of #ce985a color code.

RGB Chart

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

Color Table

Hex Color Code ce985a #ce985a
RGB Decimal 206, 152, 90 206, 152, 90
RGB Percent 81%, 60%, 35% rgb(81%, 60%, 35%)
CSS RGBa 206, 152, 90,1 rgba(206,152,90,1)
CMYK Model cmyk(0%,26%,56%,19.22%)
HSL Color Space 32,54% ,58% hsl(32,54% ,58%)
HSV Color Space 32°, 56%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001110 10011000 01011010
Octal 316 230 132
Decimal 206 152 90
Hex ce 98 5a

Different shades of #ce985a color code.

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

Darkest of #ce985a
#6e4a21
Darker of #ce985a
#96652c
Dark of #ce985a
#bd7f38
Base of #ce985a
#ce985a
Light of #ce985a
#dab181
Lighter
#e5c9a9
Lightest
#f1e2d0

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

#ce985a
#5a90ce

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

Split Complementary

#ce985a
#5acace
#5e5ace

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

Analogous Color

#ce5a60
#ce685a
#ce985a
#cebf5a
#adce5a

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

#ce985a
#985ace
#5ace98

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

#ce985a
#5ace98
#5a90ce
#ce5a90

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

#ce985a
#5ace5e
#5a90ce
#ce5aca

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

#473015
#6e4a21
#96652c
#bd7f38
#ce985a
#dab181
#e5c9a9
#f1e2d0
#fdfaf7

Tints of #ce985a Color

#ce985a
#d3a36c
#d8ae7e
#deba91
#e3c5a3
#e9d1b5
#eedcc8
#f4e8da
#f9f3ec
#ffffff

Shades of #ce985a color code

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

#ce985a
#b78750
#a07646
#89653c
#725432
#5b4328
#44321e
#2d2114
#16100a
#000000

Tones

#ce985a
#b9976f
#a39585
#949494
#949494

Tones

Similar Color like #ce985a color

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

#cf995b
#d09a5c
#d19b5d
#d29c5e
#d39d5f
#d49e60
#d59f61
#d6a062
#d7a163
#d8a264
#d9a365
#daa466
#dba567
#dca668
#cd9759
#cc9658
#cb9557
#ca9456
#c99355
#c89254
#c79153
#c69052
#c58f51
#c48e50
#c38d4f
#c28c4e
#c18b4d
#c08a4c

Download this Dark Orange

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

#ce985a Color Code Preview on Black Background Color

This is how #ce985a Color will look on black background color. Color contrast ratio is 8.26

#ce985a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce985a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce985a

#ce985a color code is use for CSS Background Color

Background color for the above div is #ce985a

HTML with inline CSS

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

#ce985a color code is use for CSS Border Color

CSS Border color for the above div is #ce985a

HTML with inline CSS

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

CSS Border Left color for the above div is #ce985a

HTML with inline CSS

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

CSS Border Right color for the above div is #ce985a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce985a

HTML with inline CSS

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

CSS Border Top color for the above div is #ce985a

HTML with inline CSS

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

#ce985a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce985a Color code Preview on White Background

This is how #ce985a Color code will look on white background color. Color contrast ratio is 2.54

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

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(206,152,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,144,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,152,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }