crispedge.com

Color picker

Loading...

#ebcd0c hex color - Yellow - Warm color - Information

#ebcd0c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ebcd0c Color code in RGB color code model is created after adding 92.16% red color, 80.39% green color and 4.71% blue color. Hex #ebcd0c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 95% yellow and 8% black.

Hex #ebcd0c color code is between #eecc11 web safe hex color code and #dddd00 web safe hex color code. #eecc11 is the nearest web safe color code. You can see here many more shades of #ebcd0c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeebcd0c#ebcd0c
RGB Decimal235, 205, 12rgb(235, 205, 12)
RGB Percent92%, 80%, 5%rgb(92%, 80%, 5%)
CSS RGBa235, 205, 12,1rgba(235,205,12,1)
CMYK Modelcmyk(0%,13%,95%,8%)
HSL Color Space52,90% ,48%hsl(52,90% ,48%)
HSV Color Space52°, 95%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111100110100001100
Octal35331514
Decimal23520512
Hexebcd0c

Different shades of #ebcd0c color code.

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

Light Shade of #ebcd0c
#f5db35
Dark Shade of #ebcd0c
#baa30a
Saturated Shade of #ebcd0c
#f7d600
Desaturated Shade of #ebcd0c
#dfc418
Grey scale Shade of #ebcd0c
#7b7b7b
Brighten Shade
#ffe625
Most Readable Shade
#000000

Shades of #ebcd0c color code

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

#ebcd0c
#d0b60a
#b69f09
#9c8808
#827106
#685b05
#4e4404
#342d02
#1a1601
#000000

Similar Color like #ebcd0c color

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

#ecce0d
#edcf0e
#eed00f
#efd110
#f0d211
#f1d312
#f2d413
#f3d514
#f4d615
#f5d716
#f6d817
#f7d918
#f8da19
#f9db1a
#eacc0b
#e9cb0a
#e8ca09
#e7c908
#e6c807
#e5c706
#e4c605
#e3c504
#e2c403
#e1c302
#e0c201
#dfc100
#dec000
#ddbf00

Monochromatic Color with #ebcd0c

#ebcd0c
#161401
#413903
#6b5e05
#968308
#c0a80a

Tints of #ebcd0c Color

#ebcd0c
#edd227
#efd842
#f1dd5d
#f3e378
#f6e893
#f8eeae
#faf3c9
#fcf9e4
#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

#ebcd0c
#0c2aeb

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

Split Complementary

#ebcd0c
#0c99eb
#5e0ceb

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

Analogous Color

#eb740c
#eba00c
#ebcd0c
#dceb0c
#b0eb0c

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

#ebcd0c
#0cebcd
#cd0ceb

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

#ebcd0c
#0ceb5d
#0c2aeb
#eb0c99

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

#ebcd0c
#0c2aeb
#5e0ceb
#99eb0c

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

#ebcd0c Color Code Preview on Black Background Color

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

#ebcd0c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebcd0c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebcd0c

#ebcd0c color code is use for CSS Background Color

Background color for the above div is #ebcd0c

HTML with inline CSS

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

#ebcd0c color code is use for CSS Border Color

CSS Border color for the above div is #ebcd0c

HTML with inline CSS

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

CSS Border Left color for the above div is #ebcd0c

HTML with inline CSS

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

CSS Border Right color for the above div is #ebcd0c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebcd0c

HTML with inline CSS

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

CSS Border Top color for the above div is #ebcd0c

HTML with inline CSS

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

#ebcd0c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebcd0c Color code Preview on White Background

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

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(235,205,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,42,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,205,12,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.