crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#eed99b hex color - Yellow - Warm color - Information

#eed99b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #eed99b Color code in RGB color code model is created after adding 93.33% red color, 85.1% green color and 60.78% blue color. Hex #eed99b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 35% yellow and 7% black.

Hex #eed99b color code is between #dddd99 web safe hex color code and #ffccaa web safe hex color code. #dddd99 is the nearest web safe color code. You can see here many more shades of #eed99b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeed99b#eed99b
RGB Decimal238, 217, 155rgb(238, 217, 155)
RGB Percent93%, 85%, 61%rgb(93%, 85%, 61%)
CSS RGBa238, 217, 155,1rgba(238,217,155,1)
CMYK Modelcmyk(0%,9%,35%,7%)
HSL Color Space45,71% ,77%hsl(45,71% ,77%)
HSV Color Space45°, 35%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101100110011011
Octal356331233
Decimal238217155
Hexeed99b

Different shades of #eed99b color code.

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

Light Shade of #eed99b
#f5eac7
Dark Shade of #eed99b
#e7c86f
Saturated Shade of #eed99b
#f4dc95
Desaturated Shade of #eed99b
#e8d6a1
Grey scale Shade of #eed99b
#c4c4c4
Brighten Shade
#fff2b4
Most Readable Shade
#000000

Shades of #eed99b color code

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

#eed99b
#d3c089
#b9a878
#9e9067
#847856
#696044
#4f4833
#343022
#1a1811
#000000

Similar Color like #eed99b color

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

#efda9c
#f0db9d
#f1dc9e
#f2dd9f
#f3dea0
#f4dfa1
#f5e0a2
#f6e1a3
#f7e2a4
#f8e3a5
#f9e4a6
#fae5a7
#fbe6a8
#fce7a9
#edd89a
#ecd799
#ebd698
#ead597
#e9d496
#e8d395
#e7d294
#e6d193
#e5d092
#e4cf91
#e3ce90
#e2cd8f
#e1cc8e
#e0cb8d

Monochromatic Color with #eed99b

#eed99b
#1a1711
#443e2c
#6e6548
#998c64
#c3b27f

Tints of #eed99b Color

#eed99b
#efdda6
#f1e1b1
#f3e5bc
#f5e9c7
#f7eed2
#f9f2dd
#fbf6e8
#fdfaf3
#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

#eed99b
#9bb0ee

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

Split Complementary

#eed99b
#9bd9ee
#af9bee

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

Analogous Color

#eeb89b
#eec89b
#eed99b
#eeea9b
#e2ee9b

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

#eed99b
#9beed9
#d99bee

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

#eed99b
#9beeaf
#9bb0ee
#ee9bd9

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

#eed99b
#9bb0ee
#af9bee
#d9ee9b

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

#eed99b Color Code Preview on Black Background Color

This is how #eed99b Color will look on black background color. Color contrast ratio is 15.03

#eed99b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed99b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed99b

#eed99b color code is use for CSS Background Color

Background color for the above div is #eed99b

HTML with inline CSS

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

#eed99b color code is use for CSS Border Color

CSS Border color for the above div is #eed99b

HTML with inline CSS

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

CSS Border Left color for the above div is #eed99b

HTML with inline CSS

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

CSS Border Right color for the above div is #eed99b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed99b

HTML with inline CSS

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

CSS Border Top color for the above div is #eed99b

HTML with inline CSS

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

#eed99b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed99b Color code Preview on White Background

This is how #eed99b Color code will look on white background color. Color contrast ratio is 1.40

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.