crispedge.com

Color picker

Loading...

#ceaa3b hex color - Yellow - Warm color - Information

#ceaa3b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ceaa3b Color code in RGB color code model is created after adding 80.78% red color, 66.67% green color and 23.14% blue color. Hex #ceaa3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 71% yellow and 19% black.

Hex #ceaa3b color code is between #cc9933 web safe hex color code and #ddbb44 web safe hex color code. #cc9933 is the nearest web safe color code. You can see here many more shades of #ceaa3b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeceaa3b#ceaa3b
RGB Decimal206, 170, 59rgb(206, 170, 59)
RGB Percent81%, 67%, 23%rgb(81%, 67%, 23%)
CSS RGBa206, 170, 59,1rgba(206,170,59,1)
CMYK Modelcmyk(0%,17%,71%,19%)
HSL Color Space45,60% ,52%hsl(45,60% ,52%)
HSV Color Space45°, 71%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101010101000111011
Octal31625273
Decimal20617059
Hexceaa3b

Different shades of #ceaa3b color code.

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

Light Shade of #ceaa3b
#d8bc64
Dark Shade of #ceaa3b
#ab8c2b
Saturated Shade of #ceaa3b
#dab02f
Desaturated Shade of #ceaa3b
#c2a447
Grey scale Shade of #ceaa3b
#848484
Brighten Shade
#e7c354
Most Readable Shade
#000000

Shades of #ceaa3b color code

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

#ceaa3b
#b79734
#a0842d
#897127
#725e20
#5b4b1a
#443813
#2d250d
#161206
#000000

Similar Color like #ceaa3b color

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

#cfab3c
#d0ac3d
#d1ad3e
#d2ae3f
#d3af40
#d4b041
#d5b142
#d6b243
#d7b344
#d8b445
#d9b546
#dab647
#dbb748
#dcb849
#cda93a
#cca839
#cba738
#caa637
#c9a536
#c8a435
#c7a334
#c6a233
#c5a132
#c4a031
#c39f30
#c29e2f
#c19d2e
#c09c2d

Monochromatic Color with #ceaa3b

#ceaa3b
#f8cd47
#241e0a
#4e4116
#796423
#a3872f

Tints of #ceaa3b Color

#ceaa3b
#d3b350
#d8bc66
#dec67c
#e3cf92
#e9d9a7
#eee2bd
#f4ecd3
#f9f5e9
#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

#ceaa3b
#3b5fce

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

Split Complementary

#ceaa3b
#3ba9ce
#603bce

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

Analogous Color

#ce6f3b
#ce8d3b
#ceaa3b
#cec73b
#b7ce3b

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

#ceaa3b
#3bceaa
#aa3bce

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

#ceaa3b
#3bce60
#3b5fce
#ce3ba8

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

#ceaa3b
#3b5fce
#603bce
#a9ce3b

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

#ceaa3b Color Code Preview on Black Background Color

This is how #ceaa3b Color will look on black background color. Color contrast ratio is 9.44

#ceaa3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceaa3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceaa3b

#ceaa3b color code is use for CSS Background Color

Background color for the above div is #ceaa3b

HTML with inline CSS

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

#ceaa3b color code is use for CSS Border Color

CSS Border color for the above div is #ceaa3b

HTML with inline CSS

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

CSS Border Left color for the above div is #ceaa3b

HTML with inline CSS

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

CSS Border Right color for the above div is #ceaa3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceaa3b

HTML with inline CSS

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

CSS Border Top color for the above div is #ceaa3b

HTML with inline CSS

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

#ceaa3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceaa3b Color code Preview on White Background

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

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,170,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,95,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,170,59,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.