crispedge.com

Color picker

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

#edcb54 hex color - Yellow - Warm color - Information

#edcb54 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #edcb54 Color code in RGB color code model is created after adding 92.94% red color, 79.61% green color and 32.94% blue color. Hex #edcb54 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 65% yellow and 7% black.

Hex #edcb54 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 #edcb54 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeedcb54#edcb54
RGB Decimal237, 203, 84rgb(237, 203, 84)
RGB Percent93%, 80%, 33%rgb(93%, 80%, 33%)
CSS RGBa237, 203, 84,1rgba(237,203,84,1)
CMYK Modelcmyk(0%,14%,65%,7%)
HSL Color Space47,81% ,63%hsl(47,81% ,63%)
HSV Color Space47°, 65%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100101101010100
Octal355313124
Decimal23720384
Hexedcb54

Different shades of #edcb54 color code.

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

Light Shade of #edcb54
#f2d982
Dark Shade of #edcb54
#e8bd26
Saturated Shade of #edcb54
#f6d04b
Desaturated Shade of #edcb54
#e4c65d
Grey scale Shade of #edcb54
#a0a0a0
Brighten Shade
#ffe46d
Most Readable Shade
#000000

Shades of #edcb54 color code

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

#edcb54
#d2b44a
#b89d41
#9e8738
#83702e
#695a25
#4f431c
#342d12
#1a1609
#000000

Similar Color like #edcb54 color

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

#eecc55
#efcd56
#f0ce57
#f1cf58
#f2d059
#f3d15a
#f4d25b
#f5d35c
#f6d45d
#f7d55e
#f8d65f
#f9d760
#fad861
#fbd962
#ecca53
#ebc952
#eac851
#e9c750
#e8c64f
#e7c54e
#e6c44d
#e5c34c
#e4c24b
#e3c14a
#e2c049
#e1bf48
#e0be47
#dfbd46

Monochromatic Color with #edcb54

#edcb54
#181509
#433918
#6d5e27
#988236
#c2a745

Tints of #edcb54 Color

#edcb54
#efd067
#f1d67a
#f3dc8d
#f5e2a0
#f7e7b3
#f9edc6
#fbf3d9
#fdf9ec
#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

#edcb54
#5476ed

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

Split Complementary

#edcb54
#54c3ed
#7e54ed

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

Analogous Color

#ed8e54
#edac54
#edcb54
#edea54
#d2ed54

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

#edcb54
#54edcb
#cb54ed

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

#edcb54
#54ed7e
#5476ed
#ed54c2

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

#edcb54
#5476ed
#7e54ed
#c3ed54

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

#edcb54 Color Code Preview on Black Background Color

This is how #edcb54 Color will look on black background color. Color contrast ratio is 13.27

#edcb54 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcb54

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcb54

#edcb54 color code is use for CSS Background Color

Background color for the above div is #edcb54

HTML with inline CSS

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

#edcb54 color code is use for CSS Border Color

CSS Border color for the above div is #edcb54

HTML with inline CSS

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

CSS Border Left color for the above div is #edcb54

HTML with inline CSS

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

CSS Border Right color for the above div is #edcb54

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcb54

HTML with inline CSS

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

CSS Border Top color for the above div is #edcb54

HTML with inline CSS

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

#edcb54 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcb54 Color code Preview on White Background

This is how #edcb54 Color code will look on white background color. Color contrast ratio is 1.58

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

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.