@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#efa00f hex color - Yellow - Warm color - Information

#efa00f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #efa00f Color code in RGB color code model is created after adding 93.73% red color, 62.75% green color and 5.88% blue color. Hex #efa00f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 94% yellow and 6.27% black.

Hex #efa00f color code is between #ee9911 web safe hex color code and #ffaa00 web safe hex color code. #ee9911 is the nearest web safe color code. You can see here many more shades of #efa00f color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeefa00f#efa00f
RGB Decimal239, 160, 15rgb(239, 160, 15)
RGB Percent94%, 63%, 6%rgb(94%, 63%, 6%)
CSS RGBa239, 160, 15,1rgba(239,160,15,1)
CMYK Modelcmyk(0%,33%,94%,6.27%)
HSL Color Space39,88% ,50%hsl(39,88% ,50%)
HSV Color Space39°, 94%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111010000000001111
Octal35724017
Decimal23916015
Hexefa00f

Different shades of #efa00f color code.

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

Light Shade of #efa00f
#f3b33e
Dark Shade of #efa00f
#bf800c
Saturated Shade of #efa00f
#fca402
Desaturated Shade of #efa00f
#e29c1c
Grey scale Shade of #efa00f
#7f7f7f
Brighten Shade
#ffb928
Most Readable Shade
#000000

Shades of #efa00f color code

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

#efa00f
#d48e0d
#b97c0b
#9f6a0a
#845808
#6a4706
#4f3505
#352303
#1a1101
#000000

Similar Color like #efa00f color

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

#f0a110
#f1a211
#f2a312
#f3a413
#f4a514
#f5a615
#f6a716
#f7a817
#f8a918
#f9aa19
#faab1a
#fbac1b
#fcad1c
#fdae1d
#ee9f0e
#ed9e0d
#ec9d0c
#eb9c0b
#ea9b0a
#e99a09
#e89908
#e79807
#e69706
#e59605
#e49504
#e39403
#e29302
#e19201

Monochromatic Color with #efa00f

#efa00f
#1a1202
#452e04
#6f4b07
#9a670a
#c4840c

Tints of #efa00f Color

#efa00f
#f0aa29
#f2b544
#f4bf5f
#f6ca79
#f7d494
#f9dfaf
#fbe9c9
#fdf4e4
#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

#efa00f
#0f5eef

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

Split Complementary

#efa00f
#0fceef
#300fef

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

Analogous Color

#ef460f
#ef730f
#efa00f
#efcd0f
#e4ef0f

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

#efa00f
#0fefa0
#a00fef

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

#efa00f
#0fef30
#0f5eef
#ef0fce

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

#efa00f
#0f5eef
#300fef
#ceef0f

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

#efa00f Color Code Preview on Black Background Color

This is how #efa00f Color will look on black background color. Color contrast ratio is 9.71

#efa00f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa00f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efa00f

#efa00f color code is use for CSS Background Color

Background color for the above div is #efa00f

HTML with inline CSS

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

#efa00f color code is use for CSS Border Color

CSS Border color for the above div is #efa00f

HTML with inline CSS

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

CSS Border Left color for the above div is #efa00f

HTML with inline CSS

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

CSS Border Right color for the above div is #efa00f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efa00f

HTML with inline CSS

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

CSS Border Top color for the above div is #efa00f

HTML with inline CSS

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

#efa00f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efa00f Color code Preview on White Background

This is how #efa00f Color code will look on white background color. Color contrast ratio is 2.16

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

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,160,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,94,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,160,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.