crispedge.com

Color picker

Loading...

#edcb42 hex color - Yellow - Warm color - Information

#edcb42 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #edcb42 color code is between #eecc44 web safe hex color code and #ddbb33 web safe hex color code. #eecc44 is the nearest web safe color code. You can see here many more shades of #edcb42 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedcb42#edcb42
RGB Decimal237, 203, 66rgb(237, 203, 66)
RGB Percent93%, 80%, 26%rgb(93%, 80%, 26%)
CSS RGBa237, 203, 66,1rgba(237,203,66,1)
CMYK Modelcmyk(0%,14%,72%,7%)
HSL Color Space48,83% ,59%hsl(48,83% ,59%)
HSV Color Space48°, 72%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100101101000010
Octal355313102
Decimal23720366
Hexedcb42

Different shades of #edcb42 color code.

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

Light Shade of #edcb42
#f1d871
Dark Shade of #edcb42
#e6bd16
Saturated Shade of #edcb42
#f7d138
Desaturated Shade of #edcb42
#e3c54c
Grey scale Shade of #edcb42
#979797
Brighten Shade
#ffe45b
Most Readable Shade
#000000

Shades of #edcb42 color code

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

#edcb42
#d2b43a
#b89d33
#9e872c
#837024
#695a1d
#4f4316
#342d0e
#1a1607
#000000

Similar Color like #edcb42 color

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

#eecc43
#efcd44
#f0ce45
#f1cf46
#f2d047
#f3d148
#f4d249
#f5d34a
#f6d44b
#f7d54c
#f8d64d
#f9d74e
#fad84f
#fbd950
#ecca41
#ebc940
#eac83f
#e9c73e
#e8c63d
#e7c53c
#e6c43b
#e5c33a
#e4c239
#e3c138
#e2c037
#e1bf36
#e0be35
#dfbd34

Monochromatic Color with #edcb42

#edcb42
#181507
#433913
#6d5e1e
#98822a
#c2a736

Tints of #edcb42 Color

#edcb42
#efd057
#f1d66c
#f3dc81
#f5e296
#f7e7ab
#f9edc0
#fbf3d5
#fdf9ea
#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

#edcb42
#4264ed

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

Split Complementary

#edcb42
#42baed
#7642ed

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

Analogous Color

#ed8742
#eda942
#edcb42
#eded42
#cbed42

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

#edcb42
#42edcb
#cb42ed

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

#edcb42
#42ed75
#4264ed
#ed42b9

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

#edcb42
#4264ed
#7642ed
#baed42

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

#edcb42 Color Code Preview on Black Background Color

This is how #edcb42 Color will look on black background color. Color contrast ratio is 13.22

#edcb42 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcb42

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcb42

#edcb42 color code is use for CSS Background Color

Background color for the above div is #edcb42

HTML with inline CSS

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

#edcb42 color code is use for CSS Border Color

CSS Border color for the above div is #edcb42

HTML with inline CSS

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

CSS Border Left color for the above div is #edcb42

HTML with inline CSS

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

CSS Border Right color for the above div is #edcb42

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcb42

HTML with inline CSS

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

CSS Border Top color for the above div is #edcb42

HTML with inline CSS

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

#edcb42 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcb42 Color code Preview on White Background

This is how #edcb42 Color code will look on white background color. Color contrast ratio is 1.59

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

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