crispedge.com

Color picker

Loading...

#e6cb52 hex color - Yellow - Warm color - Information

#e6cb52 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #e6cb52 Color code in RGB color code model is created after adding 90.2% red color, 79.61% green color and 32.16% blue color. Hex #e6cb52 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 64% yellow and 10% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee6cb52#e6cb52
RGB Decimal230, 203, 82rgb(230, 203, 82)
RGB Percent90%, 80%, 32%rgb(90%, 80%, 32%)
CSS RGBa230, 203, 82,1rgba(230,203,82,1)
CMYK Modelcmyk(0%,12%,64%,10%)
HSL Color Space49,75% ,61%hsl(49,75% ,61%)
HSV Color Space49°, 64%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101100101101010010
Octal346313122
Decimal23020382
Hexe6cb52

Different shades of #e6cb52 color code.

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

Light Shade of #e6cb52
#ecd87f
Dark Shade of #e6cb52
#e0be25
Saturated Shade of #e6cb52
#f0d148
Desaturated Shade of #e6cb52
#dcc55c
Grey scale Shade of #e6cb52
#9c9c9c
Brighten Shade
#ffe46b
Most Readable Shade
#000000

Shades of #e6cb52 color code

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

#e6cb52
#ccb448
#b29d3f
#998736
#7f702d
#665a24
#4c431b
#332d12
#191609
#000000

Similar Color like #e6cb52 color

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

#e7cc53
#e8cd54
#e9ce55
#eacf56
#ebd057
#ecd158
#edd259
#eed35a
#efd45b
#f0d55c
#f1d65d
#f2d75e
#f3d85f
#f4d960
#e5ca51
#e4c950
#e3c84f
#e2c74e
#e1c64d
#e0c54c
#dfc44b
#dec34a
#ddc249
#dcc148
#dbc047
#dabf46
#d9be45
#d8bd44

Monochromatic Color with #e6cb52

#e6cb52
#110f06
#3c3515
#665a25
#918034
#bba543

Tints of #e6cb52 Color

#e6cb52
#e8d065
#ebd678
#eedc8b
#f1e29e
#f3e7b2
#f6edc5
#f9f3d8
#fcf9eb
#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

#e6cb52
#526de6

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

Split Complementary

#e6cb52
#52b7e6
#8152e6

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

Analogous Color

#e69052
#e6ad52
#e6cb52
#e3e652
#c6e652

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

#e6cb52
#52e6cb
#cb52e6

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

#e6cb52
#52e681
#526de6
#e652b7

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

#e6cb52
#526de6
#8152e6
#b7e652

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

#e6cb52 Color Code Preview on Black Background Color

This is how #e6cb52 Color will look on black background color. Color contrast ratio is 13.03

#e6cb52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6cb52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6cb52

#e6cb52 color code is use for CSS Background Color

Background color for the above div is #e6cb52

HTML with inline CSS

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

#e6cb52 color code is use for CSS Border Color

CSS Border color for the above div is #e6cb52

HTML with inline CSS

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

CSS Border Left color for the above div is #e6cb52

HTML with inline CSS

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

CSS Border Right color for the above div is #e6cb52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6cb52

HTML with inline CSS

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

CSS Border Top color for the above div is #e6cb52

HTML with inline CSS

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

#e6cb52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6cb52 Color code Preview on White Background

This is how #e6cb52 Color code will look on white background color. Color contrast ratio is 1.61

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

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(230,203,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,109,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,203,82,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.