crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#edc77b hex color - Yellow - Warm color - Information

#edc77b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #edc77b Color code in RGB color code model is created after adding 92.94% red color, 78.04% green color and 48.24% blue color. Hex #edc77b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 48% yellow and 7% black.

Hex #edc77b color code is between #eecc77 web safe hex color code and #ddbb88 web safe hex color code. #eecc77 is the nearest web safe color code. You can see here many more shades of #edc77b color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeedc77b#edc77b
RGB Decimal237, 199, 123rgb(237, 199, 123)
RGB Percent93%, 78%, 48%rgb(93%, 78%, 48%)
CSS RGBa237, 199, 123,1rgba(237,199,123,1)
CMYK Modelcmyk(0%,16%,48%,7%)
HSL Color Space40,76% ,71%hsl(40,76% ,71%)
HSV Color Space40°, 48%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100011101111011
Octal355307173
Decimal237199123
Hexedc77b

Different shades of #edc77b color code.

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

Light Shade of #edc77b
#f3daa8
Dark Shade of #edc77b
#e7b44e
Saturated Shade of #edc77b
#f4c973
Desaturated Shade of #edc77b
#e5c482
Grey scale Shade of #edc77b
#b4b4b4
Brighten Shade
#ffe094
Most Readable Shade
#000000

Shades of #edc77b color code

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

#edc77b
#d2b06d
#b89a5f
#9e8452
#836e44
#695836
#4f4229
#342c1b
#1a160d
#000000

Similar Color like #edc77b color

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

#eec87c
#efc97d
#f0ca7e
#f1cb7f
#f2cc80
#f3cd81
#f4ce82
#f5cf83
#f6d084
#f7d185
#f8d286
#f9d387
#fad488
#fbd589
#ecc67a
#ebc579
#eac478
#e9c377
#e8c276
#e7c175
#e6c074
#e5bf73
#e4be72
#e3bd71
#e2bc70
#e1bb6f
#e0ba6e
#dfb96d

Monochromatic Color with #edc77b

#edc77b
#18150d
#433823
#6d5c39
#98804f
#c2a365

Tints of #edc77b Color

#edc77b
#efcd89
#f1d398
#f3d9a7
#f5dfb5
#f7e6c4
#f9ecd3
#fbf2e1
#fdf8f0
#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

#edc77b
#7ba1ed

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

Split Complementary

#edc77b
#7bdaed
#8e7bed

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

Analogous Color

#ed997b
#edb07b
#edc77b
#edde7b
#e5ed7b

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

#edc77b
#7bedc7
#c77bed

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

#edc77b
#7bed8e
#7ba1ed
#ed7bda

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

#edc77b
#7ba1ed
#8e7bed
#daed7b

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

#edc77b Color Code Preview on Black Background Color

This is how #edc77b Color will look on black background color. Color contrast ratio is 13.06

#edc77b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc77b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc77b

#edc77b color code is use for CSS Background Color

Background color for the above div is #edc77b

HTML with inline CSS

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

#edc77b color code is use for CSS Border Color

CSS Border color for the above div is #edc77b

HTML with inline CSS

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

CSS Border Left color for the above div is #edc77b

HTML with inline CSS

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

CSS Border Right color for the above div is #edc77b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc77b

HTML with inline CSS

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

CSS Border Top color for the above div is #edc77b

HTML with inline CSS

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

#edc77b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc77b Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.