crispedge.com

Color picker

Loading...

#edc49b hex color - Orange - Warm color - Information

#edc49b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #edc49b Color code in RGB color code model is created after adding 92.94% red color, 76.86% green color and 60.78% blue color. Hex #edc49b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 35% yellow and 7% black.

Hex #edc49b color code is between #eecc99 web safe hex color code and #ddbbaa web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #edc49b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedc49b#edc49b
RGB Decimal237, 196, 155rgb(237, 196, 155)
RGB Percent93%, 77%, 61%rgb(93%, 77%, 61%)
CSS RGBa237, 196, 155,1rgba(237,196,155,1)
CMYK Modelcmyk(0%,17%,35%,7%)
HSL Color Space30,69% ,77%hsl(30,69% ,77%)
HSV Color Space30°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100010010011011
Octal355304233
Decimal237196155
Hexedc49b

Different shades of #edc49b color code.

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

Light Shade of #edc49b
#f5ddc6
Dark Shade of #edc49b
#e5aa70
Saturated Shade of #edc49b
#f3c495
Desaturated Shade of #edc49b
#e7c4a1
Grey scale Shade of #edc49b
#c4c4c4
Brighten Shade
#ffddb4
Most Readable Shade
#000000

Shades of #edc49b color code

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

#edc49b
#d2ae89
#b89878
#9e8267
#836c56
#695744
#4f4133
#342b22
#1a1511
#000000

Similar Color like #edc49b color

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

#eec59c
#efc69d
#f0c79e
#f1c89f
#f2c9a0
#f3caa1
#f4cba2
#f5cca3
#f6cda4
#f7cea5
#f8cfa6
#f9d0a7
#fad1a8
#fbd2a9
#ecc39a
#ebc299
#eac198
#e9c097
#e8bf96
#e7be95
#e6bd94
#e5bc93
#e4bb92
#e3ba91
#e2b990
#e1b88f
#e0b78e
#dfb68d

Monochromatic Color with #edc49b

#edc49b
#181410
#43372c
#6d5b48
#987e63
#c2a17f

Tints of #edc49b Color

#edc49b
#efcaa6
#f1d1b1
#f3d7bc
#f5dec7
#f7e4d2
#f9ebdd
#fbf1e8
#fdf8f3
#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

#edc49b
#9bc4ed

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

Split Complementary

#edc49b
#9beded
#9b9bed

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

Analogous Color

#eda39b
#edb49b
#edc49b
#edd49b
#ede59b

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

#edc49b
#9bedc4
#c49bed

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

#edc49b
#9bed9b
#9bc4ed
#ed9bed

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

#edc49b
#9bc4ed
#9b9bed
#eded9b

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

#edc49b Color Code Preview on Black Background Color

This is how #edc49b Color will look on black background color. Color contrast ratio is 12.97

#edc49b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc49b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc49b

#edc49b color code is use for CSS Background Color

Background color for the above div is #edc49b

HTML with inline CSS

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

#edc49b color code is use for CSS Border Color

CSS Border color for the above div is #edc49b

HTML with inline CSS

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

CSS Border Left color for the above div is #edc49b

HTML with inline CSS

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

CSS Border Right color for the above div is #edc49b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc49b

HTML with inline CSS

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

CSS Border Top color for the above div is #edc49b

HTML with inline CSS

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

#edc49b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc49b Color code Preview on White Background

This is how #edc49b Color code will look on white background color. Color contrast ratio is 1.62

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

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(237,196,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,196,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,196,155,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.