crispedge.com

Color picker

Loading...

#efcf22 hex color - Yellow - Warm color - Information

#efcf22 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #efcf22 Color code in RGB color code model is created after adding 93.73% red color, 81.18% green color and 13.33% blue color. Hex #efcf22 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 86% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefcf22#efcf22
RGB Decimal239, 207, 34rgb(239, 207, 34)
RGB Percent94%, 81%, 13%rgb(94%, 81%, 13%)
CSS RGBa239, 207, 34,1rgba(239,207,34,1)
CMYK Modelcmyk(0%,13%,86%,6%)
HSL Color Space51,86% ,54%hsl(51,86% ,54%)
HSV Color Space51°, 86%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111100100010
Octal35731742
Decimal23920734
Hexefcf22

Different shades of #efcf22 color code.

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

Light Shade of #efcf22
#f2d952
Dark Shade of #efcf22
#cfb10f
Saturated Shade of #efcf22
#fbd716
Desaturated Shade of #efcf22
#e3c72e
Grey scale Shade of #efcf22
#888888
Brighten Shade
#ffe83b
Most Readable Shade
#000000

Shades of #efcf22 color code

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

#efcf22
#d4b81e
#b9a11a
#9f8a16
#847312
#6a5c0f
#4f450b
#352e07
#1a1703
#000000

Similar Color like #efcf22 color

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

#f0d023
#f1d124
#f2d225
#f3d326
#f4d427
#f5d528
#f6d629
#f7d72a
#f8d82b
#f9d92c
#fada2d
#fbdb2e
#fcdc2f
#fddd30
#eece21
#edcd20
#eccc1f
#ebcb1e
#eaca1d
#e9c91c
#e8c81b
#e7c71a
#e6c619
#e5c518
#e4c417
#e3c316
#e2c215
#e1c114

Monochromatic Color with #efcf22

#efcf22
#1a1704
#453c0a
#6f6110
#9a8516
#c4aa1c

Tints of #efcf22 Color

#efcf22
#f0d43a
#f2d953
#f4df6b
#f6e484
#f7e99c
#f9efb5
#fbf4cd
#fdf9e6
#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

#efcf22
#2242ef

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

Split Complementary

#efcf22
#22a9ef
#6822ef

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

Analogous Color

#ef7d22
#efa622
#efcf22
#e6ef22
#bdef22

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

#efcf22
#22efcf
#cf22ef

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

#efcf22
#22ef68
#2242ef
#ef22a8

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

#efcf22
#2242ef
#6822ef
#a9ef22

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

#efcf22 Color Code Preview on Black Background Color

This is how #efcf22 Color will look on black background color. Color contrast ratio is 13.62

#efcf22 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcf22

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcf22

#efcf22 color code is use for CSS Background Color

Background color for the above div is #efcf22

HTML with inline CSS

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

#efcf22 color code is use for CSS Border Color

CSS Border color for the above div is #efcf22

HTML with inline CSS

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

CSS Border Left color for the above div is #efcf22

HTML with inline CSS

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

CSS Border Right color for the above div is #efcf22

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcf22

HTML with inline CSS

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

CSS Border Top color for the above div is #efcf22

HTML with inline CSS

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

#efcf22 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcf22 Color code Preview on White Background

This is how #efcf22 Color code will look on white background color. Color contrast ratio is 1.54

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

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(239,207,34,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(34,66,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,207,34,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.