crispedge.com

Color picker

Loading...

#eed484 hex color - Kaiser Cheese - Yellow - Pantone 7403 C - Warm color - Information

#eed484 hex color - Kaiser Cheese - Yellow - Pantone 7403 C - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Pantone Number: - Pantone 7403 C

Hex #eed484 Color Code is also known as Kaiser Cheese color.

Hex #eed484 Color code in RGB color code model is created after adding 93.33% red color, 83.14% green color and 51.76% blue color. Hex #eed484 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 45% yellow and 7% black.

Hex #eed484 color code is between #ddcc88 web safe hex color code and #ffdd77 web safe hex color code. #ddcc88 is the nearest web safe color code. You can see here many more shades of #eed484 color code.

0 Likes 0 Comments | 10 Views

RGB Chart

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

Color Table

Hex Color Codeeed484#eed484
RGB Decimal238, 212, 132rgb(238, 212, 132)
RGB Percent93%, 83%, 52%rgb(93%, 83%, 52%)
CSS RGBa238, 212, 132,1rgba(238,212,132,1)
CMYK Modelcmyk(0%,11%,45%,7%)
HSL Color Space45,76% ,73%hsl(45,76% ,73%)
HSV Color Space45°, 45%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101010010000100
Octal356324204
Decimal238212132
Hexeed484

Different shades of #eed484 color code.

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

Light Shade of #eed484
#f4e4b1
Dark Shade of #eed484
#e8c457
Saturated Shade of #eed484
#f5d87d
Desaturated Shade of #eed484
#e7d08b
Grey scale Shade of #eed484
#b9b9b9
Brighten Shade
#ffed9d
Most Readable Shade
#000000

Shades of #eed484 color code

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

#eed484
#d3bc75
#b9a466
#9e8d58
#847549
#695e3a
#4f462c
#342f1d
#1a170e
#000000

Similar Color like #eed484 color

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

#efd585
#f0d686
#f1d787
#f2d888
#f3d989
#f4da8a
#f5db8b
#f6dc8c
#f7dd8d
#f8de8e
#f9df8f
#fae090
#fbe191
#fce292
#edd383
#ecd282
#ebd181
#ead080
#e9cf7f
#e8ce7e
#e7cd7d
#e6cc7c
#e5cb7b
#e4ca7a
#e3c979
#e2c878
#e1c777
#e0c676

Monochromatic Color with #eed484

#eed484
#1a170e
#443d26
#6e623d
#998855
#c3ae6c

Tints of #eed484 Color

#eed484
#efd891
#f1dd9f
#f3e2ad
#f5e7ba
#f7ebc8
#f9f0d6
#fbf5e3
#fdfaf1
#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

#eed484
#849eee

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

Split Complementary

#eed484
#84d3ee
#9f84ee

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

Analogous Color

#eeaa84
#eebf84
#eed484
#eee984
#deee84

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

#eed484
#84eed4
#d484ee

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

#eed484
#84ee9f
#849eee
#ee84d3

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

#eed484
#849eee
#9f84ee
#d3ee84

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

#eed484 Color Code Preview on Black Background Color

This is how #eed484 Color will look on black background color. Color contrast ratio is 14.39

#eed484 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed484

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed484

#eed484 color code is use for CSS Background Color

Background color for the above div is #eed484

HTML with inline CSS

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

#eed484 color code is use for CSS Border Color

CSS Border color for the above div is #eed484

HTML with inline CSS

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

CSS Border Left color for the above div is #eed484

HTML with inline CSS

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

CSS Border Right color for the above div is #eed484

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed484

HTML with inline CSS

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

CSS Border Top color for the above div is #eed484

HTML with inline CSS

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

#eed484 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed484 Color code Preview on White Background

This is how #eed484 Color code will look on white background color. Color contrast ratio is 1.46

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

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(238,212,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,158,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,212,132,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.