crispedge.com

Color picker

Loading...

#cea866 hex color - Yellow - Warm color - Information

#cea866 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #cea866 Color code in RGB color code model is created after adding 80.78% red color, 65.88% green color and 40% blue color. Hex #cea866 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 50% yellow and 19% black.

Hex #cea866 color code is between #ccaa55 web safe hex color code and #dd9977 web safe hex color code. #ccaa55 is the nearest web safe color code. You can see here many more shades of #cea866 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecea866#cea866
RGB Decimal206, 168, 102rgb(206, 168, 102)
RGB Percent81%, 66%, 40%rgb(81%, 66%, 40%)
CSS RGBa206, 168, 102,1rgba(206,168,102,1)
CMYK Modelcmyk(0%,18%,50%,19%)
HSL Color Space38,51% ,60%hsl(38,51% ,60%)
HSV Color Space38°, 50%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101010100001100110
Octal316250146
Decimal206168102
Hexcea866

Different shades of #cea866 color code.

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

Light Shade of #cea866
#dabe8d
Dark Shade of #cea866
#c2923f
Saturated Shade of #cea866
#d8ab5c
Desaturated Shade of #cea866
#c4a570
Grey scale Shade of #cea866
#9a9a9a
Brighten Shade
#e7c17f
Most Readable Shade
#000000

Shades of #cea866 color code

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

#cea866
#b7955a
#a0824f
#897044
#725d38
#5b4a2d
#443822
#2d2516
#16120b
#000000

Similar Color like #cea866 color

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

#cfa967
#d0aa68
#d1ab69
#d2ac6a
#d3ad6b
#d4ae6c
#d5af6d
#d6b06e
#d7b16f
#d8b270
#d9b371
#dab472
#dbb573
#dcb674
#cda765
#cca664
#cba563
#caa462
#c9a361
#c8a260
#c7a15f
#c6a05e
#c59f5d
#c49e5c
#c39d5b
#c29c5a
#c19b59
#c09a58

Monochromatic Color with #cea866

#cea866
#f8cb7b
#241d12
#4e4027
#79633c
#a38551

Tints of #cea866 Color

#cea866
#d3b177
#d8bb88
#dec599
#e3ceaa
#e9d8bb
#eee2cc
#f4ebdd
#f9f5ee
#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

#cea866
#668cce

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

Split Complementary

#cea866
#66c0ce
#7466ce

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

Analogous Color

#ce7e66
#ce9366
#cea866
#cebd66
#cace66

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

#cea866
#66cea8
#a866ce

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

#cea866
#66ce74
#668cce
#ce66c0

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

#cea866
#668cce
#7466ce
#c0ce66

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

#cea866 Color Code Preview on Black Background Color

This is how #cea866 Color will look on black background color. Color contrast ratio is 9.42

#cea866 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cea866

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cea866

#cea866 color code is use for CSS Background Color

Background color for the above div is #cea866

HTML with inline CSS

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

#cea866 color code is use for CSS Border Color

CSS Border color for the above div is #cea866

HTML with inline CSS

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

CSS Border Left color for the above div is #cea866

HTML with inline CSS

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

CSS Border Right color for the above div is #cea866

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cea866

HTML with inline CSS

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

CSS Border Top color for the above div is #cea866

HTML with inline CSS

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

#cea866 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cea866 Color code Preview on White Background

This is how #cea866 Color code will look on white background color. Color contrast ratio is 2.23

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.