crispedge.com

Color picker

Loading...

#e2bc70 hex color - Yellow - Warm color - Information

#e2bc70 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #e2bc70 Color code in RGB color code model is created after adding 88.63% red color, 73.73% green color and 43.92% blue color. Hex #e2bc70 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 50% yellow and 11% black.

Hex #e2bc70 color code is between #ddbb77 web safe hex color code and #eecc66 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #e2bc70 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee2bc70#e2bc70
RGB Decimal226, 188, 112rgb(226, 188, 112)
RGB Percent89%, 74%, 44%rgb(89%, 74%, 44%)
CSS RGBa226, 188, 112,1rgba(226,188,112,1)
CMYK Modelcmyk(0%,17%,50%,11%)
HSL Color Space40,66% ,66%hsl(40,66% ,66%)
HSV Color Space40°, 50%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101011110001110000
Octal342274160
Decimal226188112
Hexe2bc70

Different shades of #e2bc70 color code.

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

Light Shade of #e2bc70
#ebd09a
Dark Shade of #e2bc70
#d9a846
Saturated Shade of #e2bc70
#ebbf67
Desaturated Shade of #e2bc70
#d9b979
Grey scale Shade of #e2bc70
#a9a9a9
Brighten Shade
#fbd589
Most Readable Shade
#000000

Shades of #e2bc70 color code

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

#e2bc70
#c8a763
#af9257
#967d4a
#7d683e
#645331
#4b3e25
#322918
#19140c
#000000

Similar Color like #e2bc70 color

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

#e3bd71
#e4be72
#e5bf73
#e6c074
#e7c175
#e8c276
#e9c377
#eac478
#ebc579
#ecc67a
#edc77b
#eec87c
#efc97d
#f0ca7e
#e1bb6f
#e0ba6e
#dfb96d
#deb86c
#ddb76b
#dcb66a
#dbb569
#dab468
#d9b367
#d8b266
#d7b165
#d6b064
#d5af63
#d4ae62

Monochromatic Color with #e2bc70

#e2bc70
#0d0b07
#382f1c
#625231
#8d7546
#b7995b

Tints of #e2bc70 Color

#e2bc70
#e5c37f
#e8ca8f
#ebd29f
#eed9af
#f2e1bf
#f5e8cf
#f8f0df
#fbf7ef
#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

#e2bc70
#7096e2

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

Split Complementary

#e2bc70
#70cfe2
#8370e2

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

Analogous Color

#e28e70
#e2a570
#e2bc70
#e2d370
#dae270

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

#e2bc70
#70e2bc
#bc70e2

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

#e2bc70
#70e283
#7096e2
#e270cf

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

#e2bc70
#7096e2
#8370e2
#cfe270

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

#e2bc70 Color Code Preview on Black Background Color

This is how #e2bc70 Color will look on black background color. Color contrast ratio is 11.66

#e2bc70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2bc70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e2bc70

#e2bc70 color code is use for CSS Background Color

Background color for the above div is #e2bc70

HTML with inline CSS

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

#e2bc70 color code is use for CSS Border Color

CSS Border color for the above div is #e2bc70

HTML with inline CSS

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

CSS Border Left color for the above div is #e2bc70

HTML with inline CSS

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

CSS Border Right color for the above div is #e2bc70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e2bc70

HTML with inline CSS

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

CSS Border Top color for the above div is #e2bc70

HTML with inline CSS

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

#e2bc70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e2bc70 Color code Preview on White Background

This is how #e2bc70 Color code will look on white background color. Color contrast ratio is 1.80

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

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(226,188,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,150,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,188,112,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.