crispedge.com

Color picker

Loading...

#cea171 hex color - Yellow - Warm color - Information

#cea171 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #cea171 Color code in RGB color code model is created after adding 80.78% red color, 63.14% green color and 44.31% blue color. Hex #cea171 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 45% yellow and 19% black.

Hex #cea171 color code is between #cc9977 web safe hex color code and #ddaa66 web safe hex color code. #cc9977 is the nearest web safe color code. You can see here many more shades of #cea171 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecea171#cea171
RGB Decimal206, 161, 113rgb(206, 161, 113)
RGB Percent81%, 63%, 44%rgb(81%, 63%, 44%)
CSS RGBa206, 161, 113,1rgba(206,161,113,1)
CMYK Modelcmyk(0%,22%,45%,19%)
HSL Color Space31,49% ,63%hsl(31,49% ,63%)
HSV Color Space31°, 45%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101010000101110001
Octal316241161
Decimal206161113
Hexcea171

Different shades of #cea171 color code.

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

Light Shade of #cea171
#dbba97
Dark Shade of #cea171
#c1884b
Saturated Shade of #cea171
#d8a167
Desaturated Shade of #cea171
#c4a17b
Grey scale Shade of #cea171
#9f9f9f
Brighten Shade
#e7ba8a
Most Readable Shade
#000000

Shades of #cea171 color code

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

#cea171
#b78f64
#a07d57
#896b4b
#72593e
#5b4732
#443525
#2d2319
#16110c
#000000

Similar Color like #cea171 color

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

#cfa272
#d0a373
#d1a474
#d2a575
#d3a676
#d4a777
#d5a878
#d6a979
#d7aa7a
#d8ab7b
#d9ac7c
#daad7d
#dbae7e
#dcaf7f
#cda070
#cc9f6f
#cb9e6e
#ca9d6d
#c99c6c
#c89b6b
#c79a6a
#c69969
#c59868
#c49767
#c39666
#c29565
#c19464
#c09363

Monochromatic Color with #cea171

#cea171
#f8c288
#241c14
#4e3d2b
#795f42
#a3805a

Tints of #cea171 Color

#cea171
#d3ab80
#d8b590
#dec0a0
#e3cab0
#e9d5bf
#eedfcf
#f4eadf
#f9f4ef
#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

#cea171
#719ece

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

Split Complementary

#cea171
#71ccce
#7371ce

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

Analogous Color

#ce7c71
#ce8e71
#cea171
#ceb471
#cec671

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

#cea171
#71cea1
#a171ce

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

#cea171
#71ce72
#719ece
#ce71cc

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

#cea171
#719ece
#7371ce
#ccce71

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

#cea171 Color Code Preview on Black Background Color

This is how #cea171 Color will look on black background color. Color contrast ratio is 8.96

#cea171 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cea171

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cea171

#cea171 color code is use for CSS Background Color

Background color for the above div is #cea171

HTML with inline CSS

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

#cea171 color code is use for CSS Border Color

CSS Border color for the above div is #cea171

HTML with inline CSS

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

CSS Border Left color for the above div is #cea171

HTML with inline CSS

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

CSS Border Right color for the above div is #cea171

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cea171

HTML with inline CSS

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

CSS Border Top color for the above div is #cea171

HTML with inline CSS

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

#cea171 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cea171 Color code Preview on White Background

This is how #cea171 Color code will look on white background color. Color contrast ratio is 2.34

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.