crispedge.com

Color picker

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

#edc35d hex color - Yellow - Warm color - Information

#edc35d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edc35d Color code in RGB color code model is created after adding 92.94% red color, 76.47% green color and 36.47% blue color. Hex #edc35d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 61% yellow and 7% black.

Hex #edc35d color code is between #eebb55 web safe hex color code and #ddcc66 web safe hex color code. #eebb55 is the nearest web safe color code. You can see here many more shades of #edc35d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeedc35d#edc35d
RGB Decimal237, 195, 93rgb(237, 195, 93)
RGB Percent93%, 76%, 36%rgb(93%, 76%, 36%)
CSS RGBa237, 195, 93,1rgba(237,195,93,1)
CMYK Modelcmyk(0%,18%,61%,7%)
HSL Color Space43,80% ,65%hsl(43,80% ,65%)
HSV Color Space43°, 61%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100001101011101
Octal355303135
Decimal23719593
Hexedc35d

Different shades of #edc35d color code.

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

Light Shade of #edc35d
#f2d48b
Dark Shade of #edc35d
#e8b22f
Saturated Shade of #edc35d
#f6c754
Desaturated Shade of #edc35d
#e4bf66
Grey scale Shade of #edc35d
#a5a5a5
Brighten Shade
#ffdc76
Most Readable Shade
#000000

Shades of #edc35d color code

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

#edc35d
#d2ad52
#b89748
#9e823e
#836c33
#695629
#4f411f
#342b14
#1a150a
#000000

Similar Color like #edc35d color

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

#eec45e
#efc55f
#f0c660
#f1c761
#f2c862
#f3c963
#f4ca64
#f5cb65
#f6cc66
#f7cd67
#f8ce68
#f9cf69
#fad06a
#fbd16b
#ecc25c
#ebc15b
#eac05a
#e9bf59
#e8be58
#e7bd57
#e6bc56
#e5bb55
#e4ba54
#e3b953
#e2b852
#e1b751
#e0b650
#dfb54f

Monochromatic Color with #edc35d

#edc35d
#18140a
#43371a
#6d5a2b
#987d3c
#c2a04c

Tints of #edc35d Color

#edc35d
#efc96f
#f1d081
#f3d793
#f5dda5
#f7e4b7
#f9ebc9
#fbf1db
#fdf8ed
#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

#edc35d
#5d87ed

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

Split Complementary

#edc35d
#5dcfed
#7b5ded

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

Analogous Color

#ed895d
#eda65d
#edc35d
#ede05d
#dded5d

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

#edc35d
#5dedc3
#c35ded

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

#edc35d
#5ded7b
#5d87ed
#ed5dcf

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

#edc35d
#5d87ed
#7b5ded
#cfed5d

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

#edc35d Color Code Preview on Black Background Color

This is how #edc35d Color will look on black background color. Color contrast ratio is 12.57

#edc35d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc35d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc35d

#edc35d color code is use for CSS Background Color

Background color for the above div is #edc35d

HTML with inline CSS

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

#edc35d color code is use for CSS Border Color

CSS Border color for the above div is #edc35d

HTML with inline CSS

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

CSS Border Left color for the above div is #edc35d

HTML with inline CSS

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

CSS Border Right color for the above div is #edc35d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc35d

HTML with inline CSS

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

CSS Border Top color for the above div is #edc35d

HTML with inline CSS

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

#edc35d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc35d Color code Preview on White Background

This is how #edc35d Color code will look on white background color. Color contrast ratio is 1.67

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.